Home
last modified time | relevance | path

Searched refs:tdp_mmu_enabled (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/x86/kvm/
A Dmmu.h233 extern bool tdp_mmu_enabled;
235 #define tdp_mmu_enabled false macro
240 return !tdp_mmu_enabled || kvm_shadow_root_allocated(kvm); in kvm_memslots_have_rmaps()
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c1306 if (tdp_mmu_enabled) in kvm_mmu_write_protect_pt_masked()
1339 if (tdp_mmu_enabled) in kvm_mmu_clear_dirty_pt_masked()
1422 if (tdp_mmu_enabled) in kvm_mmu_slot_gfn_write_protect()
1585 if (tdp_mmu_enabled) in kvm_unmap_gfn_range()
1598 if (tdp_mmu_enabled) in kvm_set_spte_gfn()
1672 if (tdp_mmu_enabled) in kvm_age_gfn()
1685 if (tdp_mmu_enabled) in kvm_test_age_gfn()
4461 if (tdp_mmu_enabled) in kvm_tdp_page_fault()
6046 if (tdp_mmu_enabled) in kvm_mmu_zap_all_fast()
6071 if (tdp_mmu_enabled) in kvm_mmu_zap_all_fast()
[all …]

Completed in 16 milliseconds