Home
last modified time | relevance | path

Searched refs:LABEL (Results 1 – 20 of 20) sorted by relevance

/linux/samples/seccomp/
A Dbpf-fancy.c44 LABEL(&l, read), in main()
53 LABEL(&l, write_fd), in main()
59 LABEL(&l, write_buf), in main()
66 LABEL(&l, msg1_len), in main()
71 LABEL(&l, msg2_len), in main()
76 LABEL(&l, buf_len), in main()
A Dbpf-helper.h52 #define LABEL(labels, label) \ macro
/linux/arch/powerpc/include/asm/
A Djump_label.h49 #define ARCH_STATIC_BRANCH(LABEL, KEY) \ argument
52 .long 1098b - ., LABEL - .; \
/linux/scripts/dtc/
A Ddtc-lexer.l14 LABEL [a-zA-Z_][a-zA-Z0-9_]*
147 <*>{LABEL}: {
197 <*>\&{LABEL} { /* label reference */
A Ddtc-parser.y336 $$ = data_add_marker($1, LABEL, $2);
351 $$ = data_add_marker($1, LABEL, $2);
417 $$.data = data_add_marker($1.data, LABEL, $2);
531 $$ = data_add_marker($1, LABEL, $2);
A Dtreesource.c158 for_each_marker_of_type(m, LABEL) { in guess_value_type()
216 } else if (m->type == LABEL) in write_propval()
A Ddtc-parser.tab.c1626 (yyval.data) = data_add_marker((yyvsp[-1].data), LABEL, (yyvsp[0].labelref)); in yyparse()
1644 (yyval.data) = data_add_marker((yyvsp[-1].data), LABEL, (yyvsp[0].labelref)); in yyparse()
1717 (yyval.array).data = data_add_marker((yyvsp[-1].array).data, LABEL, (yyvsp[0].labelref)); in yyparse()
1843 (yyval.data) = data_add_marker((yyvsp[-1].data), LABEL, (yyvsp[0].labelref)); in yyparse()
A Ddtc.h112 LABEL, enumerator
A Dflattree.c156 for_each_marker_of_type(m, LABEL) in asm_emit_data()
A Dlivetree.c485 for_each_marker_of_type(m, LABEL) in get_marker_label()
A Dchecks.c479 for_each_marker_of_type(m, LABEL) in check_duplicate_label_node()
/linux/arch/powerpc/platforms/pseries/
A DhvCall.S79 #define HCALL_BRANCH(LABEL) \ argument
80 ARCH_STATIC_BRANCH(LABEL, hcall_tracepoint_key)
87 #define HCALL_BRANCH(LABEL) \ argument
94 bne- LABEL; \
102 #define HCALL_BRANCH(LABEL) argument
/linux/arch/x86/crypto/
A Dcrc32c-pcl-intel-asm_64.S51 .macro LABEL prefix n
239 LABEL crc_ 0
268 LABEL less_than_ %j # less_than_j: Length should be in
/linux/Documentation/driver-api/nvdimm/
A Dnvdimm.rst90 LABEL:
109 accessible via BLK. When that occurs a LABEL is needed to reserve DPA
209 store/retrieve a LABEL. The LABEL effectively partitions the DPA-space
222 sizes. While a PMEM device can host a BTT the LABEL specification does
265 could be set to any user-desired name in the LABEL.
480 regions, parsing the LABEL, if present, and then emitting NAMESPACE
625 (outside of nd_region). For example, if a vendor defined its own LABEL
626 format it would need its own region driver to parse that LABEL and emit
666 A REGION, after resolving DPA aliasing and LABEL specified boundaries,
679 LABEL)::
/linux/drivers/scsi/aic7xxx/aicasm/
A Daicasm_symbol.h59 LABEL, enumerator
A Daicasm_symbol.c115 case LABEL: in symbol_delete()
519 case LABEL: in symtable_dump()
A Daicasm.c331 if (cur_instr->patch_label->type != LABEL) { in back_patch()
A Daicasm_gram.y1041 $2->type = LABEL;
1533 case LABEL: in initialize_symbol()
/linux/drivers/platform/x86/
A Dcompal-laptop.c470 #define TEMPERATURE_SHOW_TEMP_AND_LABEL(POSTFIX, ADDRESS, LABEL) \ argument
479 return sprintf(buf, "%s\n", LABEL); \
/linux/Documentation/x86/
A Dintel_txt.rst206 root=LABEL=/ rhgb console=ttyS0,115200 3

Completed in 34 milliseconds