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

/freebsd-13-stable/sys/arm64/include/
H A Darmreg.h146 #define ISS_MSR_Rt_MASK (0x1f << ISS_MSR_Rt_SHIFT) macro
147 #define ISS_MSR_Rt(x) (((x) & ISS_MSR_Rt_MASK) >> ISS_MSR_Rt_SHIFT)

Completed in 111 milliseconds