Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c1106 static bool spte_write_protect(u64 *sptep, bool pt_protect) in spte_write_protect() argument
1111 !(pt_protect && spte_can_locklessly_be_made_writable(spte))) in spte_write_protect()
1116 if (pt_protect) in spte_write_protect()
1125 bool pt_protect) in __rmap_write_protect() argument
1132 flush |= spte_write_protect(sptep, pt_protect); in __rmap_write_protect()