Searched refs:tlb_set_page_full (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | mmu_helper.c | 232 tlb_set_page_full(cs, mmu_idx, vaddr, &full); in sparc_cpu_tlb_fill() 248 tlb_set_page_full(cs, mmu_idx, vaddr, &full); in sparc_cpu_tlb_fill() 772 tlb_set_page_full(cs, mmu_idx, address, &full); in sparc_cpu_tlb_fill()
|
/openbmc/qemu/include/exec/ |
H A D | exec-all.h | 207 void tlb_set_page_full(CPUState *cpu, int mmu_idx, vaddr addr,
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1038 void tlb_set_page_full(CPUState *cpu, int mmu_idx, in tlb_set_page_full() function 1212 tlb_set_page_full(cpu, mmu_idx, addr, &full); in tlb_set_page_with_attrs() 1239 tlb_set_page_full(cpu, mmu_idx, addr, &full); in tlb_fill_align()
|