Searched refs:invlpg (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/Documentation/arch/x86/ |
H A D | tlb.rst | 14 2. Use the invlpg instruction to invalidate a single page at a 42 invlpg instruction (or instructions _near_ it) show up high in 57 You might see invlpg inside of flush_tlb_mm_range() show up in 61 Essentially, you are balancing the cycles you spend doing invlpg
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | physmem.c | 67 static void x86_phys_map_page(uintptr_t virt, phys_addr_t phys, int invlpg) in x86_phys_map_page() argument 83 if (invlpg) { in x86_phys_map_page()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | tlb.h | 37 static inline void invlpg(unsigned long addr) in invlpg() function
|
H A D | kvm_host.h | 1499 u64 invlpg; member
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | mmu.rst | 109 - invlpg/invlpga instruction execution 241 are synchronized when the guest executes invlpg or flushes its tlb by 275 and page invalidations (invlpg). 282 guest cr3. In this case, the guest is obliged to issue an invlpg instruction 285 We synchronize modified gptes when the guest invokes invlpg. This reduces 351 invlpg handling:
|
/openbmc/linux/arch/x86/kernel/cpu/microcode/ |
H A D | amd.c | 613 invlpg(p_addr); in __apply_microcode_amd() 620 invlpg(p_addr_end); in __apply_microcode_amd()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | kvm_emulate.h | 177 void (*invlpg)(struct x86_emulate_ctxt *ctxt, ulong addr); member
|
H A D | emulate.c | 3445 ctxt->ops->invlpg(ctxt, linear); in em_invlpg() 4120 II(SrcMem | ByteOp | Priv | NoAccess, em_invlpg, invlpg),
|
H A D | x86.c | 280 STATS_DESC_COUNTER(VCPU, invlpg), 8350 .invlpg = emulator_invlpg,
|
/openbmc/linux/arch/x86/mm/ |
H A D | tlb.c | 1178 invlpg(addr); in native_flush_tlb_one_user()
|
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | mmu.c | 5853 ++vcpu->stat.invlpg; in kvm_mmu_invlpg() 5875 ++vcpu->stat.invlpg; in kvm_mmu_invpcid_gva()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 808 "INVLPG m","INVLPG m","invlpg m","0F 01 /7","V","V","486","modrm_memonly","r","",""
|