Searched refs:VM_WIMG_IO (Results 1 - 15 of 15) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/ppc/
H A Dprotos.h155 #ifndef VM_WIMG_IO
156 #define VM_WIMG_IO (VM_MEM_COHERENT | \ macro
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_kprintf.c99 scc = io_map_spec(scc, 0x1000, VM_WIMG_IO); /* Map it in */
H A Dpe_identify_machine.c191 *taddr = io_map_spec(tappdata[0], tappdata[1], VM_WIMG_IO); /* Map it in and return the address */
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Diokit_rpc.c460 flags = VM_WIMG_IO;
514 flags = VM_WIMG_IO;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.h278 #define VM_WIMG_IO (VM_MEM_COHERENT | \ macro
H A Dmachine_routines.c143 return(io_map(phys_addr,size,VM_WIMG_IO));
H A Dpmap.c1321 flags = VM_WIMG_IO;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlapic.c192 VM_WIMG_IO, local
H A Dmachine_routines.c87 return(io_map(phys_addr,size,VM_WIMG_IO));
H A Dpmap.h240 #define VM_WIMG_IO (VM_MEM_COHERENT | \ macro
H A Dpmap.c4640 return (VM_WIMG_IO);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c485 (mptr->Type == EfiMemoryMappedIO) ? VM_WIMG_IO : VM_WIMG_USE_DEFAULT);
565 (mptr->Type == EfiMemoryMappedIO) ? VM_WIMG_IO : VM_WIMG_USE_DEFAULT);
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c1793 wimg_mode = VM_WIMG_IO;
1809 if ((wimg_mode == VM_WIMG_IO)
1873 wimg_mode = VM_WIMG_IO;
2190 wimg_mode = VM_WIMG_IO;
2220 if ((wimg_mode == VM_WIMG_IO)
H A Dvm_map.c2306 wimg_mode = VM_WIMG_IO;
2314 if (wimg_mode == VM_WIMG_IO ||
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dvideo_console.c2308 flags = (new_vinfo.v_type == VGA_TEXT_MODE) ? VM_WIMG_IO : VM_WIMG_WCOMB;
2310 flags = VM_WIMG_IO;

Completed in 168 milliseconds