Searched refs:tgh (Results 1 – 6 of 6) sorted by relevance
65 struct gru_tlb_global_handle *tgh; in get_lock_tgh_handle() local73 tgh = get_tgh_by_index(gru, n); in get_lock_tgh_handle()74 lock_tgh_handle(tgh); in get_lock_tgh_handle()76 return tgh; in get_lock_tgh_handle()81 unlock_tgh_handle(tgh); in get_unlock_tgh_handle()150 struct gru_tlb_global_handle *tgh; in gru_flush_tlb_range() local176 tgh = get_lock_tgh_handle(gru); in gru_flush_tlb_range()179 get_unlock_tgh_handle(tgh); in gru_flush_tlb_range()198 struct gru_tlb_global_handle *tgh; in gru_flush_all_tlb() local201 tgh = get_lock_tgh_handle(gru); in gru_flush_all_tlb()[all …]
139 int tgh_invalidate(struct gru_tlb_global_handle *tgh, in tgh_invalidate() argument144 tgh->vaddr = vaddr; in tgh_invalidate()145 tgh->asid = asid; in tgh_invalidate()146 tgh->pagesize = pagesize; in tgh_invalidate()147 tgh->n = n; in tgh_invalidate()148 tgh->global = global; in tgh_invalidate()149 tgh->vaddrmask = vaddrmask; in tgh_invalidate()150 tgh->ctxbitmap = ctxbitmap; in tgh_invalidate()151 tgh->opc = TGHOP_TLBINV; in tgh_invalidate()152 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()
584 static inline void lock_tgh_handle(struct gru_tlb_global_handle *tgh) in lock_tgh_handle() argument586 __lock_handle(tgh); in lock_tgh_handle()589 static inline void unlock_tgh_handle(struct gru_tlb_global_handle *tgh) in unlock_tgh_handle() argument591 __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 25 milliseconds