Searched defs:RET (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bpf_lsm.c | 23 LSM_HOOK(RET,DEFAULT,NAME,...) global() argument 32 LSM_HOOK(RET,DEFAULT,NAME,...) global() argument
|
| /linux/security/bpf/ |
| H A D | hooks.c | 11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /linux/arch/x86/kernel/ |
| H A D | static_call.c | 11 RET = 3, /* tramp / site cond-tail-call */ enumerator
|
| /linux/arch/arm/probes/kprobes/ |
| H 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/ |
| H A D | tehuti.h | 542 #define RET(args...) \ macro 552 #define RET(args...) return args macro
|
| /linux/security/ |
| H A D | security.c | 116 #define DEFINE_LSM_STATIC_CALL(NUM, NAME, RET, ...) \ argument 121 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 146 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 426 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /linux/sound/pci/riptide/ |
| H A D | riptide.c | 227 #define RET(a) ((union cmdret *)(a)) macro
|