Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dmonitor.c55 static void print_pte(Monitor *mon, int va_bits, target_ulong vaddr, in print_pte() function
122 print_pte(mon, va_bits, *vbase, *pbase, in walk_pte()
207 print_pte(mon, va_bits, vbase, pbase, in mem_info_svxx()
/openbmc/qemu/target/i386/
H A Dmonitor.c52 static void print_pte(Monitor *mon, CPUArchState *env, hwaddr addr, in print_pte() function
84 print_pte(mon, env, (l1 << 22), pde, ~((1 << 21) - 1)); in tlb_info_32()
90 print_pte(mon, env, (l1 << 22) + (l2 << 12), in tlb_info_32()
118 print_pte(mon, env, (l1 << 30) + (l2 << 21), pde, in tlb_info_pae32()
126 print_pte(mon, env, (l1 << 30) + (l2 << 21) in tlb_info_pae32()
164 print_pte(mon, env, (l0 << 48) + (l1 << 39) + (l2 << 30), in tlb_info_la48()
179 print_pte(mon, env, (l0 << 48) + (l1 << 39) + (l2 << 30) + in tlb_info_la48()
191 print_pte(mon, env, (l0 << 48) + (l1 << 39) + in tlb_info_la48()
/openbmc/linux/arch/m68k/sun3/
H A Dmmu_emu.c70 void print_pte (pte_t pte) in print_pte() function
120 print_pte (__pte (sun3_get_pte (vaddr))); in print_pte_vaddr()
/openbmc/linux/arch/x86/mm/
H A Dmmio-mod.c79 static void print_pte(unsigned long address) in print_pte() function
110 print_pte(addr); in die_kmmio_nesting_error()