Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h314 #define TLB_UST1_IS_SUN4V_BIT (1ULL << 10) /* sun4u/sun4v TTE format switch */ macro
H A Dldst_helper.c210 if (!(cpu_has_hypervisor(env) && (tag & TLB_UST1_IS_SUN4V_BIT))) { in sun4v_tte_to_sun4u()