Home
last modified time | relevance | path

Searched refs:pagetable_hashmask (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.h90 int pagetable_hashmask; 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()
374 gCPU.pagetable_hashmask = ((xx<<10)|0x3ff); 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.cpp126 p.Do(ppcState.pagetable_hashmask); in DoState()
269 ppcState.pagetable_hashmask = 0; in Reset()
H A DPowerPC.h156 u32 pagetable_hashmask; member
H A DMMU.cpp982 PowerPC::ppcState.pagetable_hashmask = ((htabmask << 10) | 0x3ff); 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.asm54 pagetable_hashmask: 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()