Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dcpu.h280 #define TTE_USED_BIT_UA2005 (1ULL << 47) macro
297 #define TTE_IS_USED_UA2005(tte) ((tte) & TTE_USED_BIT_UA2005)
H A Dldst_helper.c216 sun4u_tte |= CONVERT_BIT(sun4v_tte, TTE_USED_BIT_UA2005, TTE_USED_BIT); in sun4v_tte_to_sun4u()