Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dmmu.h250 * Read shadow_root_allocated before related pointers. Hence, threads in kvm_shadow_root_allocated()
251 * reading shadow_root_allocated in any lock context are guaranteed to in kvm_shadow_root_allocated()
255 return smp_load_acquire(&kvm->arch.shadow_root_allocated); in kvm_shadow_root_allocated()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h1428 bool shadow_root_allocated; member
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c3757 * Ensure that shadow_root_allocated becomes true strictly after in mmu_first_shadow_root_alloc()
3761 smp_store_release(&kvm->arch.shadow_root_allocated, true); in mmu_first_shadow_root_alloc()

Completed in 15 milliseconds