Searched defs:ttm_tt (Results 1 – 1 of 1) sorted by relevance
161 struct ttm_tt { struct162 struct page *dummy_read_page;163 struct page **pages;164 long first_himem_page;165 long last_lomem_page;166 uint32_t page_flags;167 unsigned long num_pages;168 struct ttm_bo_global *glob;169 struct ttm_backend *be;170 struct task_struct *tsk;[all …]