Home
last modified time | relevance | path

Searched refs:enable_log_dirty_pt_masked (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1236 void (*enable_log_dirty_pt_masked)(struct kvm *kvm, member
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dmmu.c1281 if (kvm_x86_ops.enable_log_dirty_pt_masked) in kvm_arch_mmu_enable_log_dirty_pt_masked()
1282 kvm_x86_ops.enable_log_dirty_pt_masked(kvm, slot, gfn_offset, in kvm_arch_mmu_enable_log_dirty_pt_masked()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c7805 .enable_log_dirty_pt_masked = vmx_enable_log_dirty_pt_masked,
7948 vmx_x86_ops.enable_log_dirty_pt_masked = NULL; in hardware_setup()