Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dkvm_ppc.h47 bool radix, bool gtse,
252 bool radix, bool gtse, in kvmppc_configure_v3_mmu() argument
H A Dkvm.c307 bool radix, bool gtse, in kvmppc_configure_v3_mmu() argument
320 if (gtse) { in kvmppc_configure_v3_mmu()
H A Dtranslate.c192 bool gtse; member
4717 if (ctx->gtse) { in gen_tlbsync()
6532 ctx->gtse = (hflags >> HFLAGS_GTSE) & 1; in ppc_tr_init_disas_context()
/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc201 if ((!a->prs && ctx->hr) || (!local && !ctx->gtse)) {
/qemu/hw/ppc/
H A Dspapr.c1898 bool gtse = !!(cpu->env.spr[SPR_LPCR] & LPCR_GTSE); in spapr_post_load() local
1907 err = kvmppc_configure_v3_mmu(cpu, radix, gtse, spapr->patb_entry); in spapr_post_load()