Searched refs:vm_fault (Results 1 - 16 of 16) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A DMakefile14 vm_fault.h \
H A Dvm_init.c74 #include <vm/vm_fault.h>
H A Dvm_fault.h59 * File: vm/vm_fault.h
89 extern kern_return_t vm_fault(
123 * used by kernel trace point in vm_fault */
H A Dvm_apple_protect.c55 #include <vm/vm_fault.h>
H A Dvm_fault.c59 * File: vm_fault.c
94 #include <vm/vm_fault.h>
1077 * vm_fault... we'll let it deal with
1995 * from vm_fault() as part of a soft fault. If so, we must be
2205 * Routine: vm_fault
2212 * vm_fault and vm_fault_page save mucho state
2214 * structure is allocated when first entering vm_fault
2215 * and deallocated when leaving vm_fault.
2224 vm_fault( function
2998 XPR(XPR_VM_FAULT,"vm_fault
[all...]
H A Dvm_user.c87 #include <vm/vm_fault.h>
2997 /* need to call vm_fault */
2999 vm_fault(map, map_offset, VM_PROT_NONE,
H A Dmemory_object.c96 #include <vm/vm_fault.h>
H A Dvm_object.c90 #include <vm/vm_fault.h>
H A Dvm_pageout.c101 #include <vm/vm_fault.h>
H A Dvm_map.c88 #include <vm/vm_fault.h>
3048 * vm_fault
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dtrap.c47 #include <vm/vm_fault.h>
340 code = vm_fault(map, vm_map_trunc_page(offset),
376 code = vm_fault(map, vm_map_trunc_page(offset),
420 code = vm_fault(map, vm_map_trunc_page(ssp->save_srr0),
640 code = vm_fault(map, vm_map_trunc_page(dar),
661 code = vm_fault(map, vm_map_trunc_page(ssp->save_srr0),
H A Dmappings.c53 #include <vm/vm_fault.h>
1647 ret = vm_fault(map, vm_map_trunc_page(vaddr), prot, FALSE, THREAD_UNINT, NULL, 0); /* Didn't find it, try to fault it in... */
1673 ret = vm_fault(map, vm_map_trunc_page(vaddr), VM_PROT_READ | VM_PROT_WRITE, FALSE, THREAD_UNINT, NULL, 0); /* check for a COW area */
H A Dvmachmon.c50 #include <vm/vm_fault.h>
1009 ret = vm_fault(map, /* Didn't find it, try to fault in host page read/write */
1054 ret = vm_fault(map, /* Didn't find it, try to fault it in read/write... */
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dtrap.c81 #include <vm/vm_fault.h>
478 * map. If the same check is done in vm_fault
495 * vm_fault would fail in this case
523 result = vm_fault(map,
1132 kret = vm_fault(thread->map, vm_map_trunc_page(vaddr),
H A Dloose_ends.c75 #include <vm/vm_fault.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp66 #include <vm/vm_fault.h>
2664 // This call to vm_fault causes an early pmap level resolution
2672 vm_fault(addressMap,

Completed in 145 milliseconds