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

Lines Matching refs:remove

108  * Make mapping - not block or I/O - note: this is low-level, upper should remove duplicates
123 * Make mapping - block or I/O - note: this is low-level, upper should remove duplicates
435 * mapping *hw_rem_map(pmap, vaddr, addr64_t *next) - remove a mapping from the system.
457 * 5) remove mapping from search list
460 * 8) remove from physent
476 * 9) remove mapping from search list
479 * 12) remove from physent
491 * 5) mark remove-in-progress
492 * 6) check and bump remove chunk cursor if needed
508 * 20) remove mapping from search list
735 ; Now, it is time to remove the mapping and unlock the chain.
743 mr r3,r28 ; Get the pmap to remove from
907 lwz r9,mpBlkRemCur(r31) ; Get our current remove position
910 ori r0,r20,mpRIP ; Turn on the remove in progress flag
1082 mr r3,r28 ; Get the pmap to remove from
1158 mr r3,r28 ; Get the pmap to remove from
1243 lwz r9,mpBlkRemCur(r31) ; Get our current remove position
1246 ori r0,r20,mpRIP ; Turn on the remove in progress flag
1425 mr r3,r28 ; Get the pmap to remove from
1446 ; Guest shadow assist -- mapping remove
1489 lwz r3,vxsGrm(r26) ; Get mapping remove request count
1505 addi r3,r3,1 ; Increment remove request count
1506 stw r3,vxsGrm(r26) ; Update remove request count
1577 lwz r3,vxsGrmMiss(r26) ; Get remove miss count
1630 cmplw r9,r31 ; Is this the mapping to remove?
1633 bt cr1_eq,hrmGRemRetry ; Mapping to remove is chained from anchor
1657 cmpld r9,r31 ; Is this the mapping to remove?
1659 bne hrmGRem64Nxt ; No mapping to remove, chain on, dude
1660 bt cr1_eq,hrmGRem64Rt ; Mapping to remove is chained from anchor
1708 * mapping *hw_purge_phys(physent) - remove a mapping from the system
1736 * 4) do "remove mapping via pmap"
1802 b hrmJoin ; Go remove the mapping...
1805 b hrmJoin ; Go remove the mapping...
1832 * mapping *hw_purge_map(pmap, vaddr, addr64_t *next) - remove a mapping from the system.
1928 beq++ hrmGotX ; Found, branch to remove the mapping...
1937 * mapping *hw_purge_space(physent, pmap) - remove a mapping from the system based upon address space
1966 * 4) do "remove mapping via pmap"
2061 b hrmJoin ; Go remove the mapping...
2093 * mapping *hw_scrub_guest(physent, pmap) - remove first guest mapping associated with host
2098 * remove path; otherwise, we return NULL. The caller is expected to invoke this entry
2406 rlwinm r0,r7,0,mpRIPb,mpRIPb ; Find remove in progress bit
5710 ; Guest shadow assist -- remove all guest mappings
5766 lwz r3,vxsGra(r25) ; Get remove all count
5767 addi r3,r3,1 ; Increment remove all count
5768 stw r3,vxsGra(r25) ; Update remove all count
5791 lwz r11,vxsGraHits(r25) ; Get remove hit count
5792 addi r11,r11,1 ; Increment remove hit count
5793 stw r11,vxsGraHits(r25) ; Update remove hit count
5798 lwz r11,vxsGraActive(r25) ; Get remove active count
5799 addi r11,r11,1 ; Increment remove hit count
5800 stw r11,vxsGraActive(r25) ; Update remove hit count
5838 cmplw r9,r31 ; Is this the mapping to remove?
5841 bt cr1_eq,graRemRetry ; Mapping to remove is chained from anchor
5863 cmpld r9,r31 ; Is this the mapping to remove?
5865 bne graRem64Nxt ; Not mapping to remove, chain on, dude
5866 bt cr1_eq,graRem64Rt ; Mapping to remove is chained from anchor
5930 ; Guest shadow assist -- remove local guest mappings
6370 cmplw r9,r31 ; Is this the mapping to remove?
6373 bt cr1_eq,grsRemRetry ; Mapping to remove is chained from anchor
6396 cmpld r9,r31 ; Is this the mapping to remove?
6398 bne grsRem64Nxt ; Not mapping to remove, chain on, dude
6399 bt cr1_eq,grsRem64Rt ; Mapping to remove is chained from anchor
6722 cmplw r9,r31 ; Is this the mapping to remove?
6725 bt cr1_eq,gadRemRetry ; Mapping to remove is chained from anchor
6747 cmpld r9,r31 ; Is this the mapping to remove?
6749 bne gadRem64Nxt ; Not mapping to remove, chain on, dude
6750 bt cr1_eq,gadRem64Rt ; Mapping to remove is chained from anchor