Home
last modified time | relevance | path

Searched refs:gru_tlb_fault_handle (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/misc/sgi-gru/
Dgruhandles.h136 static inline struct gru_tlb_fault_handle *get_tfh(void *base, int ctxnum) in get_tfh()
138 return (struct gru_tlb_fault_handle *)(base + GRU_TFH_BASE + in get_tfh()
168 struct gru_tlb_fault_handle *tfh) in gru_tfh_to_cbe()
271 struct gru_tlb_fault_handle { struct
523 int tfh_write_only(struct gru_tlb_fault_handle *tfh, unsigned long paddr,
525 void tfh_write_restart(struct gru_tlb_fault_handle *tfh, unsigned long paddr,
527 void tfh_user_polling_mode(struct gru_tlb_fault_handle *tfh);
528 void tfh_exception(struct gru_tlb_fault_handle *tfh);
Dgruhandles.c168 int tfh_write_only(struct gru_tlb_fault_handle *tfh, in tfh_write_only()
184 void tfh_write_restart(struct gru_tlb_fault_handle *tfh, in tfh_write_restart()
199 void tfh_user_polling_mode(struct gru_tlb_fault_handle *tfh) in tfh_user_polling_mode()
205 void tfh_exception(struct gru_tlb_fault_handle *tfh) in tfh_exception()
Dgrufault.c326 struct gru_tlb_fault_handle *tfh, in gru_preload_tlb()
370 struct gru_tlb_fault_handle *tfh, in gru_try_dropin()
537 struct gru_tlb_fault_handle *tfh = NULL; in gru_intr()
627 struct gru_tlb_fault_handle *tfh, in gru_user_dropin()
652 struct gru_tlb_fault_handle *tfh; in gru_handle_user_call_os()
Dgrutables.h489 ((struct gru_tlb_fault_handle *)get_tfh((g)->gs_gru_base_vaddr, (i)))