Home
last modified time | relevance | path

Searched refs:CURRENTEL_EL_EL2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dmachdep.c217 return (boot_el == CURRENTEL_EL_EL2); in has_hyp()
225 CURRENTEL_EL_EL2); in in_vhe()
H A Dlocore.S321 cmp x23, #(CURRENTEL_EL_EL2)
/freebsd/sys/arm64/include/
H A Darmreg.h421 #define CURRENTEL_EL_EL2 (0x2 << CURRENTEL_EL_SHIFT) macro