Searched refs:io_map (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dio_map_entries.h37 extern vm_offset_t io_map(
H A Dio_map.c55 io_map(vm_offset_t phys_addr, vm_size_t size, unsigned int flags) function
117 return io_map(phys_addr, size, flags); /* Map the address */
H A Dmachine_routines.c143 return(io_map(phys_addr,size,VM_WIMG_IO));
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dio_map_entries.h41 extern vm_offset_t io_map(
H A Dio_map.c72 io_map(vm_offset_t phys_addr, vm_size_t size, unsigned int flags) function
96 /* just wrap this since io_map handles it */
100 return (io_map(phys_addr, size, flags));
H A Dmachine_routines.c87 return(io_map(phys_addr,size,VM_WIMG_IO));

Completed in 27 milliseconds