Searched refs:io_map_spec (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dio_map_entries.h42 extern vm_offset_t io_map_spec(vm_map_offset_t phys_addr, vm_size_t size,
H A Dpmap.c1701 vm_offset_t io_map_spec(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags) function
/darwin-on-arm/xnu/osfmk/i386/
H A Dio_map_entries.h45 extern vm_offset_t io_map_spec(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags);
H A Dio_map.c98 vm_offset_t io_map_spec(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags) function
H A Dhpet.c197 rcbaArea = io_map_spec(rcbaAreap & -4096, PAGE_SIZE * 4, VM_WIMG_IO);
228 hpetArea = io_map_spec(hpetAreap & -4096, PAGE_SIZE * 4, VM_WIMG_IO);
/darwin-on-arm/xnu/osfmk/arm64/
H A Dpmap.c359 vm_offset_t io_map_spec(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags) function
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c2649 newVideoVirt = io_map_spec((vm_map_offset_t)new_vinfo.v_physaddr, fbsize, flags); /* Allocate address space for framebuffer */

Completed in 94 milliseconds