Searched refs:shadow_root_allocated (Results 1 - 3 of 3) sorted by relevance

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

Completed in 150 milliseconds