Home
last modified time | relevance | path

Searched refs:page_find_alloc (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtb-maint.c208 static PageDesc *page_find_alloc(tb_page_addr_t index, bool alloc) in page_find_alloc() function
265 return page_find_alloc(index, false); in page_find()
403 page_lock(page_find_alloc(paddr >> TARGET_PAGE_BITS, true)); in tb_lock_page0()
417 pd1 = page_find_alloc(pindex1, true); in tb_lock_page1()
433 pd0 = page_find_alloc(pindex0, false); in tb_lock_page1()
446 page_unlock(page_find_alloc(pindex1, false)); in tb_unlock_page1()
462 page_lock(page_find_alloc(pindex0, true)); in tb_lock_pages()
463 page_lock(page_find_alloc(pindex1, true)); in tb_lock_pages()
466 page_lock(page_find_alloc(pindex1, true)); in tb_lock_pages()
468 page_lock(page_find_alloc(pindex0, true)); in tb_lock_pages()
[all …]