Searched refs:HPTE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/powerpc/ |
H A D | firmware-assisted-dump.rst | 137 hold CPU state, HPTE region, boot memory dump, FADump header and 142 HPTE region, in the case a crash does occur. 165 \ CPU HPTE / | | 198 |///| -> Regions (CPU, HPTE & Metadata) marked like this in the above 200 does not have CPU & HPTE regions while Metadata region is 334 HPTE: [0x0000006fff0020-0x0000006fff101f] 0x1000 bytes, Dumped: 0x0 341 HPTE: [0x0000006fff0020-0x0000006fff101f] 0x1000 bytes, Dumped: 0x1000
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 1402 #define HPTE(_table, _i) (void *)(((uint64_t *)(_table)) + ((_i) * 2)) macro 1617 DIRTY_HPTE(HPTE(spapr->htab, i)); in spapr_reallocate_hpt() 2175 qemu_put_buffer(f, HPTE(spapr->htab, chunkstart), in htab_save_chunk() 2201 && !HPTE_VALID(HPTE(spapr->htab, index))) { in htab_save_first_pass() 2202 CLEAN_HPTE(HPTE(spapr->htab, index)); in htab_save_first_pass() 2209 && HPTE_VALID(HPTE(spapr->htab, index))) { in htab_save_first_pass() 2210 CLEAN_HPTE(HPTE(spapr->htab, index)); in htab_save_first_pass() 2250 && !HPTE_DIRTY(HPTE(spapr->htab, index))) { in htab_save_later_pass() 2258 && HPTE_DIRTY(HPTE(spapr->htab, index)) in htab_save_later_pass() 2259 && HPTE_VALID(HPTE(spapr->htab, index))) { in htab_save_later_pass() [all …]
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 3082 __u32 pte_enc; /* Encoding in the HPTE (>>12) */
|