Home
last modified time | relevance | path

Searched refs:p2m_identity_pte (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/xen/
H A Dp2m.c115 static pte_t *p2m_identity_pte; variable
258 if (ptep == p2m_missing_pte || ptep == p2m_identity_pte) { in xen_build_mfn_list_list()
347 p2m_identity_pte = alloc_p2m_page(); in xen_rebuild_p2m_list()
348 paravirt_alloc_pte(&init_mm, __pa(p2m_identity_pte) >> PAGE_SHIFT); in xen_rebuild_p2m_list()
352 set_pte(p2m_identity_pte + i, in xen_rebuild_p2m_list()
402 p2m_missing_pte : p2m_identity_pte; in xen_rebuild_p2m_list()
465 * a new pmd is to replace p2m_missing_pte or p2m_identity_pte by a individual
545 if (pte_pg == p2m_missing_pte || pte_pg == p2m_identity_pte) { in xen_alloc_p2m_entry()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dp2m.c115 static pte_t *p2m_identity_pte; variable
253 if (ptep == p2m_missing_pte || ptep == p2m_identity_pte) { in xen_build_mfn_list_list()
342 p2m_identity_pte = alloc_p2m_page(); in xen_rebuild_p2m_list()
343 paravirt_alloc_pte(&init_mm, __pa(p2m_identity_pte) >> PAGE_SHIFT); in xen_rebuild_p2m_list()
347 set_pte(p2m_identity_pte + i, in xen_rebuild_p2m_list()
397 p2m_missing_pte : p2m_identity_pte; in xen_rebuild_p2m_list()
460 * a new pmd is to replace p2m_missing_pte or p2m_identity_pte by a individual
540 if (pte_pg == p2m_missing_pte || pte_pg == p2m_identity_pte) { in xen_alloc_p2m_entry()

Completed in 3 milliseconds