Searched refs:user_mode (Results 126 - 150 of 183) sorted by relevance

12345678

/linux-master/arch/x86/coco/tdx/
H A Dtdx.c414 if (WARN_ON_ONCE(user_mode(regs)))
688 if (user_mode(regs))
/linux-master/arch/parisc/kernel/
H A Dunaligned.c381 if (user_mode(regs)) {
604 if (!user_mode(regs) && fixup_exception(regs))
/linux-master/arch/sh/kernel/
H A Dtraps_32.c293 if (user_mode(regs))
502 if (user_mode(regs)) {
/linux-master/arch/mips/kernel/
H A Dkgdb.c303 if (user_mode(regs))
/linux-master/arch/nios2/kernel/
H A Dsignal.c309 if (!user_mode(regs))
/linux-master/arch/arm/kernel/
H A Dprocess.c124 if (user_mode(regs)) {
/linux-master/include/linux/
H A Dkprobes.h583 if (user_mode(regs))
/linux-master/arch/hexagon/kernel/
H A Dsignal.c185 if (!user_mode(regs))
/linux-master/kernel/time/
H A Dtick-common.c101 update_process_times(user_mode(get_irq_regs()));
/linux-master/kernel/
H A Dprofile.c337 if (!user_mode(regs) && cpumask_available(prof_cpu_mask) &&
/linux-master/arch/arm64/kernel/
H A Dstacktrace.c307 if (regs && user_mode(regs))
H A Dprocess.c218 if (!user_mode(regs)) {
/linux-master/arch/powerpc/lib/
H A Dsstep.c108 if (!user_mode(regs))
1432 if (user_mode(regs))
1745 if (user_mode(regs))
1751 if (user_mode(regs))
1759 if (user_mode(regs))
3440 if (!user_mode(regs) && !(regs->msr & MSR_FP))
3447 if (!user_mode(regs) && !(regs->msr & MSR_VEC))
3462 if (!user_mode(regs) && !(regs->msr & msrbit))
3498 op->reg == 1 && op->update_reg == 1 && !user_mode(regs) &&
3510 if (!user_mode(reg
[all...]
/linux-master/arch/riscv/kernel/
H A Dkgdb.c323 if (user_mode(regs))
/linux-master/arch/powerpc/kernel/
H A Dhw_breakpoint.c290 if (user_mode(regs)) {
H A Dmce_power.c36 if (user_mode(regs))
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c367 if (WARN_ON_ONCE(!user_mode(regs)))
/linux-master/arch/s390/kernel/
H A Duprobes.c116 if (!user_mode(regs))
H A Ddis.c490 if (user_mode(regs)) {
502 char *mode = user_mode(regs) ? "User" : "Krnl";
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c490 if (user_mode(regs))
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1589 BUG_ON(!on_thread_stack() || !user_mode(regs));
2143 WARN_ON_ONCE(user_mode(regs));
2206 if (user_mode(regs))
2220 if (user_mode(regs))
/linux-master/arch/m68k/kernel/
H A Dtraps.c331 if (user_mode(&fp->ptregs)){
756 if (user_mode(&fp->ptregs))
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal.c618 if ((user_mode(regs))) {
689 machine_check_print_event_info(&evt, user_mode(regs), false);
/linux-master/arch/x86/xen/
H A Denlighten_pv.c664 if (user_mode(regs))
686 if (user_mode(regs))
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c259 if (user_mode(regs))
367 else if (!user_mode(regs))
2348 return user_mode(regs) ? PERF_RECORD_MISC_USER :

Completed in 276 milliseconds

12345678