Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dsyndrome.h267 static inline uint32_t syn_gpc(int s2ptw, int ind, int gpcsc, in syn_gpc() argument
272 | (ind << 20) | (gpcsc << 14) | (cm << 8) | (s1ptw << 7) in syn_gpc()
/openbmc/qemu/target/arm/tcg/
H A Dtlb_helper.c151 static uint8_t const gpcsc[] = { in encode_gpcsc() local
159 return gpcsc[fi->gpcf] | fi->level; in encode_gpcsc()