| /f-stack/freebsd/arm/arm/ |
| H A D | trap-v6.c | 237 if (usermode) in abort_imprecise() 253 if (usermode) { in abort_debug() 291 bool usermode; in abort_handler() local 323 if (usermode) in abort_handler() 423 if (usermode) { in abort_handler() 467 if (usermode) { in abort_handler() 519 if (!usermode) { in abort_handler() 536 if (usermode) in abort_handler() 562 bool usermode; in abort_fatal() local 604 if (usermode) in abort_fatal() [all …]
|
| H A D | pmap-v6.c | 6405 pmap_fault(pmap_t pmap, vm_offset_t far, uint32_t fsr, int idx, bool usermode) in pmap_fault() argument 6426 if (!usermode || (idx != FAULT_ALIGN && idx != FAULT_PERM_L2)) { in pmap_fault() 6441 if (!usermode || (idx != FAULT_ALIGN && in pmap_fault() 6495 if (idx == FAULT_TRAN_L1 && usermode && cp15_ats1cur_check(far) == 0) { in pmap_fault()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_clock.c | 426 hardclock_itimer(struct thread *td, struct pstats *pstats, int cnt, int usermode) in hardclock_itimer() argument 433 if (usermode && in hardclock_itimer() 456 hardclock(int cnt, int usermode) in hardclock() argument 486 hardclock_itimer(td, pstats, cnt, usermode); in hardclock() 640 statclock(int cnt, int usermode) in statclock() argument 654 if (usermode) { in statclock() 724 profclock(int cnt, int usermode, uintfptr_t pc) in profclock() argument 733 if (usermode) { in profclock()
|
| H A D | kern_clocksource.c | 161 int usermode; in handleevents() local 169 usermode = 0; in handleevents() 172 usermode = TRAPF_USERMODE(frame); in handleevents() 186 hardclock(runs, usermode); in handleevents() 196 statclock(runs, usermode); in handleevents() 206 profclock(runs, usermode, TRAPF_PC(frame)); in handleevents()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | trap.c | 680 trap_pfault(struct trapframe *frame, bool usermode, int *signo, int *ucode) in trap_pfault() argument 689 MPASS(!usermode || (signo != NULL && ucode != NULL)); in trap_pfault() 743 if (usermode) { in trap_pfault() 764 if (!usermode && (td->td_intr_nesting_level != 0 || in trap_pfault() 789 if (usermode) { in trap_pfault() 801 if (usermode && trap_is_pti(frame)) in trap_pfault() 833 if (usermode) in trap_pfault()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | trap.c | 736 trap_pfault(struct trapframe *frame, bool usermode, vm_offset_t eva, in trap_pfault() argument 745 MPASS(!usermode || (signo != NULL && ucode != NULL)); in trap_pfault() 810 if (usermode) { in trap_pfault() 818 map = usermode ? &p->p_vmspace->vm_map : kernel_map; in trap_pfault() 825 if (!usermode && td->td_intr_nesting_level != 0) { in trap_pfault() 866 if (usermode) in trap_pfault()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | trap.c | 513 int type, usermode; in trap() local 541 usermode = 1; in trap() 543 usermode = 0; in trap() 627 if (!usermode) { in trap() 659 if (!usermode) in trap() 730 if (!usermode) { in trap() 736 if (!usermode) { in trap() 810 if (!usermode && dtrace_invop_jump_addr != NULL && in trap()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 2029 pf_error_code(int usermode, int prot, int rsvd, uint64_t pte) in pf_error_code() argument 2037 if (usermode) in pf_error_code() 2070 int nlevels, pfcode, ptpshift, ptpindex, retval, usermode, writable; in _vm_gla2gpa() local 2078 usermode = (paging->cpl == 3 ? 1 : 0); in _vm_gla2gpa() 2123 (usermode && (pte32 & PG_U) == 0) || in _vm_gla2gpa() 2126 pfcode = pf_error_code(usermode, prot, 0, in _vm_gla2gpa() 2183 pfcode = pf_error_code(usermode, prot, 0, pte); in _vm_gla2gpa() 2213 (usermode && (pte & PG_U) == 0) || in _vm_gla2gpa() 2216 pfcode = pf_error_code(usermode, prot, 0, pte); in _vm_gla2gpa() 2233 pfcode = pf_error_code(usermode, prot, 1, in _vm_gla2gpa()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 443 void hardclock(int cnt, int usermode); 446 void statclock(int cnt, int usermode); 447 void profclock(int cnt, int usermode, uintfptr_t pc);
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm845-cheza.dtsi | 1063 * Hogs prevent usermode from changing the value. A GPIO can be both
|