summaryrefslogtreecommitdiffstats
path: root/target-i386/arch_memory_mapping.c
Commit message (Expand)AuthorAgeFilesLines
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-7/+8
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-5/+5
* exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-17/+19
* target-i386: Fix compiler warning (integer constant is too large)Stefan Weil2013-10-021-1/+1
* cpu: Turn cpu_get_memory_mapping() into a CPUState hookAndreas Färber2013-06-111-5/+7
* cpu: Turn cpu_paging_enabled() into a CPUState hookAndreas Färber2013-06-111-5/+1
* target-i386: Fix mask of pte index in memory mappingQiao Nuohan2013-05-311-1/+1
* target-i386: fix abort on bad PML4E/PDPTE/PDE/PTE addressesLuiz Capitulino2013-05-311-4/+6
* target-i386: fix bits 39:32 of the final physical address when using 4M pageWen Congyang2013-01-091-3/+8
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-17/+17
* Fix some more license versions (GPL2+ instead of GPL2)Stefan Weil2012-06-111-2/+2
* dump: remove dumping stuff from cpu-all.hPaolo Bonzini2012-06-071-0/+1
* Add API to check whether paging mode is enabledWen Congyang2012-06-041-1/+6
* implement cpu_get_memory_mapping()Wen Congyang2012-06-041-0/+266
OpenPOWER on IntegriCloud