Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dhypervisor.h41 #define CNTHCTL_EL1PCEN (1 << 1) /* Allow EL0/1 physical timer access */ macro
H A Darmreg.h73 #define CNTHCTL_EL1PCEN (1 << 1) /* Allow EL0/1 physical timer access */ macro
/f-stack/freebsd/arm64/arm64/
H A Dlocore.S252 orr x2, x2, #(CNTHCTL_EL1PCTEN | CNTHCTL_EL1PCEN)