Searched refs:SECCOMP_ARCH_NATIVE (Results 1 - 13 of 13) sorted by relevance

/linux-master/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
/linux-master/arch/loongarch/include/asm/
H A Dseccomp.h11 # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_LOONGARCH32 macro
15 # define SECCOMP_ARCH_NATIVE AUDIT_ARCH_LOONGARCH64 macro
/linux-master/arch/xtensa/include/asm/
H A Dseccomp.h7 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_XTENSA macro
/linux-master/arch/csky/include/asm/
H A Dseccomp.h7 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_CSKY macro
/linux-master/arch/arm/include/asm/
H A Dseccomp.h7 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_ARM macro
/linux-master/arch/m68k/include/asm/
H A Dseccomp.h7 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_M68K macro
/linux-master/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
/linux-master/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
/linux-master/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
/linux-master/arch/sh/include/asm/
H A Dseccomp.h17 #define SECCOMP_ARCH_NATIVE (AUDIT_ARCH_SH | __SECCOMP_ARCH_LE) macro
/linux-master/arch/arm64/include/asm/
H A Dseccomp.h22 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_AARCH64 macro
/linux-master/arch/s390/include/asm/
H A Dseccomp.h19 #define SECCOMP_ARCH_NATIVE AUDIT_ARCH_S390X macro
/linux-master/kernel/
H A Dseccomp.c158 #ifdef SECCOMP_ARCH_NATIVE
188 #endif /* SECCOMP_ARCH_NATIVE */
350 #ifdef SECCOMP_ARCH_NATIVE
381 if (likely(sd->arch == SECCOMP_ARCH_NATIVE))
394 #endif /* SECCOMP_ARCH_NATIVE */
653 #if defined(CONFIG_CHECKPOINT_RESTORE) || defined(SECCOMP_ARCH_NATIVE)
722 #ifdef SECCOMP_ARCH_NATIVE
853 SECCOMP_ARCH_NATIVE);
862 #endif /* SECCOMP_ARCH_NATIVE */
2462 /* Currently CONFIG_SECCOMP_CACHE_DEBUG implies SECCOMP_ARCH_NATIVE */
[all...]

Completed in 137 milliseconds