Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/sgi-gru/
Dgrutlbpurge.c62 static struct gru_tlb_global_handle *get_lock_tgh_handle(struct gru_state in get_lock_tgh_handle()
65 struct gru_tlb_global_handle *tgh; in get_lock_tgh_handle()
78 static void get_unlock_tgh_handle(struct gru_tlb_global_handle *tgh) in get_unlock_tgh_handle()
148 struct gru_tlb_global_handle *tgh; in gru_flush_tlb_range()
196 struct gru_tlb_global_handle *tgh; in gru_flush_all_tlb()
Dgruhandles.h111 static inline struct gru_tlb_global_handle *get_tgh(void *base, int ctxnum) in get_tgh()
113 return (struct gru_tlb_global_handle *)(base + GRU_TGH_BASE + in get_tgh()
183 struct gru_tlb_global_handle { struct
507 int tgh_invalidate(struct gru_tlb_global_handle *tgh, unsigned long vaddr,
Dgrutables.h477 ((struct gru_tlb_global_handle *)get_tgh((g)->gs_gru_base_vaddr, (i)))
578 static inline void lock_tgh_handle(struct gru_tlb_global_handle *tgh) in lock_tgh_handle()
583 static inline void unlock_tgh_handle(struct gru_tlb_global_handle *tgh) in unlock_tgh_handle()
Dgruhandles.c133 int tgh_invalidate(struct gru_tlb_global_handle *tgh, in tgh_invalidate()
Dgrukdump.c90 struct gru_tlb_global_handle *tgh; in gru_dump_tgh()