Searched refs:gru_tlb_fault_handle (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/misc/sgi-gru/ |
D | gruhandles.h | 136 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);
|
D | gruhandles.c | 168 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()
|
D | grufault.c | 326 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()
|
D | grutables.h | 489 ((struct gru_tlb_fault_handle *)get_tfh((g)->gs_gru_base_vaddr, (i)))
|