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

Lines Matching refs:vector

86  * This is the fast call, that does not set up the previous-ptr vector or make
129 ; r8 = ptr to skip list vector of mapping pointed to by r9 (or pmap, if r9==0)
139 la r8,mpList0(r3) ; point to skip list vector in this mapping
217 ; r8 = ptr to skip list vector of mapping pointed to by r9 (or pmap, if r9==0)
227 la r8,mpList0+4(r3) ; point to skip list vector in this mapping
321 * This is the "full" call, that sets up a vector of ptrs to the previous node
350 la r12,skipListPrev+4(r12) ; point to vector of prev ptrs, assuming 32-bit machine
369 ; r8 = ptr to skip list vector of mapping pointed to by r9
372 ; r12 = ptr to the skipListPrev vector in the per-proc
397 la r8,mpList0(r3) ; point to skip list vector in this mapping
405 stdx r9,r7,r12 ; save prev ptr in per-proc vector
431 ; r8 = ptr to prev mappings (ie, r9) skip-list vector
434 ; r12 = ptr to the skipListPrev vector in the per-proc
452 ; r8 = ptr to skip list vector of mapping pointed to by r9
455 ; r12 = ptr to the skipListPrev vector in the per-proc
480 la r8,mpList0+4(r3) ; point to skip list vector in this mapping
488 stwx r9,r7,r12 ; save prev ptr in per-proc vector
516 ; r12 = ptr to the skipListPrev vector in the per-proc
535 * of calling mapSearchFull, the per-proc skipListPrev array is set up with a vector of the
554 la r11,mpList0+4(r4) ; r11 <-- base of this mappings list vector
557 la r12,skipListPrev+4(r12) ; r12 <-- base of prev ptr vector
590 ; r10 = ptr to base of pmap list header vector
591 ; r11 = ptr to base of new mappings list vector
592 ; r12 = ptr to base of prev ptr vector in per-proc
596 ldx r5,r8,r12 ; get prev ptr from per-proc vector
598 la r7,mpList0(r5) ; get base of prev mappings list vector
631 ; r10 = ptr to base of pmap list header vector
632 ; r11 = ptr to base of new mappings list vector
633 ; r12 = ptr to base of prev ptr vector
637 lwzx r5,r8,r12 ; get prev ptr from per-proc vector
639 la r7,mpList0+4(r5) ; get base of prev mappings list vector
654 * find the mapping, which sets up the skipListPrev array with a vector of the previous
672 la r11,mpList0+4(r4) ; r11 <-- base of this mappings list vector
677 la r12,skipListPrev+4(r12) ; r12 <-- base of prev ptr vector
690 ; r11 = ptr to base of mapping list vector
691 ; r12 = ptr to base of prev ptr vector in per-proc
696 ldx r5,r8,r12 ; get prev ptr from per-proc vector
699 la r7,mpList0(r5) ; get base of prev mappings list vector
707 la r5,pmapSkipLists(r3) ; point to vector of list hdrs
724 ; r11 = ptr to base of mapping list vector
725 ; r12 = ptr to base of prev ptr vector in per-proc
730 lwzx r5,r8,r12 ; get prev ptr from per-proc vector
733 la r7,mpList0+4(r5) ; get base of prev mappings list vector
741 la r5,pmapSkipLists+4(r3) ; point to vector of list hdrs
1033 la r26,pmapSkipLists(r20) ; get ptr to base of skiplist vector
1082 la r28,mpList0(r26) ; get base of this mappings vector
1090 ; Inner loop over each list link in this mappingss mpList vector.
1112 la r28,mpList0(r26) ; get base of this mappings vector
1147 la r26,pmapSkipLists+4(r20) ; get ptr to base of skiplist vector
1184 ; First, make sure upper words of the mpList vector are 0.
1196 la r30,mpList0(r26) ; point to base of skiplist vector
1203 la r28,mpList0+4(r26) ; get base of this mappings vector
1211 ; Inner loop over each list in this mappings mpList vector.
1235 la r28,mpList0+4(r26) ; get base of this mappings vector again
1249 ; Subroutine to verify that the upper words of a vector of kSkipListMaxLists
1251 ; r30 = ptr to base of vector