Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dspte.c190 bool host_writable, u64 *new_spte) in make_spte() argument
245 if (host_writable) in make_spte()
H A Dpaging_tmpl.h897 bool host_writable; in FNAME() local
954 host_writable = spte & shadow_host_writable_mask; in FNAME()
958 host_writable, &spte); in FNAME()