Searched refs:io_map_with_prot (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | io_map.c | 73 return io_map_with_prot(phys_addr, size, flags, VM_PROT_READ | VM_PROT_WRITE); in io_map() 81 io_map_with_prot(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags, vm_prot_t prot) in io_map_with_prot() function
|
| H A D | io_map_entries.h | 44 extern vm_offset_t io_map_with_prot(
|
| H A D | machine_routines.c | 712 return io_map_with_prot(phys_addr, size, VM_WIMG_IO, prot); in ml_io_map_with_prot()
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | machine_routines.c | 1446 return io_map_with_prot(phys_addr, size, VM_WIMG_IO, prot); in ml_io_map_with_prot()
|