/linux-4.1.27/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.1.27/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 | 30 LABEL [a-zA-Z_][a-zA-Z0-9_]* 141 <*>{LABEL}: { 161 <*>\&{LABEL} { /* label reference */
|
D | dtc-parser.y | 255 $$ = data_add_marker($1, LABEL, $2); 270 $$ = data_add_marker($1, LABEL, $2); 331 $$.data = data_add_marker($1.data, LABEL, $2); 435 $$ = 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 | 1734 (yyval.data) = data_add_marker((yyvsp[(1) - (2)].data), LABEL, (yyvsp[(2) - (2)].labelref)); 1758 (yyval.data) = data_add_marker((yyvsp[(1) - (2)].data), LABEL, (yyvsp[(2) - (2)].labelref)); 1836 …(yyval.array).data = data_add_marker((yyvsp[(1) - (2)].array).data, LABEL, (yyvsp[(2) - (2)].label… 2016 (yyval.data) = data_add_marker((yyvsp[(1) - (2)].data), LABEL, (yyvsp[(2) - (2)].labelref));
|
D | checks.c | 357 for_each_marker_of_type(m, LABEL) in check_duplicate_label_prop()
|
D | flattree.c | 178 for_each_marker_of_type(m, LABEL) in asm_emit_data()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | jump_label.h | 47 #define ARCH_STATIC_BRANCH(LABEL, KEY) \ argument 50 FTR_ENTRY_LONG 1098b, LABEL, KEY; \
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_flush_avx2.S | 99 .macro LABEL prefix n 171 LABEL skip_ %I
|
/linux-4.1.27/drivers/platform/x86/ |
D | compal-laptop.c | 481 #define TEMPERATURE_SHOW_TEMP_AND_LABEL(POSTFIX, ADDRESS, LABEL) \ argument 490 return sprintf(buf, "%s\n", LABEL); \
|
/linux-4.1.27/Documentation/ |
D | intel_txt.txt | 189 root=LABEL=/ rhgb console=ttyS0,115200 3
|