Home
last modified time | relevance | path

Searched refs:__PROTECT (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/arch/powerpc/include/asm/
Dsyscall_wrapper.h31 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/linux-6.6.21/arch/arm64/include/asm/
Dsyscall_wrapper.h63 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/linux-6.6.21/arch/riscv/include/asm/
Dsyscall_wrapper.h64 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/linux-6.6.21/arch/x86/include/asm/
Dsyscall_wrapper.h232 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/linux-6.6.21/include/linux/
Dsyscalls.h233 #define __PROTECT(...) asmlinkage_protect(__VA_ARGS__) macro
254 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \