Searched refs:tlb_set_page_with_attrs (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/microblaze/ |
H A D | helper.c | 56 tlb_set_page_with_attrs(cs, address, address, attrs, prot, mmu_idx, in mb_cpu_tlb_fill() 68 tlb_set_page_with_attrs(cs, vaddr, paddr, attrs, lu.prot, mmu_idx, in mb_cpu_tlb_fill()
|
/openbmc/qemu/include/exec/ |
H A D | exec-all.h | 232 void tlb_set_page_with_attrs(CPUState *cpu, vaddr addr,
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | excp_helper.c | 624 tlb_set_page_with_attrs(cs, addr & TARGET_PAGE_MASK, in x86_cpu_tlb_fill()
|
/openbmc/qemu/docs/devel/ |
H A D | multi-thread-tcg.rst | 202 - TLB Update (update a CPUTLBEntry, via tlb_set_page_with_attrs)
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1200 void tlb_set_page_with_attrs(CPUState *cpu, vaddr addr, in tlb_set_page_with_attrs() function 1219 tlb_set_page_with_attrs(cpu, addr, paddr, MEMTXATTRS_UNSPECIFIED, in tlb_set_page()
|