Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A Dhypervisor.h44 #define CNTHCTL_E2H_EL0PCTEN (1 << 0) /* Allow EL0 physical counter access */ macro
/freebsd/sys/arm64/vmm/io/
H A Dvtimer.c152 hyp->vtimer.cnthctl_el2 &= ~CNTHCTL_E2H_EL0PCTEN; in vtimer_vminit()