Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dspte.c304 static u64 modify_spte_protections(u64 spte, u64 set, u64 clear) in modify_spte_protections() function
322 return modify_spte_protections(spte, shadow_x_mask, shadow_nx_mask); in make_spte_executable()
327 return modify_spte_protections(spte, shadow_nx_mask, shadow_x_mask); in make_spte_nonexecutable()