Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h270 #define TTE_NFO_BIT (1ULL << 60) macro
287 #define TTE_IS_NFO(tte) ((tte) & TTE_NFO_BIT)
H A Dldst_helper.c216 sun4u_tte |= CONVERT_BIT(sun4v_tte, TTE_NFO_BIT_UA2005, TTE_NFO_BIT); in sun4v_tte_to_sun4u()