diff options
author | Richard Braun <rbraun@sceen.net> | 2016-09-20 22:11:24 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2016-09-21 00:21:05 +0200 |
commit | 38aca37c00548f9b31bf17e74ab4a36c73521782 (patch) | |
tree | 41833d6c6e222e2bdc2410e963d53302c4654209 /vm/vm_fault.c | |
parent | 66a878640573dd9101e3915db44408b661220038 (diff) | |
download | gnumach-38aca37c00548f9b31bf17e74ab4a36c73521782.tar.gz gnumach-38aca37c00548f9b31bf17e74ab4a36c73521782.tar.bz2 gnumach-38aca37c00548f9b31bf17e74ab4a36c73521782.zip |
Replace vm_offset_t with phys_addr_t where appropriate
* i386/i386/phys.c (pmap_zero_page, pmap_copy_page, copy_to_phys,
copy_from_phys, kvtophys): Use the phys_addr_t type for physical
addresses.
* i386/intel/pmap.c (pmap_map, pmap_map_bd, pmap_destroy,
pmap_remove_range, pmap_page_protect, pmap_enter, pmap_extract,
pmap_collect, phys_attribute_clear, phys_attribute_test,
pmap_clear_modify, pmap_is_modified, pmap_clear_reference,
pmap_is_referenced): Likewise.
* i386/intel/pmap.h (pt_entry_t): Unconditionally define as a
phys_addr_t.
(pmap_zero_page, pmap_copy_page, kvtophys): Use the phys_addr_t
type for physical addresses.
* vm/pmap.h (pmap_enter, pmap_page_protect, pmap_clear_reference,
pmap_is_referenced, pmap_clear_modify, pmap_is_modified,
pmap_extract, pmap_map_bd): Likewise.
* vm/vm_page.h (vm_page_fictitious_addr): Declare as a phys_addr_t.
* vm/vm_resident.c (vm_page_fictitious_addr): Likewise.
(vm_page_grab_phys_addr): Change return type to phys_addr_t.
Diffstat (limited to 'vm/vm_fault.c')
0 files changed, 0 insertions, 0 deletions