12 Commits (6b2578d678497dbce44ed7999d269fc973ae6e8f)

Author SHA1 Message Date
Paolo Bonzini 9c17d615a6 softmmu: move include files to include/sysemu/ 14 years ago
Blue Swirl 6575c289f8 target-ppc: make some functions static 14 years ago
Peter Maydell 21b2f13ae2 Drop unnecessary check of TARGET_PHYS_ADDR_SPACE_BITS 14 years ago
Avi Kivity a8170e5e97 Rename target_phys_addr_t to hwaddr 14 years ago
Avi Kivity 4be403c815 Make target_phys_addr_t 64 bits unconditionally 14 years ago
Benjamin Herrenschmidt 4656e1f012 ppc64: Rudimentary Support for extra page sizes on server CPUs 14 years ago
Fabien Chouteau 77c2cf33fe booke_206_tlbwe: Discard invalid bits in MAS2 14 years ago
Blue Swirl 9aa5b15848 ppc: Cleanup MMU merge 14 years ago
Blue Swirl 8cbbe3851c ppc: Move MMU helpers from helper.c to mmu_helper.c 14 years ago
Blue Swirl 4cc2cc0855 ppc: Avoid a warning with the next patch 14 years ago
Blue Swirl c6c7cf05e1 ppc: Avoid AREG0 for MMU etc. helpers 14 years ago
Blue Swirl ec19c4d146 ppc: Split MMU etc. helpers from op_helper.c 14 years ago
Blue Swirl 64654ded79 ppc: Split integer and vector ops 14 years ago
Blue Swirl bd23cd45ea ppc: Split FPU and SPE ops 14 years ago
Blue Swirl e5f17ac633 ppc: Avoid AREG0 for exception helpers 14 years ago
Blue Swirl ad71ed6811 ppc: Split exception helpers 14 years ago
Blue Swirl b327c654e5 ppc: Fix coding style in op_helper.c 14 years ago
Blue Swirl 2050396801 Use uintptr_t for various op related functions 15 years ago
Andreas Färber 1328c2bf21 target-ppc: Don't overuse CPUState 15 years ago
Alexander Graf d5d11a39a8 PPC: E500: Implement msgsnd 15 years ago
Alexander Graf 9e0b5cb1ec PPC: E500: Implement msgclr 15 years ago
Alexander Graf 21a0b6ed1d PPC: booke206: move avail check to tlbwe 15 years ago
Alexander Graf 3f162d119e PPC: booke206: Check for TLB overrun 15 years ago
Alexander Graf 6d3db821c1 PPC: booke206: Implement tlbilx 15 years ago
Alexander Graf 5935ee072d PPC: booke206: Check for min/max TLB entry size 15 years ago
Dong Xu Wang 4abf79a428 fix spelling in target sub directory 15 years ago
Blue Swirl bccd9ec5f0 softmmu_header: pass CPUState to tlb_fill 15 years ago
Blue Swirl 97b348e7d2 Remove unused is_softmmu parameter from cpu_handle_mmu_fault 15 years ago
Blue Swirl 3e4571724f exec.h cleanup 15 years ago
Blue Swirl 1162c041c1 cpu_loop_exit: avoid using AREG0 15 years ago
Alexander Graf 1c53acccee PPC: move TLBs to their own arrays 15 years ago
Alexander Graf d1e256fe47 PPC: E500: Use MAS registers instead of internal TLB representation 15 years ago
Aurelien Jarno 2c0d18ddd9 target-ppc: remove old CONFIG_SOFTFLOAT #ifdef 15 years ago
Blue Swirl dcfd14b374 Delete unused tb_invalidate_page_range 15 years ago
Alexander Graf 01662f3e51 PPC: Implement e500 (FSL) MMU 16 years ago
Stefan Weil 618ba8e6a1 Remove unused function parameter from cpu_restore_state 16 years ago
Aurelien Jarno 019702c815 target-ppc: fix SPE comparison functions 16 years ago
Aurelien Jarno 211315fb5e softfloat: rename float*_eq() into float*_eq_quiet() 16 years ago
Aurelien Jarno 7dae117a58 target-ppc: remove #ifdef FLOAT128 16 years ago
David Gibson 3601ff1173 Use existing helper function to implement popcntd instruction 16 years ago
David Gibson eaabeef268 Correct ppc popcntb logic, implement popcntw and popcntd 16 years ago
David Gibson 3a7f009abc Implement missing parts of the logic for the POWER PURR 16 years ago
David Gibson efdef95fee Implement PowerPC slbmfee and slbmfev instructions 16 years ago
David Gibson 81762d6dd0 Clean up PowerPC SLB handling code 16 years ago
Aurelien Jarno d788b57051 target-ppc: fix wrong NaN tests 16 years ago
Aurelien Jarno 96912e3970 target-ppc: fix sNaN propagation 16 years ago
Aurelien Jarno 82b323cd29 target-ppc: use float32_is_any_nan() 16 years ago
Aurelien Jarno 3eb28bbd47 target-ppc: fix default qNaN 16 years ago
Aurelien Jarno dd94ad96e5 target-ppc: remove PRECISE_EMULATION define 16 years ago
Peter Maydell 185698715d softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() 16 years ago