• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/

Lines Matching defs:pindex

316 	unsigned int pindex, mflags, pattr, wimg, rc;
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;
542 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
563 unsigned int pindex;
566 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
586 unsigned int pindex;
589 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
609 unsigned int pindex;
612 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
632 unsigned int pindex;
635 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
655 unsigned int pindex, rc;
658 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
678 unsigned int pindex, rc;
681 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
701 unsigned int pindex, rc;
704 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
727 unsigned int pindex;
731 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
746 * phys_ent *mapping_phys_lookup(ppnum_t pp, unsigned int *pindex) - tests the reference bit of a physical page
754 mapping_phys_lookup(ppnum_t pp, unsigned int *pindex)
762 *pindex = (i * sizeof(mem_region_t)) / 4; /* Make the word index to this list */
1500 unsigned int pindex;
1504 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
1604 unsigned int pindex;
1703 physent = mapping_phys_lookup(sink >> 12, &pindex); /* Get physical entry for sink */
1707 physent = mapping_phys_lookup(source >> 12, &pindex); /* Get physical entry for source */
1767 unsigned int pindex;
1770 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */