Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dunaligned.c752 static int emulate_store(unsigned long ifa, void *val, int len, bool kernel_mode) in emulate_store()
760 static int emulate_load(void *val, unsigned long ifa, int len, bool kernel_mode) in emulate_load()
770 bool kernel_mode) in emulate_load_int()
892 bool kernel_mode) in emulate_store_int()
1041 emulate_load_floatpair (unsigned long ifa, load_store_t ld, struct pt_regs *regs, bool kernel_mode) in emulate_load_floatpair()
1147 bool kernel_mode) in emulate_load_float()
1224 bool kernel_mode) in emulate_store_float()
1325 bool kernel_mode = false; in ia64_handle_unaligned() local
/openbmc/linux/arch/microblaze/include/asm/
H A Dptrace.h11 #define kernel_mode(regs) ((regs)->pt_mode) macro
/openbmc/linux/arch/arm64/kernel/
H A Dsdei.c219 u32 kernel_mode = read_sysreg(CurrentEL) | 1; /* +SPSel */ in do_sdei_event() local
/openbmc/qemu/target/mips/sysemu/
H A Dphysaddr.c124 int kernel_mode = !user_mode && !supervisor_mode; in get_physical_address() local
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dptrace.h73 microblaze_reg_t kernel_mode; /* 1 if in `kernel mode', 0 if user mode */ member
/openbmc/qemu/target/loongarch/
H A Dcpu_helper.c184 int kernel_mode = mmu_idx == MMU_KERNEL_IDX; in get_physical_address() local
/openbmc/qemu/linux-user/microblaze/
H A Dtarget_syscall.h48 uint32_t kernel_mode; member