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

Lines Matching refs:ppnum_t

84 void mapping_phys_unused(ppnum_t pa);
226 ppnum_t pgaddr;
312 addr64_t mapping_make(pmap_t pmap, addr64_t va, ppnum_t pa, unsigned int flags, unsigned int size, vm_prot_t prot) { /* Make an address mapping */
525 * void mapping_protect_phys(ppnum_t pa, vm_prot_t prot) - change the protection of a physical page
537 void mapping_protect_phys(ppnum_t pa, vm_prot_t prot) { /* Change protection of all mappings to page */
555 * void mapping_clr_mod(ppnum_t pa) - clears the change bit of a physical page
561 void mapping_clr_mod(ppnum_t pa) { /* Clears the change bit of a physical page */
578 * void mapping_set_mod(ppnum_t pa) - set the change bit of a physical page
584 void mapping_set_mod(ppnum_t pa) { /* Sets the change bit of a physical page */
601 * void mapping_clr_ref(ppnum_t pa) - clears the reference bit of a physical page
607 void mapping_clr_ref(ppnum_t pa) { /* Clears the reference bit of a physical page */
624 * void mapping_set_ref(ppnum_t pa) - set the reference bit of a physical page
630 void mapping_set_ref(ppnum_t pa) { /* Sets the reference bit of a physical page */
647 * boolean_t mapping_tst_mod(ppnum_t pa) - test the change bit of a physical page
653 boolean_t mapping_tst_mod(ppnum_t pa) { /* Tests the change bit of a physical page */
670 * boolean_t mapping_tst_ref(ppnum_t pa) - tests the reference bit of a physical page
676 boolean_t mapping_tst_ref(ppnum_t pa) { /* Tests the reference bit of a physical page */
693 * unsigned int mapping_tst_refmod(ppnum_t pa) - tests the reference and change bits of a physical page
699 unsigned int mapping_tst_refmod(ppnum_t pa) { /* Tests the reference and change bits of a physical page */
718 * void mapping_clr_refmod(ppnum_t pa, unsigned int mask) - clears the reference and change bits specified
725 void mapping_clr_refmod(ppnum_t pa, unsigned int mask) { /* Clears the reference and change bits of a physical page */
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)
1287 ppnum_t pp;
1488 * addr64_t mapping_p2v(pmap_t pmap, ppnum_t pa) - Finds first virtual mapping of a physical page in a space
1496 addr64_t mapping_p2v(pmap_t pmap, ppnum_t pa) { /* Finds first virtual mapping of a physical page in a space */
1544 ppnum_t pa = pmap_find_phys(kernel_pmap, (addr64_t)va);
1704 if(physent) mapping_set_mod((ppnum_t)(sink >> 12)); /* Make sure we know that it is modified */
1708 if(physent) mapping_set_ref((ppnum_t)(source >> 12)); /* Make sure we know that it is modified */
1765 void mapping_phys_unused(ppnum_t pa) {