Home
last modified time | relevance | path

Searched refs:gru_tlb_global_handle (Results 1 – 5 of 5) sorted by relevance

/drivers/misc/sgi-gru/
Dgrutlbpurge.c75 static struct gru_tlb_global_handle *get_lock_tgh_handle(struct gru_state in get_lock_tgh_handle()
78 struct gru_tlb_global_handle *tgh; in get_lock_tgh_handle()
92 static void get_unlock_tgh_handle(struct gru_tlb_global_handle *tgh) in get_unlock_tgh_handle()
163 struct gru_tlb_global_handle *tgh; in gru_flush_tlb_range()
211 struct gru_tlb_global_handle *tgh; in gru_flush_all_tlb()
Dgruhandles.h124 static inline struct gru_tlb_global_handle *get_tgh(void *base, int ctxnum) in get_tgh()
126 return (struct gru_tlb_global_handle *)(base + GRU_TGH_BASE + in get_tgh()
196 struct gru_tlb_global_handle { struct
520 int tgh_invalidate(struct gru_tlb_global_handle *tgh, unsigned long vaddr,
Dgrutables.h490 ((struct gru_tlb_global_handle *)get_tgh((g)->gs_gru_base_vaddr, (i)))
597 static inline void lock_tgh_handle(struct gru_tlb_global_handle *tgh) in lock_tgh_handle()
602 static inline void unlock_tgh_handle(struct gru_tlb_global_handle *tgh) in unlock_tgh_handle()
Dgruhandles.c151 int tgh_invalidate(struct gru_tlb_global_handle *tgh, in tgh_invalidate()
Dgrukdump.c101 struct gru_tlb_global_handle *tgh; in gru_dump_tgh()