Searched refs:to_page (Results 1 – 2 of 2) sorted by relevance
215 struct page *to_page; in ttm_tt_swapin() local232 to_page = ttm->pages[i]; in ttm_tt_swapin()233 if (unlikely(to_page == NULL)) { in ttm_tt_swapin()238 copy_highpage(to_page, from_page); in ttm_tt_swapin()269 struct page *to_page; in ttm_tt_swapout() local287 if (IS_ERR(to_page)) { in ttm_tt_swapout()288 ret = PTR_ERR(to_page); in ttm_tt_swapout()291 copy_highpage(to_page, from_page); in ttm_tt_swapout()292 set_page_dirty(to_page); in ttm_tt_swapout()293 mark_page_accessed(to_page); in ttm_tt_swapout()[all …]
170 uint32_t to_page; in onenand_spl_load_image() local184 to_page = page + DIV_ROUND_UP(size, 2048); in onenand_spl_load_image()187 to_page = page + DIV_ROUND_UP(size, 4096); in onenand_spl_load_image()190 for (; page <= to_page; page++) { in onenand_spl_load_image()