Searched refs:pmap (Results 101 - 117 of 117) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_thread_ppc.c39 #include <vm/pmap.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_aout.c69 #include <vm/pmap.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c102 #include <vm/pmap.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu.c43 #include <vm/pmap.h>
H A Dstatus.c1672 spc = (unsigned int)thread->map->pmap->space; /* Get the space we're in */
H A Dvmachmon_asm.s394 rlwinm r31,r31,2,0,29 ; Index to the pmap
397 lwzx r31,r26,r31 ; Get the requested address space pmap
779 lwz r3,VMMAP_PMAP(r12) ; Get the pmap for the activation
847 lwz r3,VMMAP_PMAP(r12) ; Get the pmap for the activation
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c64 #include <vm/pmap.h>
H A Ddtrace.c86 #include <vm/pmap.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dmemory_object.c100 #include <vm/pmap.h> /* For pmap_clear_modify */
210 * Wired pages don't get flushed or disconnected from the pmap.
H A Dvm_pageout.c100 #include <vm/pmap.h>
264 * Working Set uses this to throttle its use of pmap removes. In this
558 * maintain statistics, since the pmap module is always
2795 * the pmap layer by grabbing it here and recording it
3868 PMAP_ENTER(map->pmap, addr, m, VM_PROT_ALL, cache_attr, TRUE);
5413 * or this pmap mapping might get undone by a
5483 * Otherwise, the pmap mappings in the kernel could be
5569 /* undo the pmap mapping */
5698 * The page is busy and not accessible by users (not entered in any pmap).
5836 * The page is busy and not accessible by users (not entered in any pmap)
[all...]
H A Dvm_resident.c78 #include <vm/pmap.h>
240 * that the pmap module can recognize in assertions.
247 * one in the pmap.
548 * to the kernel. We don't trust the pmap module
604 * we don't trust the pmap module to do it right.
632 * but some pmap modules barf if they are.
2960 * to ask the pmap layer about there state
3321 * from the pmap layer... else we risk
H A Dvm_user.c2132 target_map->pmap),
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dvideo_console.c103 #include <vm/pmap.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c89 #include <vm/pmap.h>
H A Dsched_prim.c100 #include <vm/pmap.h>
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp59 #include <vm/pmap.h>
69 extern ppnum_t pmap_find_phys(pmap_t pmap, addr64_t va);
2664 // This call to vm_fault causes an early pmap level resolution
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_mbuf.c299 extern ppnum_t pmap_find_phys(pmap_t pmap, addr64_t va);

Completed in 296 milliseconds

12345