Home
last modified time | relevance | path

Searched refs:in_vhe (Results 1 – 9 of 9) sorted by relevance

/src/sys/arm64/vmm/
H A Dvmm_handlers.c45 if (in_vhe())
60 if (in_vhe())
74 if (in_vhe())
93 if (in_vhe())
110 if (in_vhe())
H A Dvmm_arm64.c151 if (in_vhe()) { in arm_setup_vectors()
278 if (!in_vhe()) { in vmmops_modinit()
292 if (!in_vhe()) { in vmmops_modinit()
411 if (!in_vhe()) { in vmmops_modinit()
454 if (!in_vhe()) { in vmmops_modcleanup()
467 if (!in_vhe()) { in vmmops_modcleanup()
545 if (!in_vhe()) in vmmops_init()
575 if (!in_vhe()) in vmmops_vcpu_init()
1219 if (!in_vhe()) in vmmops_vcpu_cleanup()
1235 if (!in_vhe()) in vmmops_cleanup()
H A Dvmm_reset.c142 if (in_vhe()) { in reset_vm_el2_regs()
178 if (in_vhe()) in reset_vm_el2_regs()
/src/sys/arm64/include/
H A Dmachdep.h50 bool in_vhe(void);
/src/sys/dev/hwpmc/
H A Dhwpmc_arm64.c193 if (in_vhe()) { in arm64_allocate_pmc()
210 if (in_vhe()) { in arm64_allocate_pmc()
/src/sys/arm64/arm64/
H A Ddebug_monitor.c462 else if (in_vhe()) in dbg_setup_breakpoint()
537 else if (in_vhe()) in dbg_setup_watchpoint()
H A Dmachdep.c256 in_vhe(void) in in_vhe() function
/src/sys/arm64/vmm/io/
H A Dvtimer.c149 if (in_vhe()) { in vtimer_vminit()
/src/sys/arm/arm/
H A Dgeneric_timer.c187 #define IN_VHE in_vhe()