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

Lines Matching refs:reference

653 ;			mapping (more than one if a block) and accumulate the reference
727 lwz r22,4(r26) ; Get the latest reference and change bits
1147 lwz r22,12(r26) ; Get the latest reference and change bits
2666 bl mapMergeRC32 ; Merge reference and change into mapping and physent
2755 bl mapMergeRC64 ; Merge reference and change into mapping and physent
2951 ; Function 5 - Clear reference in physent
2965 ; Function 6 - Clear reference in mapping
2969 hwpCRefMap: li r0,lo16(mpR) ; Get reference bit
3005 ; Function 9 - Set reference in physent
3012 ori r4,r4,lo16(ppR) ; Set the reference
3019 ; Function 10 - Set reference in mapping
3024 ori r8,r8,lo16(mpR) ; Set reference in mapping
3052 ; Function 13 - Test reference in physent
3057 rlwinm. r0,r0,0,ppRb-32,ppRb-32 ; Isolate reference bit and see if 0
3058 blr ; Return (CR0_EQ set to continue if reference is off)...
3061 ; Function 14 - Test reference in mapping
3065 hwpTRefMap: rlwinm. r0,r5,0,mpRb-32,mpRb-32 ; Isolate reference bit and see if 0
3066 blr ; Return (CR0_EQ set to continue if reference is off)...
3086 ; Function 17 - Test reference and change in physent
3092 rlwinm r0,r0,0,ppRb-32,ppCb-32 ; Isolate reference and change bits
3098 ; Function 18 - Test reference and change in mapping
3102 rlwinm r0,r5,0,mpRb-32,mpCb-32 ; Isolate reference and change bits from mapping
3108 ; Function 19 - Clear reference and change in physent
3123 ; Function 20 - Clear reference and change in mapping
3127 srwi r0,r25,(ppRb - mpRb) ; Align reference/change clear mask (phys->map)
4288 ori r24,r24,lo16(mpR) ; Turn on the reference bit right now
4480 ori r24,r24,lo16(mpR) ; Force on the reference bit
7047 ; Guest shadow assist -- test guest mapping reference and change bits
7049 ; Locates the specified guest mapping, and if it exists gathers its reference
7061 ; r25 : return code (w/reference and change bits)
8456 ; guys do not keep track of reference and change and are actually "wired".