Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c83 entry->dw0 = guest->parttbl[0]; in spapr_get_pate_nested_papr()
84 entry->dw1 = guest->parttbl[1]; in spapr_get_pate_nested_papr()
1006 GSBE_NESTED(GSB_PART_SCOPED_PAGETBL, 0x18, parttbl[0], copy_state_pagetbl),
1007 GSBE_NESTED(GSB_PROCESS_TBL, 0x10, parttbl[1], copy_state_proctbl),
1811 if (guest->parttbl[0] == 0) { in h_guest_run_vcpu()
/openbmc/qemu/include/hw/ppc/
H A Dspapr_nested.h205 uint64_t parttbl[2]; member