Searched refs:tgh (Results 1 – 6 of 6) sorted by relevance
65 struct gru_tlb_global_handle *tgh; in get_lock_tgh_handle() local72 tgh = get_tgh_by_index(gru, n); in get_lock_tgh_handle()73 lock_tgh_handle(tgh); in get_lock_tgh_handle()75 return tgh; in get_lock_tgh_handle()80 unlock_tgh_handle(tgh); in get_unlock_tgh_handle()148 struct gru_tlb_global_handle *tgh; in gru_flush_tlb_range() local174 tgh = get_lock_tgh_handle(gru); in gru_flush_tlb_range()177 get_unlock_tgh_handle(tgh); in gru_flush_tlb_range()196 struct gru_tlb_global_handle *tgh; in gru_flush_all_tlb() local199 tgh = get_lock_tgh_handle(gru); in gru_flush_all_tlb()[all …]
133 int tgh_invalidate(struct gru_tlb_global_handle *tgh, in tgh_invalidate() argument138 tgh->vaddr = vaddr; in tgh_invalidate()139 tgh->asid = asid; in tgh_invalidate()140 tgh->pagesize = pagesize; in tgh_invalidate()141 tgh->n = n; in tgh_invalidate()142 tgh->global = global; in tgh_invalidate()143 tgh->vaddrmask = vaddrmask; in tgh_invalidate()144 tgh->ctxbitmap = ctxbitmap; in tgh_invalidate()145 tgh->opc = TGHOP_TLBINV; in tgh_invalidate()146 start_instruction(tgh); in tgh_invalidate()[all …]
90 struct gru_tlb_global_handle *tgh; in gru_dump_tgh() local97 tgh = get_tgh(gru->gs_gru_base_vaddr, i); in gru_dump_tgh()98 if (gru_user_copy_handle(&ubuf, tgh)) in gru_dump_tgh()
578 static inline void lock_tgh_handle(struct gru_tlb_global_handle *tgh) in lock_tgh_handle() argument580 __lock_handle(tgh); in lock_tgh_handle()583 static inline void unlock_tgh_handle(struct gru_tlb_global_handle *tgh) in unlock_tgh_handle() argument585 __unlock_handle(tgh); in unlock_tgh_handle()
507 int tgh_invalidate(struct gru_tlb_global_handle *tgh, unsigned long vaddr,
472 struct il4965_channel_tgh_info tgh; member
Completed in 21 milliseconds