Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h277 #define TTE_PRIV_BIT (1ULL << 2) macro
295 #define TTE_IS_PRIV(tte) ((tte) & TTE_PRIV_BIT)
H A Dldst_helper.c221 sun4u_tte |= CONVERT_BIT(sun4v_tte, TTE_PRIV_BIT_UA2005, TTE_PRIV_BIT); in sun4v_tte_to_sun4u()