Searched defs:gts (Results 1 – 6 of 6) sorted by relevance
/drivers/misc/sgi-gru/ |
D | grumain.c | 200 struct gru_thread_state *gts) in reserve_gru_resources() 211 struct gru_thread_state *gts) in free_gru_resources() 238 struct gru_thread_state *gts) in gru_load_mm_tracker() 274 struct gru_thread_state *gts) in gru_unload_mm_tracker() 296 void gts_drop(struct gru_thread_state *gts) in gts_drop() 312 struct gru_thread_state *gts; in gru_find_current_gts_nolock() local 327 struct gru_thread_state *gts; in gru_alloc_gts() local 394 struct gru_thread_state *gts; in gru_find_thread_state() local 411 struct gru_thread_state *gts, *ngts; in gru_alloc_thread_state() local 437 static void gru_free_gru_context(struct gru_thread_state *gts) in gru_free_gru_context() [all …]
|
D | grufault.c | 83 struct gru_thread_state *gts = NULL; in gru_find_lock_gts() local 100 struct gru_thread_state *gts = ERR_PTR(-EINVAL); in gru_alloc_locked_gts() local 122 static void gru_unlock_gts(struct gru_thread_state *gts) in gru_unlock_gts() 260 static int gru_vtop(struct gru_thread_state *gts, unsigned long vaddr, in gru_vtop() 318 struct gru_thread_state *gts, int atomic, in gru_preload_tlb() 364 struct gru_thread_state *gts, in gru_try_dropin() 531 struct gru_thread_state *gts; in gru_intr() local 621 static int gru_user_dropin(struct gru_thread_state *gts, in gru_user_dropin() 648 struct gru_thread_state *gts; in gru_handle_user_call_os() local 698 struct gru_thread_state *gts; in gru_get_exception_detail() local [all …]
|
D | grukdump.c | 124 struct gru_thread_state *gts; in gru_dump_context() local
|
D | grutables.h | 399 #define UGRUADDR(gts) ((gts)->ts_vma->vm_start + \ argument 507 #define thread_cbr_number(gts, n) ((gts)->ts_cbr_idx[(n) / GRU_CBR_AU_SIZE] \ argument 532 #define for_each_gts_on_gru(gts, gru, ctxnum) \ argument 607 static inline int is_kernel_context(struct gru_thread_state *gts) in is_kernel_context()
|
D | grufile.c | 76 struct gru_thread_state *gts; in gru_vma_close() local
|
/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 547 void __iomem *gts; member
|