Searched refs:gru_tlb_fault_handle (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/misc/sgi-gru/ |
D | gruhandles.h | 123 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);
|
D | gruhandles.c | 150 int tfh_write_only(struct gru_tlb_fault_handle *tfh, in tfh_write_only() 166 void tfh_write_restart(struct gru_tlb_fault_handle *tfh, in tfh_write_restart() 181 void tfh_user_polling_mode(struct gru_tlb_fault_handle *tfh) in tfh_user_polling_mode() 187 void tfh_exception(struct gru_tlb_fault_handle *tfh) in tfh_exception()
|
D | grufault.c | 313 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()
|
D | grutables.h | 475 ((struct gru_tlb_fault_handle *)get_tfh((g)->gs_gru_base_vaddr, (i)))
|