Home
last modified time | relevance | path

Searched refs:ad_disabled (Results 1 – 5 of 5) sorted by relevance

/arch/x86/kvm/mmu/
Dspte.c94 bool can_unsync, bool host_writable, bool ad_disabled, in make_spte() argument
100 if (ad_disabled) in make_spte()
186 u64 make_nonleaf_spte(u64 *child_pt, bool ad_disabled) in make_nonleaf_spte() argument
193 if (ad_disabled) in make_nonleaf_spte()
Dspte.h218 return sp->role.ad_disabled; in sp_ad_disabled()
339 bool can_unsync, bool host_writable, bool ad_disabled,
341 u64 make_nonleaf_spte(u64 *child_pt, bool ad_disabled);
Dmmutrace.h44 role.ad_disabled ? "!" : "", \
Dmmu.c4735 role.base.ad_disabled = (shadow_accessed_mask == 0); in kvm_calc_tdp_mmu_root_page_role()
4884 role.base.ad_disabled = !accessed_dirty; in kvm_calc_shadow_ept_root_page_role()
/arch/x86/include/asm/
Dkvm_host.h322 unsigned ad_disabled:1; member