Home
last modified time | relevance | path

Searched refs:SECCOMP_ARCH_COMPAT_NR (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/parisc/include/asm/
H A Dseccomp.h13 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls macro
/linux-6.15/arch/arm64/include/asm/
H A Dseccomp.h27 # define SECCOMP_ARCH_COMPAT_NR __NR_compat32_syscalls macro
/linux-6.15/arch/s390/include/asm/
H A Dseccomp.h24 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls macro
/linux-6.15/arch/x86/include/asm/
H A Dseccomp.h25 # define SECCOMP_ARCH_COMPAT_NR IA32_NR_syscalls macro
/linux-6.15/arch/powerpc/include/asm/
H A Dseccomp.h25 # define SECCOMP_ARCH_COMPAT_NR NR_syscalls macro
/linux-6.15/kernel/
H A Dseccomp.c171 DECLARE_BITMAP(allow_compat, SECCOMP_ARCH_COMPAT_NR);
385 SECCOMP_ARCH_COMPAT_NR, in seccomp_cache_check_allow()
888 SECCOMP_ARCH_COMPAT_NR, in seccomp_cache_prepare()
2547 SECCOMP_ARCH_COMPAT_NR); in proc_pid_seccomp_cache()