Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dtranslate-all.c293 tb_page_addr_t phys_pc, phys_p2; in tb_gen_code() local
400 phys_p2 = tb_page_addr1(tb); in tb_gen_code()
401 if (unlikely(phys_p2 != -1)) { in tb_gen_code()
402 tb_unlock_page1(phys_pc, phys_p2); in tb_gen_code()