Home
last modified time | relevance | path

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

/freebsd/sys/arm64/vmm/io/
H A Dvgic_v3.c1791 if (ICC_SGI1R_EL1_RS_VAL(rval) != 0) in vgic_v3_icc_sgi1r_write()
/freebsd/sys/arm64/include/
H A Darmreg.h483 #define ICC_SGI1R_EL1_RS_VAL(x) ((x) & ICC_SGI1R_EL1_RS_MASK) macro