Searched refs:pgd_current_p (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-mips/
H A Dhelper.c267 target_ulong pgd_current_p; member in struct:__anon29290
273 if (unlikely(linux_pte_info.pgd_current_p == 0)) {
282 * pgd_current_p and the shift required to convert in memory PTE
294 {0x00, 0x3c1b0000, 0xffff0000}, /* 0x3c1b803f : lui k1,%hi(pgd_current_p) */
300 {0x00, 0x3c1b0000, 0xffff0000}, /* 0x3c1b803f : lui k1,%hi(pgd_current_p) */
332 cpu_abort(env, "pgd_current_p not in KSEG0/KSEG1\n");
334 linux_pte_info.pgd_current_p = address;
339 return ldl_phys(linux_pte_info.pgd_current_p);

Completed in 71 milliseconds