Home
last modified time | relevance | path

Searched refs:p2m_generation (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/xen/
H A Dp2m.c288 HYPERVISOR_shared_info->arch.p2m_generation = 0; in xen_setup_mfn_list_list()
502 HYPERVISOR_shared_info->arch.p2m_generation++; in alloc_p2m_pmd()
503 wmb(); /* Tools are synchronizing via p2m_generation. */ in alloc_p2m_pmd()
506 wmb(); /* Tools are synchronizing via p2m_generation. */ in alloc_p2m_pmd()
507 HYPERVISOR_shared_info->arch.p2m_generation++; in alloc_p2m_pmd()
603 HYPERVISOR_shared_info->arch.p2m_generation++; in xen_alloc_p2m_entry()
604 wmb(); /* Tools are synchronizing via p2m_generation. */ in xen_alloc_p2m_entry()
607 wmb(); /* Tools are synchronizing via p2m_generation. */ in xen_alloc_p2m_entry()
608 HYPERVISOR_shared_info->arch.p2m_generation++; in xen_alloc_p2m_entry()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dp2m.c283 HYPERVISOR_shared_info->arch.p2m_generation = 0; in xen_setup_mfn_list_list()
497 HYPERVISOR_shared_info->arch.p2m_generation++; in alloc_p2m_pmd()
498 wmb(); /* Tools are synchronizing via p2m_generation. */ in alloc_p2m_pmd()
501 wmb(); /* Tools are synchronizing via p2m_generation. */ in alloc_p2m_pmd()
502 HYPERVISOR_shared_info->arch.p2m_generation++; in alloc_p2m_pmd()
598 HYPERVISOR_shared_info->arch.p2m_generation++; in xen_alloc_p2m_entry()
599 wmb(); /* Tools are synchronizing via p2m_generation. */ in xen_alloc_p2m_entry()
602 wmb(); /* Tools are synchronizing via p2m_generation. */ in xen_alloc_p2m_entry()
603 HYPERVISOR_shared_info->arch.p2m_generation++; in xen_alloc_p2m_entry()
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dinterface.h173 * p2m_generation will be incremented by the guest before and after each
174 * change of the mappings of the p2m list. p2m_generation starts at 0
184 unsigned long p2m_generation; /* generation count of p2m mapping */ member
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dxen.h214 unsigned int p2m_generation; member
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H A Dinterface.h173 * p2m_generation will be incremented by the guest before and after each
174 * change of the mappings of the p2m list. p2m_generation starts at 0
184 unsigned long p2m_generation; /* generation count of p2m mapping */ member

Completed in 5 milliseconds