Searched refs:TSB_PTR (Results 1 – 1 of 1) sorted by relevance
/arch/sparc/kernel/ |
D | sun4v_tlb_miss.S | 35 #define COMPUTE_TSB_PTR(TSB_PTR, VADDR, HASH_SHIFT, TMP1, TMP2) \ argument 36 and TSB_PTR, 0x7, TMP1; \ 38 andn TSB_PTR, 0x7, TSB_PTR; \ 44 add TSB_PTR, TMP1, TSB_PTR;
|