index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-ppc
/
mmu_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-06
PPC: Add MMU type for 2.06 with AMR but no TB pages
Alexander Graf
1
-0
/
+4
2013-03-22
target-ppc: Use QOM method dispatch for MMU fault handling
David Gibson
1
-17
/
+7
2013-03-22
target-ppc: Move ppc tlb_fill implementation into mmu_helper.c
David Gibson
1
-2
/
+38
2013-03-22
target-ppc: Split user only code out of mmu_helper.c
David Gibson
1
-28
/
+0
2013-03-22
target-ppc: mmu_ctx_t should not be a global type
David Gibson
1
-0
/
+13
2013-03-22
target-ppc: Disentangle BAT code for 32-bit hash MMUs
David Gibson
1
-34
/
+4
2013-03-22
target-ppc: Don't share get_pteg_offset() between 32 and 64-bit
David Gibson
1
-7
/
+2
2013-03-22
target-ppc: Disentangle hash mmu helper functions
David Gibson
1
-7
/
+4
2013-03-22
target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()
David Gibson
1
-13
/
+16
2013-03-22
target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_fault
David Gibson
1
-41
/
+16
2013-03-22
target-ppc: Disentangle get_physical_address() paths
David Gibson
1
-38
/
+8
2013-03-22
target-ppc: Rework get_physical_address()
David Gibson
1
-46
/
+52
2013-03-22
target-ppc: Disentangle get_segment()
David Gibson
1
-101
/
+40
2013-03-22
target-ppc: Disentangle find_pte()
David Gibson
1
-114
/
+5
2013-03-22
target-ppc: Disentangle pte_check()
David Gibson
1
-55
/
+12
2013-03-22
target-ppc: Move SLB handling into a mmu-hash64.c
David Gibson
1
-195
/
+3
2013-03-22
target-ppc: Remove address check for logging
David Gibson
1
-6
/
+4
2013-03-22
target-ppc: Trivial cleanups in mmu_helper.c
David Gibson
1
-8
/
+3
2013-03-22
target-ppc: Remove vestigial PowerPC 620 support
David Gibson
1
-39
/
+5
2013-02-01
target-ppc: Fix target_ulong vs. hwaddr format mismatches
Andreas Färber
1
-3
/
+3
2013-02-01
target-ppc: Fix unused variable warning for FLUSH_ALL_TLBS
Andreas Färber
1
-1
/
+2
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-11-01
target-ppc: make some functions static
Blue Swirl
1
-5
/
+6
2012-10-29
Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITS
Peter Maydell
1
-2
/
+0
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-26
/
+26
2012-10-04
Make target_phys_addr_t 64 bits unconditionally
Avi Kivity
1
-3
/
+1
2012-06-24
ppc64: Rudimentary Support for extra page sizes on server CPUs
Benjamin Herrenschmidt
1
-0
/
+7
2012-06-24
booke_206_tlbwe: Discard invalid bits in MAS2
Fabien Chouteau
1
-2
/
+15
2012-06-24
ppc: Cleanup MMU merge
Blue Swirl
1
-85
/
+35
2012-06-24
ppc: Move MMU helpers from helper.c to mmu_helper.c
Blue Swirl
1
-0
/
+2471
2012-06-24
ppc: Avoid a warning with the next patch
Blue Swirl
1
-2
/
+2
2012-06-24
ppc: Avoid AREG0 for MMU etc. helpers
Blue Swirl
1
-44
/
+47
2012-06-24
ppc: Split MMU etc. helpers from op_helper.c
Blue Swirl
1
-0
/
+882