Home
last modified time | relevance | path

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

/linux-6.15/samples/seccomp/
H 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()
H A Dbpf-helper.h52 #define LABEL(labels, label) \ macro
/linux-6.15/arch/powerpc/include/asm/
H A Djump_label.h49 #define ARCH_STATIC_BRANCH(LABEL, KEY) \ argument
52 .long 1098b - ., LABEL - .; \
/linux-6.15/scripts/dtc/
H A Ddtc-lexer.l14 LABEL [a-zA-Z_][a-zA-Z0-9_]*
147 <*>{LABEL}: {
197 <*>\&{LABEL} { /* label reference */
H A Ddtc-parser.y352 $$ = data_add_marker($1, LABEL, $2);
367 $$ = data_add_marker($1, LABEL, $2);
438 $$.data = data_add_marker($1.data, LABEL, $2);
552 $$ = data_add_marker($1, LABEL, $2);
H A Dtreesource.c180 for_each_marker_of_type(m, LABEL) { in guess_value_type()
240 } else if (m->type == LABEL) in write_propval()
H A Ddtc.h112 LABEL, enumerator
H A Dflattree.c156 for_each_marker_of_type(m, LABEL) in asm_emit_data()
H A Dlivetree.c486 for_each_marker_of_type(m, LABEL) in get_marker_label()
H A Dchecks.c480 for_each_marker_of_type(m, LABEL) in check_duplicate_label_node()
/linux-6.15/arch/powerpc/platforms/pseries/
H A DhvCall.S81 #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.15/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h59 LABEL, enumerator
H A Daicasm_symbol.c116 case LABEL: in symbol_delete()
520 case LABEL: in symtable_dump()
H A Daicasm.c331 if (cur_instr->patch_label->type != LABEL) { in back_patch()
H A Daicasm_gram.y1042 $2->type = LABEL;
1534 case LABEL: in initialize_symbol()
/linux-6.15/tools/testing/selftests/gpio/
H A Dgpio-sim.sh65 local LABEL=$3
67 echo $LABEL > $CONFIGFS_DIR/$CHIP/$BANK/label || fail "Unable to set the chip label"
/linux-6.15/drivers/hid/bpf/progs/
H A DREADME72 LABEL="hid_bpf_end"
/linux-6.15/drivers/platform/x86/
H A Dcompal-laptop.c468 #define TEMPERATURE_SHOW_TEMP_AND_LABEL(POSTFIX, ADDRESS, LABEL) \ argument
477 return sysfs_emit(buf, "%s\n", LABEL); \
/linux-6.15/Documentation/driver-api/nvdimm/
H A Dnvdimm.rst81 LABEL:
458 A REGION, after resolving DPA aliasing and LABEL specified boundaries, surfaces
468 attribute due to not support a LABEL)
/linux-6.15/Documentation/arch/x86/
H A Dintel_txt.rst206 root=LABEL=/ rhgb console=ttyS0,115200 3
/linux-6.15/drivers/pinctrl/
H A Dpinctrl-rockchip.c255 #define RK3588_PIN_BANK_FLAGS(ID, PIN, LABEL, M, P) \ argument
256 PIN_BANK_IOMUX_FLAGS_PULL_FLAGS(ID, PIN, LABEL, M, M, M, M, P, P, P, P)
4478 #define RK3576_PIN_BANK(ID, LABEL, OFFSET0, OFFSET1, OFFSET2, OFFSET3) \ argument
4479 PIN_BANK_IOMUX_FLAGS_OFFSET_PULL_FLAGS(ID, 32, LABEL, \
/linux-6.15/security/
H A Dsecurity.c961 #define __CALL_STATIC_INT(NUM, R, HOOK, LABEL, ...) \ argument
966 goto LABEL; \