Home
last modified time | relevance | path

Searched defs:gts (Results 1 – 4 of 4) sorted by relevance

/drivers/misc/sgi-gru/
Dgrufault.c75 struct gru_thread_state *gts = NULL; in gru_find_lock_gts() local
92 struct gru_thread_state *gts = NULL; in gru_alloc_locked_gts() local
111 static void gru_unlock_gts(struct gru_thread_state *gts) in gru_unlock_gts()
279 static int gru_try_dropin(struct gru_thread_state *gts, in gru_try_dropin()
413 struct gru_thread_state *gts; in gru_intr() local
457 static int gru_user_dropin(struct gru_thread_state *gts, in gru_user_dropin()
483 struct gru_thread_state *gts; in gru_handle_user_call_os() local
532 struct gru_thread_state *gts; in gru_get_exception_detail() local
572 struct gru_thread_state *gts; in gru_user_unload_context() local
598 struct gru_thread_state *gts; in gru_user_flush_tlb() local
[all …]
Dgrumain.c181 struct gru_thread_state *gts) in reserve_gru_resources()
192 struct gru_thread_state *gts) in free_gru_resources()
269 void gts_drop(struct gru_thread_state *gts) in gts_drop()
284 struct gru_thread_state *gts; in gru_find_current_gts_nolock() local
299 struct gru_thread_state *gts; in gru_alloc_gts() local
357 struct gru_thread_state *gts; in gru_find_thread_state() local
374 struct gru_thread_state *gts, *ngts; in gru_alloc_thread_state() local
397 static void gru_free_gru_context(struct gru_thread_state *gts) in gru_free_gru_context()
494 void gru_unload_context(struct gru_thread_state *gts, int savestate) in gru_unload_context()
527 static void gru_load_context(struct gru_thread_state *gts) in gru_load_context()
[all …]
Dgrufile.c79 struct gru_thread_state *gts; in gru_vma_close() local
Dgrutables.h376 #define UGRUADDR(gts) ((gts)->ts_vma->vm_start + \ argument
474 #define thread_cbr_number(gts, n) ((gts)->ts_cbr_idx[(n) / GRU_CBR_AU_SIZE] \ argument
496 #define for_each_gts_on_gru(gts, gru, ctxnum) \ argument