Home
last modified time | relevance | path

Searched refs:HCR_BSU_IS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm64/vmm/
H A Dvmm_reset.c137 el2ctx->hcr_el2 = HCR_RW | HCR_TID3 | HCR_TWI | HCR_BSU_IS | HCR_FB | in reset_vm_el2_regs()
/freebsd/sys/arm64/include/
H A Dhypervisor.h81 #define HCR_BSU_IS (UL(0x1) << 10) macro