Searched refs:USERMODE (Results 1 – 17 of 17) sorted by relevance
255 if (USERMODE(pc)) in db_stack_trace_print()339 if (!fp[0] || USERMODE(pc)) in stacktrace_save_at()
777 if (!USERMODE(frame->tf_iioq_head)) in syscall()
2323 else if (USERMODE(loc)) { in db_disasm()
56 #define USERMODE(pc) ((((register_t)pc) & HPPA_PC_PRIV_MASK) != HPPA_PC_PRIV_KERN) macro
62 #define USERMODE(c, f) (ISPL(c) == SEL_UPL) macro
284 #define CLKF_USERMODE(frame) USERMODE((frame)->if_cs, (frame)->if_eflags)
83 #define USERMODE(c, f) (ISPL(c) == SEL_UPL) macro
370 #define CLKF_USERMODE(frame) USERMODE((frame)->if_cs, (frame)->if_rflags)
77 #define USERMODE(PSR) (((PSR) & PSR_MODE) == 0) macro238 if (USERMODE(frame->tf_epsr)) { in m88100_trap()673 if (!USERMODE(frame->tf_epsr)) { in m88110_trap()690 if (USERMODE(frame->tf_epsr)) { in m88110_trap()
84 #define USERMODE(ps) (((ps) & SR_KSU_MASK) == SR_KSU_USER) macro185 if (USERMODE(trapframe->sr)) in trap()362 if (!USERMODE(trapframe->sr)) { in itsa()756 stacktrace(!USERMODE(trapframe->sr) ? trapframe : p->p_md.md_regs); in itsa()
242 !USERMODE(regs->r_cs, regs->r_eflags)) in process_write_regs()
530 if (!USERMODE(frame->tf_cs, frame->tf_eflags)) in syscall()
2504 !USERMODE(ksc.sc_cs, ksc.sc_eflags)) in sys_sigreturn()
267 Target Report RejectNegative Mask(USERMODE)
496 if (p == curproc && USERMODE(frame->if_cs, frame->if_eflags)) { in npxintr()
763 !USERMODE(ksc.sc_cs, ksc.sc_eflags)) in sys_sigreturn()
9367 (INITIALIZE_TRAMPOLINE): Call __ic_invalidate in USERMODE.