Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dhelper.c349 target_ulong pgd_addr,pt_addr,index; in cpu_mips_tlb_refill() local
371 pgd_addr = cpu_mips_get_pgd(env); in cpu_mips_tlb_refill()
372 if (unlikely(!pgd_addr)) in cpu_mips_tlb_refill()
380 ptw_phys = pgd_addr - (int32_t)0x80000000UL; in cpu_mips_tlb_refill()
518 target_ulong pgd_addr = cpu_mips_get_pgd(env); in cpu_get_phys_page_debug()
519 if (unlikely(!pgd_addr)) { in cpu_get_phys_page_debug()
527 pgd_phys = pgd_addr - (int32_t)0x80000000UL; in cpu_get_phys_page_debug()