Searched refs:ad_disabled (Results 1 - 6 of 6) sorted by path

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h323 * execonly and ad_disabled are only used for nested EPT which has
350 unsigned ad_disabled:1; member in struct:kvm_mmu_page_role::__anon68
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c5335 role.ad_disabled = !kvm_ad_enabled();
5459 role.base.ad_disabled = !accessed_dirty;
H A Dmmutrace.h44 role.ad_disabled ? "!" : "", \
H A Dpaging_tmpl.h58 #define PT_HAVE_ACCESSED_DIRTY(mmu) (!(mmu)->cpu_role.base.ad_disabled)
H A Dspte.c155 if (sp->role.ad_disabled)
310 u64 make_nonleaf_spte(u64 *child_pt, bool ad_disabled) argument
317 if (ad_disabled)
H A Dspte.h292 return sp->role.ad_disabled;
497 u64 make_nonleaf_spte(u64 *child_pt, bool ad_disabled);

Completed in 338 milliseconds