/linux-4.4.14/samples/seccomp/ |
D | bpf-fancy.c | 43 LABEL(&l, read), in main() 52 LABEL(&l, write_fd), in main() 58 LABEL(&l, write_buf), in main() 65 LABEL(&l, msg1_len), in main() 70 LABEL(&l, msg2_len), in main() 75 LABEL(&l, buf_len), in main()
|
D | bpf-helper.h | 51 #define LABEL(labels, label) \ macro
|
/linux-4.4.14/scripts/dtc/ |
D | treesource.c | 73 if (m->type == LABEL) in write_propval_string() 113 if (m->type == LABEL) { in write_propval_string() 131 for_each_marker_of_type(m, LABEL) { in write_propval_string() 146 if (m->type == LABEL) { in write_propval_cells() 160 for_each_marker_of_type(m, LABEL) { in write_propval_cells() 176 if (m->type == LABEL) in write_propval_bytes() 188 for_each_marker_of_type(m, LABEL) { in write_propval_bytes() 216 for_each_marker_of_type(m, LABEL) { in write_propval()
|
D | dtc-lexer.l | 29 LABEL [a-zA-Z_][a-zA-Z0-9_]* 142 <*>{LABEL}: { 189 <*>\&{LABEL} { /* label reference */
|
D | dtc-parser.y | 262 $$ = data_add_marker($1, LABEL, $2); 277 $$ = data_add_marker($1, LABEL, $2); 338 $$.data = data_add_marker($1.data, LABEL, $2); 436 $$ = data_add_marker($1, LABEL, $2);
|
D | dtc.h | 74 LABEL, enumerator
|
D | livetree.c | 418 for_each_marker_of_type(m, LABEL) in get_marker_label()
|
D | dtc-parser.tab.c_shipped | 1694 (yyval.data) = data_add_marker((yyvsp[-1].data), LABEL, (yyvsp[0].labelref)); 1718 (yyval.data) = data_add_marker((yyvsp[-1].data), LABEL, (yyvsp[0].labelref)); 1796 (yyval.array).data = data_add_marker((yyvsp[-1].array).data, LABEL, (yyvsp[0].labelref)); 1960 (yyval.data) = data_add_marker((yyvsp[-1].data), LABEL, (yyvsp[0].labelref));
|
D | flattree.c | 178 for_each_marker_of_type(m, LABEL) in asm_emit_data()
|
D | checks.c | 358 for_each_marker_of_type(m, LABEL) in check_duplicate_label_prop()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | jump_label.h | 62 #define ARCH_STATIC_BRANCH(LABEL, KEY) \ argument 65 FTR_ENTRY_LONG 1098b, LABEL, KEY; \
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | hvCall.S | 82 #define HCALL_BRANCH(LABEL) \ argument 83 ARCH_STATIC_BRANCH(LABEL, hcall_tracepoint_key) 90 #define HCALL_BRANCH(LABEL) \ argument 97 bne- LABEL; \ 105 #define HCALL_BRANCH(LABEL) argument
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-wrappers.S | 22 #define OPAL_BRANCH(LABEL) \ argument 23 ARCH_STATIC_BRANCH(LABEL, opal_tracepoint_key) 38 #define OPAL_BRANCH(LABEL) \ argument 44 bne- LABEL; \ 50 #define OPAL_BRANCH(LABEL) argument
|
/linux-4.4.14/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 51 .macro LABEL prefix n 242 LABEL crc_ 0 271 LABEL less_than_ %j # less_than_j: Length should be in
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 77 LABEL: Metadata stored on a DIMM device that partitions and identifies 95 accessible via BLK. When that occurs a LABEL is needed to reserve DPA 180 store/retrieve a LABEL. The LABEL effectively partitions the DPA-space 193 sizes. While a PMEM device can host a BTT the LABEL specification does 235 could be set to any user-desired name in the LABEL. 426 regions, parsing the LABEL, if present, and then emitting NAMESPACE 567 (outside of nd_region). For example, if a vendor defined its own LABEL 568 format it would need its own region driver to parse that LABEL and emit 605 A REGION, after resolving DPA aliasing and LABEL specified boundaries, 616 LABEL).
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.h | 63 LABEL, enumerator
|
D | aicasm_symbol.c | 119 case LABEL: in symbol_delete() 523 case LABEL: in symtable_dump()
|
D | aicasm.c | 331 if (cur_instr->patch_label->type != LABEL) { in back_patch()
|
D | aicasm_gram.y | 1046 $2->type = LABEL; 1538 case LABEL: in initialize_symbol()
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_flush_avx2.S | 99 .macro LABEL prefix n 171 LABEL skip_ %I
|
/linux-4.4.14/drivers/platform/x86/ |
D | compal-laptop.c | 483 #define TEMPERATURE_SHOW_TEMP_AND_LABEL(POSTFIX, ADDRESS, LABEL) \ argument 492 return sprintf(buf, "%s\n", LABEL); \
|
/linux-4.4.14/Documentation/ |
D | intel_txt.txt | 189 root=LABEL=/ rhgb console=ttyS0,115200 3
|