Home
last modified time | relevance | path

Searched refs:SECCOMP_ARCH_COMPAT (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dseccomp.h12 # define SECCOMP_ARCH_COMPAT AUDIT_ARCH_PARISC macro
/openbmc/linux/arch/arm64/include/asm/
H A Dseccomp.h26 # define SECCOMP_ARCH_COMPAT AUDIT_ARCH_ARM macro
/openbmc/linux/arch/s390/include/asm/
H A Dseccomp.h23 # define SECCOMP_ARCH_COMPAT AUDIT_ARCH_S390 macro
/openbmc/linux/arch/x86/include/asm/
H A Dseccomp.h24 # define SECCOMP_ARCH_COMPAT AUDIT_ARCH_I386 macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dseccomp.h24 # define SECCOMP_ARCH_COMPAT (AUDIT_ARCH_PPC | __SECCOMP_ARCH_LE) macro
/openbmc/linux/kernel/
H A Dseccomp.c172 #ifdef SECCOMP_ARCH_COMPAT
375 #ifndef SECCOMP_ARCH_COMPAT in seccomp_cache_check_allow()
385 if (likely(sd->arch == SECCOMP_ARCH_COMPAT)) in seccomp_cache_check_allow()
855 #ifdef SECCOMP_ARCH_COMPAT in seccomp_cache_prepare()
859 SECCOMP_ARCH_COMPAT); in seccomp_cache_prepare()
2506 #ifdef SECCOMP_ARCH_COMPAT in proc_pid_seccomp_cache()
/openbmc/linux/arch/
H A DKconfig579 COMPAT is supported, have the SECCOMP_ARCH_COMPAT* defines too.