Home
last modified time | relevance | path

Searched refs:was_writable (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dhuge_memory.c1421 bool was_writable; in do_huge_pmd_numa_page() local
1545 was_writable = pmd_savedwrite(pmd); in do_huge_pmd_numa_page()
1548 if (was_writable) in do_huge_pmd_numa_page()
H A Dmemory.c4345 bool was_writable = pte_savedwrite(vmf->orig_pte); in do_numa_page() local
4367 if (was_writable) in do_numa_page()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H A Dmmu.c1150 bool was_writable = test_and_clear_bit(PT_WRITABLE_SHIFT, in spte_wrprot_for_clear_dirty() local
1152 if (was_writable && !spte_ad_enabled(*sptep)) in spte_wrprot_for_clear_dirty()
1155 return was_writable; in spte_wrprot_for_clear_dirty()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c1262 bool was_writable = test_and_clear_bit(PT_WRITABLE_SHIFT, in spte_wrprot_for_clear_dirty() local
1264 if (was_writable && !spte_ad_enabled(*sptep)) in spte_wrprot_for_clear_dirty()
1267 return was_writable; in spte_wrprot_for_clear_dirty()

Completed in 30 milliseconds