Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Dsiginfo.h110 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ member
145 #define si_arch _sifields._sigsys._arch
/linux-4.4.14/arch/mips/include/uapi/asm/
Dsiginfo.h105 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ member
/linux-4.4.14/arch/powerpc/include/asm/
Dcompat.h182 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ member
/linux-4.4.14/arch/arm64/include/asm/
Dcompat.h211 compat_uint_t _arch; /* AUDIT_ARCH_* of syscall */ member
/linux-4.4.14/arch/x86/include/asm/
Dcompat.h195 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ member
/linux-4.4.14/arch/mips/include/asm/
Dcompat.h196 compat_uint_t _arch; /* AUDIT_ARCH_* of syscall */ member
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c723 unsigned int _arch; /* AUDIT_ARCH_* of syscall */ in TEST_F() member
732 EXPECT_NE(0, sigsys->_arch); in TEST_F()