Searched refs:io_map_spec (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | io_map_entries.h | 45 extern vm_offset_t io_map_spec(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags);
|
| H A D | io_map.c | 102 io_map_spec(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags) in io_map_spec() function
|
| H A D | hpet.c | 197 rcbaArea = io_map_spec(rcbaAreap & -4096, PAGE_SIZE * 4, VM_WIMG_IO); in map_rcbaArea() 228 hpetArea = io_map_spec(hpetAreap & -4096, PAGE_SIZE * 4, VM_WIMG_IO); in hpet_init()
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | io_map_entries.h | 50 extern vm_offset_t io_map_spec(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags);
|
| H A D | io_map.c | 119 io_map_spec(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags) in io_map_spec() function
|
| /xnu-8019.80.24/osfmk/console/ |
| H A D | video_console.c | 2903 …newVideoVirt = io_map_spec((vm_map_offset_t)new_vinfo.v_physaddr, newMapSize, flags); /* Allocat… in initialize_screen()
|