Searched refs:ptep_hva (Results 1 – 1 of 1) sorted by relevance
19 static u64 *ptep_hva; variable112 clear_bit(__ffs(PTE_AF), ptep_hva); in handle_sync()116 TEST_ASSERT(test_bit(__ffs(PTE_AF), ptep_hva), in handle_sync()117 "Expected access flag to be set (desc: %lu)", *ptep_hva); in handle_sync()161 ptep_hva = virt_get_pte_hva_at_level(vm, TEST_ADDR, 3); in main()