Home
last modified time | relevance | path

Searched refs:PTE_AF (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/kvm/arm64/
H A Dat.c112 clear_bit(__ffs(PTE_AF), ptep_hva); in handle_sync()
116 TEST_ASSERT(test_bit(__ffs(PTE_AF), ptep_hva), in handle_sync()
H A Dpage_fault_test.c211 *((uint64_t *)TEST_PTE_GVA) &= ~PTE_AF; in guest_clear_pte_af()
220 GUEST_ASSERT_EQ(*((uint64_t *)TEST_PTE_GVA) & PTE_AF, PTE_AF); in guest_check_pte_af()
/linux/arch/arm64/mm/
H A Dptdump.c68 .mask = PTE_AF,
69 .val = PTE_AF,
H A Dproc.S212 PTE_AF | PTE_SHARED | PTE_UXN | PTE_WRITE)
H A Dfault.c218 pte_val(entry) &= PTE_RDONLY | PTE_AF | PTE_WRITE | PTE_DIRTY; in __ptep_set_access_flags()
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h117 #define PTE_AF BIT(10) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h190 #define pte_young(pte) (!!(pte_val(pte) & PTE_AF))
339 return clear_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkold()
344 return set_pte_bit(pte, __pgprot(PTE_AF)); in pte_mkyoung()
/linux/tools/testing/selftests/kvm/lib/arm64/
H A Dprocessor.c175 pg_attr = PTE_AF | PTE_ATTRINDX(attr_idx) | PTE_TYPE_PAGE | PTE_VALID; in _virt_pg_map()
/linux/arch/arm64/kvm/
H A Dat.c514 new_desc |= PTE_AF; in walk_s1()
529 if (!(desc & PTE_AF)) { in walk_s1()
/linux/arch/arm64/
H A DKconfig1852 capable processors, accesses to pages with PTE_AF cleared will
2203 the same bit of PTE_AF.