Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-gru/
H A 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()
H A 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,
H A 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()
H A Dgruhandles.c139 int tgh_invalidate(struct gru_tlb_global_handle *tgh, in tgh_invalidate()
H A Dgrukdump.c90 struct gru_tlb_global_handle *tgh; in gru_dump_tgh()