Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h276 #define TTE_W_OK_BIT (1ULL << 1) macro
294 #define TTE_IS_W_OK(tte) ((tte) & TTE_W_OK_BIT)
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()