Home
last modified time | relevance | path

Searched refs:PTCR_PATB (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu-book3s-v3.c27 uint64_t patb = cpu->env.spr[SPR_PTCR] & PTCR_PATB; in ppc64_v3_get_pate()
H A Dmmu-book3s-v3.h28 #define PTCR_PATB 0x0FFFFFFFFFFFF000ULL /* Partition Table Base */ macro
H A Dmisc_helper.c177 target_ulong ptcr_mask = PTCR_PATB | PTCR_PATS; in helper_store_ptcr()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c42 patb = spapr->nested.ptcr & PTCR_PATB; in spapr_get_pate_nested_hv()