/linux-6.6.21/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-6.6.21/arch/powerpc/include/asm/ |
D | jump_label.h | 49 #define ARCH_STATIC_BRANCH(LABEL, KEY) \ argument 52 .long 1098b - ., LABEL - .; \
|
/linux-6.6.21/scripts/dtc/ |
D | dtc-lexer.l | 14 LABEL [a-zA-Z_][a-zA-Z0-9_]* 147 <*>{LABEL}: { 197 <*>\&{LABEL} { /* label reference */
|
D | dtc-parser.y | 349 $$ = data_add_marker($1, LABEL, $2); 364 $$ = data_add_marker($1, LABEL, $2); 435 $$.data = data_add_marker($1.data, LABEL, $2); 549 $$ = data_add_marker($1, LABEL, $2);
|
D | treesource.c | 158 for_each_marker_of_type(m, LABEL) { in guess_value_type() 216 } else if (m->type == LABEL) in write_propval()
|
D | dtc.h | 112 LABEL, enumerator
|
D | flattree.c | 156 for_each_marker_of_type(m, LABEL) in asm_emit_data()
|
D | livetree.c | 485 for_each_marker_of_type(m, LABEL) in get_marker_label()
|
D | checks.c | 479 for_each_marker_of_type(m, LABEL) in check_duplicate_label_node()
|
/linux-6.6.21/arch/powerpc/platforms/pseries/ |
D | hvCall.S | 81 #define HCALL_BRANCH(LABEL) \ argument 82 ARCH_STATIC_BRANCH(LABEL, hcall_tracepoint_key) 89 #define HCALL_BRANCH(LABEL) \ argument 96 bne- LABEL; \ 104 #define HCALL_BRANCH(LABEL) argument
|
/linux-6.6.21/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 51 .macro LABEL prefix n macro 241 LABEL crc_ 0 271 LABEL less_than_ %j # less_than_j: Length should be in
|
/linux-6.6.21/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.h | 59 LABEL, enumerator
|
D | aicasm_symbol.c | 116 case LABEL: in symbol_delete() 520 case LABEL: in symtable_dump()
|
D | aicasm.c | 331 if (cur_instr->patch_label->type != LABEL) { in back_patch()
|
D | aicasm_gram.y | 1041 $2->type = LABEL; 1533 case LABEL: in initialize_symbol()
|
/linux-6.6.21/tools/testing/selftests/gpio/ |
D | gpio-sim.sh | 71 local LABEL=$3 73 echo $LABEL > $CONFIGFS_DIR/$CHIP/$BANK/label || fail "Unable to set the chip label"
|
/linux-6.6.21/drivers/platform/x86/ |
D | compal-laptop.c | 468 #define TEMPERATURE_SHOW_TEMP_AND_LABEL(POSTFIX, ADDRESS, LABEL) \ argument 477 return sprintf(buf, "%s\n", LABEL); \
|
/linux-6.6.21/Documentation/driver-api/nvdimm/ |
D | nvdimm.rst | 81 LABEL: 458 A REGION, after resolving DPA aliasing and LABEL specified boundaries, surfaces 468 attribute due to not support a LABEL)
|
/linux-6.6.21/Documentation/arch/x86/ |
D | intel_txt.rst | 206 root=LABEL=/ rhgb console=ttyS0,115200 3
|
/linux-6.6.21/drivers/gpu/drm/msm/adreno/ |
D | adreno_pm4.xml.h | 102 LABEL = 63, enumerator
|
/linux-6.6.21/drivers/pinctrl/ |
D | pinctrl-rockchip.c | 234 #define RK3588_PIN_BANK_FLAGS(ID, PIN, LABEL, M, P) \ argument 235 PIN_BANK_IOMUX_FLAGS_PULL_FLAGS(ID, PIN, LABEL, M, M, M, M, P, P, P, P)
|