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

Lines Matching refs:entry

347 		physent = mapping_phys_lookup(pa, &pindex);				/* Get physical entry */
373 mflags = mflags | (pindex << 16); /* Stick in the physical entry table index */
452 curpmap = pmap; /* Remember entry */
527 * This routine takes a physical entry and runs through all mappings attached to it and changes
542 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
557 * This routine takes a physical entry and runs through all mappings attached to it and turns
566 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
580 * This routine takes a physical entry and runs through all mappings attached to it and turns
589 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
603 * This routine takes a physical entry and runs through all mappings attached to it and turns
612 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
626 * This routine takes a physical entry and runs through all mappings attached to it and turns
635 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
649 * This routine takes a physical entry and runs through all mappings attached to it and tests
658 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
672 * This routine takes a physical entry and runs through all mappings attached to it and tests
681 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
695 * This routine takes a physical entry and runs through all mappings attached to it and tests
704 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
721 * This routine takes a physical entry and runs through all mappings attached to it and turns
731 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
749 * calculates the bank address associated with the entry
755 { /* Finds the physical entry for the page */
1153 mb = mapCtl.mapcnext; /* back to the first block with a free entry */
1331 if(!((unsigned int)mapCtl.mapcnext)) { /* First entry on list? */
1490 * First looks up the physical entry associated witht the physical page. Then searches the alias
1504 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
1533 return pmap_extract(kernel_pmap, va); /* Find mapping and lock the physical entry for this mapping */
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 */
1770 physent = mapping_phys_lookup(pa, &pindex); /* Get physical entry */
1783 struct phys_entry * entry;
1787 entry = (struct phys_entry *) pmap_mem_regions[bank].mrPhysTab;
1790 hw_walk_phys(entry, hwpNoop, hwpNoop, hwpNoop, 0, hwpPurgePTE);
1791 entry++;