Home
last modified time | relevance | path

Searched refs:SECCOMP_ARCH_NATIVE (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dseccomp.h11 # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_RISCV64 macro
15 # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_RISCV32 macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dseccomp.h8 # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_PARISC64 macro
17 # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_PARISC macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dseccomp.h20 # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_X86_64 macro
34 # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_I386 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dseccomp.h20 # define SECCOMP_ARCH_NATIVE (AUDIT_ARCH_PPC64 | __SECCOMP_ARCH_LE) macro
29 # define SECCOMP_ARCH_NATIVE (AUDIT_ARCH_PPC | __SECCOMP_ARCH_LE) macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dseccomp.h7 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_CSKY macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dseccomp.h7 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_ARM macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dseccomp.h7 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_XTENSA macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dseccomp.h17 #define SECCOMP_ARCH_NATIVE (AUDIT_ARCH_SH | __SECCOMP_ARCH_LE) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dseccomp.h22 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_AARCH64 macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dseccomp.h19 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_S390X macro
/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c146 #ifdef SECCOMP_ARCH_NATIVE
335 #ifdef SECCOMP_ARCH_NATIVE
366 if (likely(sd->arch == SECCOMP_ARCH_NATIVE)) in seccomp_cache_check_allow()
631 #if defined(CONFIG_CHECKPOINT_RESTORE) || defined(SECCOMP_ARCH_NATIVE) in seccomp_prepare_filter()
700 #ifdef SECCOMP_ARCH_NATIVE
831 SECCOMP_ARCH_NATIVE); in seccomp_cache_prepare()