Lines Matching refs:ref32
112 tnf_ref32_t ref32, reftemp; in _tnf_get_ref32() local
114 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
116 if (TNF_REF32_IS_NULL(ref32)) in _tnf_get_ref32()
119 if (TNF_REF32_IS_RSVD(ref32)) { in _tnf_get_ref32()
124 if (TNF_REF32_IS_PAIR(ref32)) { in _tnf_get_ref32()
128 tag16 = TNF_REF32_TAG16(ref32); in _tnf_get_ref32()
135 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
142 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
149 } else if (TNF_REF32_IS_PERMANENT(ref32)) { in _tnf_get_ref32()
151 reftemp = TNF_REF32_VALUE(ref32); in _tnf_get_ref32()
155 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
158 cell = vaddr_to_phys(tnf, cell, TNF_REF32_VALUE(ref32)); in _tnf_get_ref32()
161 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
165 while (ref32 && TNF_REF32_IS_FWD(ref32)) { in _tnf_get_ref32()
166 if (TNF_REF32_IS_PERMANENT(ref32)) { in _tnf_get_ref32()
167 reftemp = TNF_REF32_VALUE(ref32); in _tnf_get_ref32()
174 cell = vaddr_to_phys(tnf, cell, TNF_REF32_VALUE(ref32)); in _tnf_get_ref32()
178 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref32()
192 tnf_ref32_t ref32, reftemp; in _tnf_get_ref16() local
194 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref16()
196 if (TNF_REF32_IS_PAIR(ref32)) { in _tnf_get_ref16()
199 ref16 = TNF_REF32_REF16(ref32); in _tnf_get_ref16()
209 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref16()
215 while (ref32 && TNF_REF32_IS_FWD(ref32)) { in _tnf_get_ref16()
216 if (TNF_REF32_IS_PERMANENT(ref32)) { in _tnf_get_ref16()
217 reftemp = TNF_REF32_VALUE(ref32); in _tnf_get_ref16()
224 cell = vaddr_to_phys(tnf, cell, TNF_REF32_VALUE(ref32)); in _tnf_get_ref16()
228 ref32 = _GET_INT32(tnf, cell); in _tnf_get_ref16()