Home
last modified time | relevance | path

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

/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()
1004 GSBE_NESTED(GSB_PART_SCOPED_PAGETBL, 0x18, parttbl[0], copy_state_pagetbl),
1005 GSBE_NESTED(GSB_PROCESS_TBL, 0x10, parttbl[1], copy_state_proctbl),
1800 if (guest->parttbl[0] == 0) { in h_guest_run_vcpu()
/qemu/include/hw/ppc/
H A Dspapr_nested.h204 uint64_t parttbl[2]; member