Searched refs:VTCR_EL2_PS_SHIFT (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm64/include/
H A Dhypervisor.h172 #define VTCR_EL2_PS_SHIFT 16 macro
173 #define VTCR_EL2_PS_32BIT (0x0 << VTCR_EL2_PS_SHIFT)
174 #define VTCR_EL2_PS_36BIT (0x1 << VTCR_EL2_PS_SHIFT)
175 #define VTCR_EL2_PS_40BIT (0x2 << VTCR_EL2_PS_SHIFT)
176 #define VTCR_EL2_PS_42BIT (0x3 << VTCR_EL2_PS_SHIFT)
177 #define VTCR_EL2_PS_44BIT (0x4 << VTCR_EL2_PS_SHIFT)
178 #define VTCR_EL2_PS_48BIT (0x5 << VTCR_EL2_PS_SHIFT)

Completed in 162 milliseconds