Home
last modified time | relevance | path

Searched refs:gtse (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dkvm_ppc.h47 bool radix, bool gtse,
251 bool radix, bool gtse, in kvmppc_configure_v3_mmu() argument
H A Dkvm.c296 bool radix, bool gtse, in kvmppc_configure_v3_mmu() argument
309 if (gtse) { in kvmppc_configure_v3_mmu()
H A Dtranslate.c190 bool gtse; member
5331 if (ctx->gtse) { in gen_tlbsync()
7350 ctx->gtse = (hflags >> HFLAGS_GTSE) & 1; in ppc_tr_init_disas_context()
/openbmc/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc201 if ((!a->prs && ctx->hr) || (!local && !ctx->gtse)) {
/openbmc/qemu/hw/ppc/
H A Dspapr.c1871 bool gtse = !!(cpu->env.spr[SPR_LPCR] & LPCR_GTSE); in spapr_post_load() local
1880 err = kvmppc_configure_v3_mmu(cpu, radix, gtse, spapr->patb_entry); in spapr_post_load()