Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h283 #define TTE_LOCKED_BIT_UA2005 (1ULL << 61) macro
300 #define TTE_IS_LOCKED_UA2005(tte) ((tte) & TTE_LOCKED_BIT_UA2005)
H A Dldst_helper.c222 sun4u_tte |= CONVERT_BIT(sun4v_tte, TTE_LOCKED_BIT_UA2005, TTE_LOCKED_BIT); in sun4v_tte_to_sun4u()