Lines Matching refs:tgh
139 int tgh_invalidate(struct gru_tlb_global_handle *tgh,
144 tgh->vaddr = vaddr;
145 tgh->asid = asid;
146 tgh->pagesize = pagesize;
147 tgh->n = n;
148 tgh->global = global;
149 tgh->vaddrmask = vaddrmask;
150 tgh->ctxbitmap = ctxbitmap;
151 tgh->opc = TGHOP_TLBINV;
152 start_instruction(tgh);
153 return wait_instruction_complete(tgh, tghop_invalidate);