| /linux/samples/seccomp/ |
| H A 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()
|
| H A D | bpf-helper.h | 52 #define LABEL(labels, label) \ macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | jump_label.h | 49 #define ARCH_STATIC_BRANCH(LABEL, KEY) \ argument 52 .long 1098b - ., LABEL - .; \
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A 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/scripts/dtc/ |
| H A D | dtc-parser.y | 352 $$ = 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);
|
| /linux/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_symbol.h | 59 LABEL, enumerator
|
| H A D | aicasm_symbol.c | 116 case LABEL: in symbol_delete() 520 case LABEL: in symtable_dump()
|
| H A D | aicasm.c | 331 if (cur_instr->patch_label->type != LABEL) { in back_patch()
|
| H A D | aicasm_gram.y | 1042 $2->type = LABEL; 1534 case LABEL: in initialize_symbol()
|
| /linux/tools/testing/selftests/gpio/ |
| H A D | gpio-sim.sh | 65 local LABEL=$3 67 echo $LABEL > $CONFIGFS_DIR/$CHIP/$BANK/label || fail "Unable to set the chip label"
|
| /linux/drivers/hid/bpf/progs/ |
| H A D | README | 72 LABEL="hid_bpf_end"
|
| /linux/Documentation/arch/x86/ |
| H A D | intel_txt.rst | 206 root=LABEL=/ rhgb console=ttyS0,115200 3
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-rockchip.c | 307 #define RK3588_PIN_BANK_FLAGS(ID, PIN, LABEL, M, P) \ argument 308 PIN_BANK_IOMUX_FLAGS_PULL_FLAGS(ID, PIN, LABEL, M, M, M, M, P, P, P, P) 4902 #define RK3576_PIN_BANK(ID, LABEL, OFFSET0, OFFSET1, OFFSET2, OFFSET3) \ argument 4903 PIN_BANK_IOMUX_FLAGS_OFFSET_PULL_FLAGS(ID, 32, LABEL, \
|
| /linux/security/ |
| H A D | security.c | 453 #define __CALL_STATIC_INT(NUM, R, HOOK, LABEL, ...) \ argument 458 goto LABEL; \
|