Home
last modified time | relevance | path

Searched defs:RET (Results 1 – 6 of 6) sorted by relevance

/linux/security/bpf/
H A Dhooks.c11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
/linux/arch/x86/kernel/
H A Dstatic_call.c11 RET = 3, /* tramp / site cond-tail-call */ enumerator
/linux/arch/arm/probes/kprobes/
H A Dtest-core.c236 #define RET(reg) "mov pc, "#reg macro
255 #define RET(reg) "bx "#reg macro
/linux/drivers/net/ethernet/tehuti/
H A Dtehuti.h542 #define RET(args...) \ macro
552 #define RET(args...) return args macro
/linux/security/
H A Dsecurity.c117 #define DEFINE_LSM_STATIC_CALL(NUM, NAME, RET, ...) \ argument
122 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
147 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
451 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
/linux/sound/pci/riptide/
H A Driptide.c227 #define RET(a) ((union cmdret *)(a)) macro