Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/sgi-gru/
Dgrutables.h349 struct gru_thread_state { struct
350 struct list_head ts_next; /* list - head at vma-private */
351 struct mutex ts_ctxlock; /* load/unload CTX lock */
352 struct mm_struct *ts_mm; /* mm currently mapped to
354 struct vm_area_struct *ts_vma; /* vma of GRU context */
355 struct gru_state *ts_gru; /* GRU where the context is
357 struct gru_mm_struct *ts_gms; /* asid & ioproc struct */
358 unsigned char ts_tlb_preload_count; /* TLB preload pages */
359 unsigned long ts_cbr_map; /* map of allocated CBRs */
360 unsigned long ts_dsr_map; /* map of allocated DATA
[all …]