pte_pg 103 arch/arc/include/asm/pgalloc.h pgtable_t pte_pg; pte_pg 106 arch/arc/include/asm/pgalloc.h pte_pg = (pgtable_t)__get_free_pages(GFP_KERNEL, __get_order_pte()); pte_pg 107 arch/arc/include/asm/pgalloc.h if (!pte_pg) pte_pg 109 arch/arc/include/asm/pgalloc.h memzero((void *)pte_pg, PTRS_PER_PTE * sizeof(pte_t)); pte_pg 110 arch/arc/include/asm/pgalloc.h page = virt_to_page(pte_pg); pte_pg 116 arch/arc/include/asm/pgalloc.h return pte_pg; pte_pg 472 arch/x86/xen/p2m.c static pte_t *alloc_p2m_pmd(unsigned long addr, pte_t *pte_pg) pte_pg 496 arch/x86/xen/p2m.c copy_page(pte_newpg[i], pte_pg); pte_pg 505 arch/x86/xen/p2m.c if (ptechk == pte_pg) { pte_pg 539 arch/x86/xen/p2m.c pte_t *ptep, *pte_pg; pte_pg 547 arch/x86/xen/p2m.c pte_pg = (pte_t *)((unsigned long)ptep & ~(PAGE_SIZE - 1)); pte_pg 549 arch/x86/xen/p2m.c if (pte_pg == p2m_missing_pte || pte_pg == p2m_identity_pte) { pte_pg 551 arch/x86/xen/p2m.c ptep = alloc_p2m_pmd(addr, pte_pg);