Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/include/asm/
Dsyscall_wrapper.h31 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/Linux-v6.6/arch/arm64/include/asm/
Dsyscall_wrapper.h66 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/Linux-v6.6/arch/riscv/include/asm/
Dsyscall_wrapper.h67 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/Linux-v6.6/arch/x86/include/asm/
Dsyscall_wrapper.h237 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/Linux-v6.6/include/linux/
Dsyscalls.h232 #define __PROTECT(...) asmlinkage_protect(__VA_ARGS__) macro
253 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \