Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-gru/
H A Dgruhandles.h123 static inline struct gru_tlb_fault_handle *get_tfh(void *base, int ctxnum) in get_tfh()
125 return (struct gru_tlb_fault_handle *)(base + GRU_TFH_BASE + in get_tfh()
155 struct gru_tlb_fault_handle *tfh) in gru_tfh_to_cbe()
258 struct gru_tlb_fault_handle { struct
510 int tfh_write_only(struct gru_tlb_fault_handle *tfh, unsigned long paddr,
512 void tfh_write_restart(struct gru_tlb_fault_handle *tfh, unsigned long paddr,
514 void tfh_user_polling_mode(struct gru_tlb_fault_handle *tfh);
515 void tfh_exception(struct gru_tlb_fault_handle *tfh);
H A Dgruhandles.c156 int tfh_write_only(struct gru_tlb_fault_handle *tfh, in tfh_write_only()
172 void tfh_write_restart(struct gru_tlb_fault_handle *tfh, in tfh_write_restart()
187 void tfh_user_polling_mode(struct gru_tlb_fault_handle *tfh) in tfh_user_polling_mode()
193 void tfh_exception(struct gru_tlb_fault_handle *tfh) in tfh_exception()
H A Dgrufault.c313 struct gru_tlb_fault_handle *tfh, in gru_preload_tlb()
357 struct gru_tlb_fault_handle *tfh, in gru_try_dropin()
524 struct gru_tlb_fault_handle *tfh = NULL; in gru_intr()
614 struct gru_tlb_fault_handle *tfh, in gru_user_dropin()
639 struct gru_tlb_fault_handle *tfh; in gru_handle_user_call_os()
H A Dgrutables.h475 ((struct gru_tlb_fault_handle *)get_tfh((g)->gs_gru_base_vaddr, (i)))