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

12345

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Ddebug.c71 #include <vm/pmap.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c171 pmap_t pmap; local
180 pmap = get_task_pmap(current_task());
184 paddr = pmap_extract(pmap, vaddr);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_interface.c70 #include <vm/pmap.h>
77 #include <i386/pmap.h>
512 ptp = pmap_pte(task->map->pmap, (vm_map_offset_t)addr);
H A Dmachine_routines.c43 #include <i386/pmap.h>
165 * destination have valid translations in the kernel pmap.
H A DpmCPU.c38 #include <i386/pmap.h>
H A Dtrap.c71 #include <i386/pmap.h>
549 * for the user base address and the pmap
559 updp = pmap_pde(map->pmap, thread->machine.copy_window[fault_in_copy_window].user_base);
H A Dbsd_i386.c50 #include <vm/pmap.h>
H A Dmp_desc.c73 #include <i386/pmap.h>
758 /* Call for per-cpu pmap mode initialization */
H A Dpcb.c86 #include <vm/pmap.h>
501 cdp->cpu_task_map = new->map->pmap->pm_task_map;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_machdep.c42 #include <ppc/pmap.h>
675 kdp_pmap = thread->task->map->pmap;
720 /* Reset the target pmap */
755 kdp_pmap = thread->task->map->pmap;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_shared_region.c46 * It can also shared a pmap (mostly for read-only parts but also for the
48 * process's pmap. This reduces the number of soft faults: once one process
50 * it without having to enter it in their own pmap.
574 /* create a VM sub map and its pmap */
619 "%p mem=(%p,%p) map=%p pmap=%p\n",
622 mem_entry_port, mem_entry, sub_map, sub_map->pmap));
661 * Clean up the pmap first. The virtual addresses that were
662 * entered in this possibly "nested" pmap may have different values
668 if (map->pmap) {
669 pmap_remove(map->pmap,
[all...]
H A Dvm_object.c1885 * If pmap is not NULL, this routine assumes that
1887 * pmap.
1895 pmap_t pmap,
1907 if (pmap != NULL) {
1909 pmap_protect(pmap, pmap_start, pmap_start + size, prot);
1931 if (ptoa_64(object->resident_page_count) > size/2 && pmap != PMAP_NULL) {
1933 pmap_protect(pmap, pmap_start, pmap_start + size, prot);
1946 if (pmap != PMAP_NULL) {
1953 pmap_protect(pmap, start, start + PAGE_SIZE_64, prot);
1972 if (pmap !
1891 vm_object_pmap_protect( register vm_object_t object, register vm_object_offset_t offset, vm_object_size_t size, pmap_t pmap, vm_map_offset_t pmap_start, vm_prot_t prot) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsysctl.c433 SYSCTL_NODE(_machdep, OID_AUTO, pmap, CTLFLAG_RW|CTLFLAG_LOCKED, 0,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp41 #include <vm/pmap.h>
267 // Prefetch each page to put entries into the pmap
H A DIOLib.cpp63 extern ppnum_t pmap_find_phys(pmap_t pmap, addr64_t va);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DFirmwareC.c46 #include <ppc/pmap.h>
H A Dppc_vm_init.c53 #include <ppc/pmap.h>
204 * Initialize the pmap system, using space above `first_avail'
H A Dmachine_routines.c38 #include <ppc/pmap.h>
256 * destination have valid translations in the kernel pmap.
H A Dpms.c38 #include <machine/pmap.h>
H A Dtrap.c54 #include <ppc/pmap.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dcommpage.c55 #include <machine/pmap.h>
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleDART.cpp33 extern ppnum_t pmap_find_phys(pmap_t pmap, addr64_t va);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfasttrap_isa.c77 #include <vm/pmap.h>
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_thread_i386.c38 #include <vm/pmap.h>
127 * pmap layer requires interrupts to be on
161 * pmap layer requires interrupts to be on
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_subr.c74 #include <vm/pmap.h>

Completed in 146 milliseconds

12345