Age | Commit message (Expand) | Author | Files | Lines |
2016-01-30 | target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPU | David Gibson | 1 | -14/+16 |
2014-03-13 | target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hook | Andreas Färber | 1 | -1/+1 |
2014-03-13 | target-ppc: Clean up ENV_GET_CPU() usage | Andreas Färber | 1 | -4/+8 |
2014-02-11 | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias | 1 | -2/+4 |
2014-02-11 | exec: Make ldl_*_phys input an AddressSpace | Edgar E. Iglesias | 1 | -2/+4 |
2013-03-22 | mmu-hash32: Clean up BAT matching logic | David Gibson | 1 | -4/+0 |
2013-03-22 | mmu-hash*: Separate PTEG searching from permissions checking | David Gibson | 1 | -0/+4 |
2013-03-22 | mmu-hash*: Add hash pte load/store helpers | David Gibson | 1 | -0/+28 |
2013-03-22 | mmu-hash*: Add header file for definitions | David Gibson | 1 | -0/+61 |
2013-03-22 | target-ppc: Don't share get_pteg_offset() between 32 and 64-bit | David Gibson | 1 | -1/+1 |
2013-03-22 | target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug() | David Gibson | 1 | -2/+1 |
2013-03-22 | target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_fault | David Gibson | 1 | -0/+2 |
2013-03-22 | target-ppc: Disentangle get_physical_address() paths | David Gibson | 1 | -2/+2 |
2013-03-22 | target-ppc: Disentangle get_segment() | David Gibson | 1 | -2/+2 |
2013-03-22 | target-ppc: Disentangle find_pte() | David Gibson | 1 | -2/+2 |
2013-03-22 | target-ppc: Disentangle pte_check() | David Gibson | 1 | -0/+12 |