Searched refs:vaddr_to_phys (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libtnf/ |
H A D | ref.c | 37 static tnf_ref32_t *vaddr_to_phys(TNF *, tnf_ref32_t *, tnf_ref32_t); 51 vaddr_to_phys(TNF *tnf, tnf_ref32_t *src_cell, tnf_ref32_t src_val) in vaddr_to_phys() function 138 cell = vaddr_to_phys(tnf, cell, in _tnf_get_ref32() 158 cell = vaddr_to_phys(tnf, cell, TNF_REF32_VALUE(ref32)); in _tnf_get_ref32() 174 cell = vaddr_to_phys(tnf, cell, TNF_REF32_VALUE(ref32)); in _tnf_get_ref32() 205 cell = vaddr_to_phys(tnf, cell, in _tnf_get_ref16() 224 cell = vaddr_to_phys(tnf, cell, TNF_REF32_VALUE(ref32)); in _tnf_get_ref16()
|