/arch/x86/entry/ |
D | syscall_32.c | 11 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument 13 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
/arch/sparc/kernel/ |
D | systbls_64.S | 19 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument 28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
D | systbls_32.S | 12 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
D | vio.c | 26 const char *type, *compat; in vio_match_device() local 294 const char *type, *compat; in vio_create_one() local 503 const char *compat; in vio_init() local
|
/arch/powerpc/kernel/ |
D | systbl.S | 25 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument 36 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
|
/arch/riscv/include/asm/ |
D | soc.h | 14 #define SOC_EARLY_INIT_DECLARE(name, compat, fn) \ argument
|
/arch/powerpc/platforms/cell/ |
D | spu_callbacks.c | 38 #define __SYSCALL_WITH_COMPAT(nr, entry, compat) __SYSCALL(nr, entry) argument
|
/arch/parisc/kernel/ |
D | syscall.S | 923 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument 925 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
/arch/arm/kernel/ |
D | entry-common.S | 364 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument 475 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
|
/arch/arm/mach-imx/ |
D | cpu.c | 62 const char *compat) in imx_aips_allow_unprivileged_access()
|
D | cpu-imx5.c | 23 static u32 imx5_read_srev_reg(const char *compat) in imx5_read_srev_reg()
|
D | pm-imx6.c | 439 const char *compat) in imx6_pm_get_base()
|
/arch/x86/um/ |
D | sys_call_table_32.c | 28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
/arch/mips/kernel/ |
D | scall64-o32.S | 216 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
|
D | scall32-o32.S | 218 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
/arch/riscv/kernel/ |
D | cpu.c | 109 const char *compat, *isa, *mmu; in c_show() local
|
/arch/mips/mti-malta/ |
D | malta-dtshim.c | 304 const char *compat; in malta_dt_shim() local
|
/arch/powerpc/platforms/44x/ |
D | fsp2.c | 200 static void node_irq_request(const char *compat, irq_handler_t errirq_handler) in node_irq_request()
|
/arch/arm64/kernel/ |
D | cpuinfo.c | 143 bool compat = personality(current->personality) == PER_LINUX32; in c_show() local
|
/arch/x86/platform/olpc/ |
D | olpc_dt.c | 219 static int __init olpc_dt_compatible_match(phandle node, const char *compat) in olpc_dt_compatible_match()
|
/arch/arm/xen/ |
D | enlighten.c | 210 const char *compat; member
|
/arch/arm64/include/asm/ |
D | elf.h | 261 size_t datasz, bool compat, in arch_parse_elf_property()
|
/arch/powerpc/boot/ |
D | devtree.c | 337 int dt_is_compatible(void *node, const char *compat) in dt_is_compatible()
|
D | ops.h | 185 const char *compat) in find_node_by_compatible()
|
/arch/arc/mm/ |
D | tlb.c | 642 int compat = 0; in arc_mmu_init() local
|