Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsyscall_wrapper.h31 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/linux-6.1.9/arch/arm64/include/asm/
Dsyscall_wrapper.h64 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/linux-6.1.9/arch/x86/include/asm/
Dsyscall_wrapper.h237 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \
/linux-6.1.9/include/linux/
Dsyscalls.h230 #define __PROTECT(...) asmlinkage_protect(__VA_ARGS__) macro
251 __PROTECT(x, ret,__MAP(x,__SC_ARGS,__VA_ARGS__)); \