Searched refs:__PROTECT (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | syscall_wrapper.h | 31 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | syscall_wrapper.h | 62 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | syscall_wrapper.h | 86 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | syscall_wrapper.h | 232 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
|
| /linux-6.15/include/linux/ |
| H A D | syscalls.h | 237 #define __PROTECT(...) asmlinkage_protect(__VA_ARGS__) macro 258 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
|