Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dhelper.c56 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()
/qemu/include/exec/
H A Dexec-all.h232 void tlb_set_page_with_attrs(CPUState *cpu, vaddr addr,
/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c610 tlb_set_page_with_attrs(cs, addr & TARGET_PAGE_MASK, in x86_cpu_tlb_fill()
/qemu/docs/devel/
H A Dmulti-thread-tcg.rst202 - TLB Update (update a CPUTLBEntry, via tlb_set_page_with_attrs)
/qemu/accel/tcg/
H A Dcputlb.c1200 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()