Searched defs:gru_thread_state (Results 1 – 1 of 1) sorted by relevance
334 struct gru_thread_state { struct335 struct list_head ts_next; /* list - head at vma-private */336 struct mutex ts_ctxlock; /* load/unload CTX lock */337 struct mm_struct *ts_mm; /* mm currently mapped to339 struct vm_area_struct *ts_vma; /* vma of GRU context */340 struct gru_state *ts_gru; /* GRU where the context is342 struct gru_mm_struct *ts_gms; /* asid & ioproc struct */343 unsigned long ts_cbr_map; /* map of allocated CBRs */344 unsigned long ts_dsr_map; /* map of allocated DATA346 unsigned long ts_steal_jiffies;/* jiffies when context last[all …]