Home
last modified time | relevance | path

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

/freebsd/sys/arm64/vmm/io/
H A Dvgic_v3.c1794 aff1 = ICC_SGI1R_EL1_AFF1_VAL(rval) >> ICC_SGI1R_EL1_AFF1_SHIFT; in vgic_v3_icc_sgi1r_write()
/freebsd/sys/arm64/include/
H A Darmreg.h563 #define ICC_SGI1R_EL1_AFF1_VAL(x) ((x) & ICC_SGI1R_EL1_AFF1_MASK) macro