Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/mmu/
H A Dspte.c460 shadow_dirty_mask = VMX_EPT_DIRTY_BIT; in kvm_mmu_set_ept_masks()
/linux-6.15/arch/x86/include/asm/
H A Dvmx.h539 #define VMX_EPT_DIRTY_BIT (1ull << 9) macro