Searched refs:pindex0 (Results 1 – 1 of 1) sorted by relevance
408 tb_page_addr_t pindex0 = paddr0 >> TARGET_PAGE_BITS; in tb_lock_page1() local412 if (pindex0 == pindex1) { in tb_lock_page1()418 if (pindex0 < pindex1) { in tb_lock_page1()433 pd0 = page_find_alloc(pindex0, false); in tb_lock_page1()442 tb_page_addr_t pindex0 = paddr0 >> TARGET_PAGE_BITS; in tb_unlock_page1() local445 if (pindex0 != pindex1) { in tb_unlock_page1()454 tb_page_addr_t pindex0 = paddr0 >> TARGET_PAGE_BITS; in tb_lock_pages() local460 if (unlikely(paddr1 != -1) && pindex0 != pindex1) { in tb_lock_pages()461 if (pindex0 < pindex1) { in tb_lock_pages()462 page_lock(page_find_alloc(pindex0, true)); in tb_lock_pages()[all …]