Home
last modified time | relevance | path

Searched defs:compat_mode_t (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dcompat.h15 #define compat_mode_t compat_mode_t macro
16 typedef u16 compat_mode_t; typedef
/openbmc/linux/arch/arm64/include/asm/
H A Dcompat.h8 #define compat_mode_t compat_mode_t macro
9 typedef u16 compat_mode_t; typedef
/openbmc/linux/arch/s390/include/asm/
H A Dcompat.h13 #define compat_mode_t compat_mode_t macro
14 typedef u16 compat_mode_t; typedef
/openbmc/linux/arch/sparc/include/asm/
H A Dcompat.h9 #define compat_mode_t compat_mode_t macro
10 typedef u16 compat_mode_t; typedef
/openbmc/linux/arch/parisc/include/asm/
H A Dcompat.h11 #define compat_mode_t compat_mode_t macro
12 typedef u16 compat_mode_t; typedef
/openbmc/linux/include/asm-generic/
H A Dcompat.h62 typedef u32 compat_mode_t; typedef
/openbmc/linux/ipc/
H A Dmqueue.c1562 int, oflag, compat_mode_t, mode, in COMPAT_SYSCALL_DEFINE4() argument