Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h286 #define TTE_W_OK_BIT_UA2005 (1ULL << 6) macro
303 #define TTE_IS_W_OK_UA2005(tte) ((tte) & TTE_W_OK_BIT_UA2005)
H A Dldst_helper.c218 sun4u_tte |= CONVERT_BIT(sun4v_tte, TTE_W_OK_BIT_UA2005, TTE_W_OK_BIT); in sun4v_tte_to_sun4u()