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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmappings.c316 unsigned int pindex, mflags, pattr, wimg, rc; local
321 pindex = 0;
347 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
373 mflags = mflags | (pindex << 16); /* Stick in the physical entry table index */
539 unsigned int pindex; local
542 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
563 unsigned int pindex; local
566 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
586 unsigned int pindex; local
589 physent = mapping_phys_lookup(pa, &pindex); /* Ge
609 unsigned int pindex; local
632 unsigned int pindex; local
655 unsigned int pindex, rc; local
678 unsigned int pindex, rc; local
701 unsigned int pindex, rc; local
727 unsigned int pindex; local
754 mapping_phys_lookup(ppnum_t pp, unsigned int *pindex) argument
1500 unsigned int pindex; local
1604 unsigned int pindex; local
1767 unsigned int pindex; local
[all...]
H A Dpmap.c844 unsigned int pindex; local
850 pp = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
950 unsigned int pindex; local
967 pp = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
1018 unsigned int pindex; local
1021 pp = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
1539 unsigned int pindex; local
1541 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
1596 unsigned int pindex; local
1598 pp = mapping_phys_lookup(pa, &pindex); /* Ge
[all...]
H A Dmachine_routines.c267 uint32_t count, pindex, nbytes = 0; local
274 if (!mapping_phys_lookup((cur_phys_src>>12), &pindex) ||
275 !mapping_phys_lookup((cur_phys_dst>>12), &pindex))
H A Dvmachmon.c995 unsigned int pindex; local
1029 physent = mapping_phys_lookup(mp->mpPAddr, &pindex);
1038 mflags = (pindex << 16) | mpGuest;
H A Dmappings.h406 extern phys_entry_t *mapping_phys_lookup(ppnum_t pp, unsigned int *pindex); /* Finds the physical entry for the page */
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c1801 unsigned int pindex;
1804 physent = mapping_phys_lookup(mem->phys_page, &pindex); /* (BRINGUP) */

Completed in 38 milliseconds