Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A Dhypervisor.h45 #define CNTHCTL_E2H_EL0VCTEN (1 << 1) /* Allow EL0 virtual counter access */ macro
/freebsd/sys/arm64/vmm/io/
H A Dvtimer.c153 hyp->vtimer.cnthctl_el2 |= CNTHCTL_E2H_EL0VCTEN; in vtimer_vminit()