Searched defs:RET (Results 1 – 10 of 10) sorted by relevance
/linux/kernel/bpf/ |
A D | bpf_lsm.c | 23 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 32 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) argument
|
/linux/security/bpf/ |
A D | hooks.c | 10 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux/include/linux/ |
A D | lsm_hooks.h | 1578 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument 1584 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME; argument
|
A D | bpf_lsm.h | 16 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux/arch/x86/kernel/ |
A D | static_call.c | 11 RET = 3, /* tramp / site cond-tail-call */ enumerator
|
/linux/arch/x86/lib/ |
A D | atomic64_386_32.S | 31 #define RET \ macro
|
/linux/arch/arm/probes/kprobes/ |
A D | test-core.c | 236 #define RET(reg) "mov pc, "#reg macro 255 #define RET(reg) "bx "#reg macro
|
/linux/drivers/net/ethernet/tehuti/ |
A D | tehuti.h | 542 #define RET(args...) \ macro 552 #define RET(args...) return args macro
|
/linux/security/ |
A D | security.c | 710 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux/sound/pci/riptide/ |
A D | riptide.c | 226 #define RET(a) ((union cmdret *)(a)) macro
|
Completed in 35 milliseconds