Home
last modified time | relevance | path

Searched refs:pt_phys (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/uapi/asm/
Dkvm_para.h83 __u64 pt_phys; member
/arch/x86/xen/
Dmmu.c2086 phys_addr_t size, new_area, pt_phys, pmd_phys, pud_phys; in xen_relocate_p2m() local
2118 pt_phys = pmd_phys + PFN_PHYS(n_pmd); in xen_relocate_p2m()
2119 p2m_pfn = PFN_DOWN(pt_phys) + n_pt; in xen_relocate_p2m()
2132 pt = early_memremap(pt_phys, PAGE_SIZE); in xen_relocate_p2m()
2143 make_lowmem_page_readonly(__va(pt_phys)); in xen_relocate_p2m()
2145 PFN_DOWN(pt_phys)); in xen_relocate_p2m()
2147 __pmd(_PAGE_TABLE | pt_phys)); in xen_relocate_p2m()
2148 pt_phys += PAGE_SIZE; in xen_relocate_p2m()