Home
last modified time | relevance | path

Searched refs:io_map_spec (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/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.c102 io_map_spec(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags) in io_map_spec() function
H A Dhpet.c197 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 Dio_map_entries.h50 extern vm_offset_t io_map_spec(vm_map_offset_t phys_addr, vm_size_t size, unsigned int flags);
H A Dio_map.c119 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 Dvideo_console.c2903 …newVideoVirt = io_map_spec((vm_map_offset_t)new_vinfo.v_physaddr, newMapSize, flags); /* Allocat… in initialize_screen()