Searched refs:shadow_root_allocated (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3765 * Ensure that shadow_root_allocated becomes true strictly after
3769 smp_store_release(&kvm->arch.shadow_root_allocated, true);
/linux-master/arch/x86/kvm/
H A Dmmu.h266 * Read shadow_root_allocated before related pointers. Hence, threads
267 * reading shadow_root_allocated in any lock context are guaranteed to
271 return smp_load_acquire(&kvm->arch.shadow_root_allocated);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1475 bool shadow_root_allocated; member in struct:kvm_arch

Completed in 265 milliseconds