Home
last modified time | relevance | path

Searched refs:pagetable_base (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/fs-uae/fs-uae-3.1.35/src/ppc/pearpc/cpu/cpu_generic/
H A Dppc_cpu.h89 uint32 pagetable_base; member
H A Dppc_mmu.cpp181 uint32 pteg_addr = ((hash1 & gCPU.pagetable_hashmask)<<6) | gCPU.pagetable_base; in ppc_effective_to_physical()
255 pteg_addr = ((hash1 & gCPU.pagetable_hashmask)<<6) | gCPU.pagetable_base; in ppc_effective_to_physical()
372 gCPU.pagetable_base = htaborg<<16; in ppc_mmu_set_sdr1()
376 …ACE("number of pages: 2^%d pagetable_start: 0x%08x size: 2^%d\n", n+13, gCPU.pagetable_base, n+16); in ppc_mmu_set_sdr1()
395 uint32 pteg_addr = ((hash1 & gCPU.pagetable_hashmask)<<6) | gCPU.pagetable_base; in ppc_mmu_page_create()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/PowerPC/
H A DPowerPC.cpp125 p.Do(ppcState.pagetable_base); in DoState()
268 ppcState.pagetable_base = 0; in Reset()
H A DPowerPC.h155 u32 pagetable_base; member
H A DMMU.cpp981 PowerPC::ppcState.pagetable_base = htaborg << 16; in SDRUpdated()
1116 ((hash & PowerPC::ppcState.pagetable_hashmask) << 6) | PowerPC::ppcState.pagetable_base; in TranslatePageAddress()
/dports/devel/yasm/yasm-1.3.0/modules/objfmts/elf/tests/
H A Delfmanysym.asm53 pagetable_base: label
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Debugger/
H A DRegisterWidget.cpp365 [] { return (PowerPC::ppcState.pagetable_hashmask << 6) | PowerPC::ppcState.pagetable_base; }, in PopulateTable()