Home
last modified time | relevance | path

Searched refs:have_ad (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h314 bool have_ad; in walk_addr_generic() local
328 have_ad = PT_HAVE_ACCESSED_DIRTY(mmu); in walk_addr_generic()
347 nested_access = (have_ad ? PFERR_WRITE_MASK : 0) | PFERR_USER_MASK; in walk_addr_generic()
432 accessed_dirty = have_ad ? pte_access & PT_GUEST_ACCESSED_MASK : 0; in walk_addr_generic()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h320 bool have_ad; in walk_addr_generic() local
334 have_ad = PT_HAVE_ACCESSED_DIRTY(mmu); in walk_addr_generic()
354 nested_access = (have_ad ? PFERR_WRITE_MASK : 0) | PFERR_USER_MASK; in walk_addr_generic()
424 accessed_dirty = have_ad ? pte_access & PT_GUEST_ACCESSED_MASK : 0; in walk_addr_generic()

Completed in 4 milliseconds