/Linux-v4.19/samples/seccomp/ |
D | bpf-fancy.c | 44 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()
|
D | bpf-helper.h | 52 #define LABEL(labels, label) \ macro
|
/Linux-v4.19/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_]* 163 <*>{LABEL}: { 213 <*>\&{LABEL} { /* label reference */
|
D | dtc-parser.y | 320 $$ = data_add_marker($1, LABEL, $2); 335 $$ = data_add_marker($1, LABEL, $2); 396 $$.data = data_add_marker($1.data, LABEL, $2); 510 $$ = data_add_marker($1, LABEL, $2);
|
D | dtc.h | 79 LABEL, enumerator
|
D | flattree.c | 170 for_each_marker_of_type(m, LABEL) in asm_emit_data()
|
D | livetree.c | 486 for_each_marker_of_type(m, LABEL) in get_marker_label()
|
D | checks.c | 437 for_each_marker_of_type(m, LABEL) in check_duplicate_label_node()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | jump_label.h | 63 #define ARCH_STATIC_BRANCH(LABEL, KEY) \ argument 66 FTR_ENTRY_LONG 1098b, LABEL, KEY; \
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | hvCall.S | 83 #define HCALL_BRANCH(LABEL) \ argument 84 ARCH_STATIC_BRANCH(LABEL, hcall_tracepoint_key) 91 #define HCALL_BRANCH(LABEL) \ argument 98 bne- LABEL; \ 106 #define HCALL_BRANCH(LABEL) argument
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | opal-wrappers.S | 24 #define OPAL_BRANCH(LABEL) \ argument 25 ARCH_STATIC_BRANCH(LABEL, opal_tracepoint_key) 40 #define OPAL_BRANCH(LABEL) \ argument 46 bne- LABEL; \ 52 #define OPAL_BRANCH(LABEL) argument
|
/Linux-v4.19/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 52 .macro LABEL prefix n 243 LABEL crc_ 0 272 LABEL less_than_ %j # less_than_j: Length should be in
|
/Linux-v4.19/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-v4.19/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-v4.19/arch/x86/crypto/sha1-mb/ |
D | sha1_mb_mgr_flush_avx2.S | 90 .macro LABEL prefix n 154 LABEL skip_ %I
|
/Linux-v4.19/arch/x86/crypto/sha512-mb/ |
D | sha512_mb_mgr_flush_avx2.S | 94 .macro LABEL prefix n 146 LABEL skip_ %I
|
/Linux-v4.19/arch/x86/crypto/sha256-mb/ |
D | sha256_mb_mgr_flush_avx2.S | 88 .macro LABEL prefix n 152 LABEL skip_ %I
|
/Linux-v4.19/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-v4.19/Documentation/ |
D | intel_txt.txt | 206 root=LABEL=/ rhgb console=ttyS0,115200 3
|