Home
last modified time | relevance | path

Searched refs:l1e_from_pfn (Results 1 – 10 of 10) sorted by relevance

/xen/xen/arch/x86/
A Dmachine_kexec.c89 l1e_write(l1, l1e_from_pfn(maddr >> PAGE_SHIFT, __PAGE_HYPERVISOR)); in machine_kexec_add_page()
A Dsmpboot.c777 l1e_write(pl1e, l1e_from_pfn(pfn, flags)); in clone_mapping()
1017 l1e_from_pfn(virt_to_mfn(gdt), __PAGE_HYPERVISOR_RW); in cpu_smpboot_alloc()
1027 l1e_from_pfn(virt_to_mfn(gdt), __PAGE_HYPERVISOR_RW); in cpu_smpboot_alloc()
A Dtraps.c2126 l1e_from_pfn(virt_to_mfn(boot_gdt), __PAGE_HYPERVISOR_RW); in trap_init()
2129 l1e_from_pfn(virt_to_mfn(boot_compat_gdt), __PAGE_HYPERVISOR_RW); in trap_init()
A Dmm.c5437 l1e_from_pfn(l2e_get_pfn(*pl2e) + i, in map_pages_to_xen()
5728 l1e_from_pfn(l2e_get_pfn(*pl2e) + i, in modify_xen_mappings()
5761 : l1e_from_pfn(l1e_get_pfn(*pl1e), in modify_xen_mappings()
/xen/xen/arch/x86/pv/
A Ddescriptor-tables.c115 l1e_write(&pl1e[i], l1e_from_pfn(frames[i], __PAGE_HYPERVISOR_RW)); in pv_set_gdt()
A Ddom0_build.c662 *l1tab = l1e_from_pfn(mfn, (!is_pv_32bit_domain(d) ? in dom0_construct_pv()
/xen/xen/include/asm-x86/
A Dpage.h115 #define l1e_from_pfn(pfn, flags) \ macro
125 #define l1e_from_mfn(m, f) l1e_from_pfn(mfn_x(m), f)
A Dguest_pt.h180 { return l1e_from_pfn(gfn_x(gfn), flags); } in guest_l1e_from_gfn()
/xen/xen/arch/x86/mm/
A Dp2m-pt.c47 l1e_from_pfn((pfn) & (PADDR_MASK >> PAGE_SHIFT), (flags))
227 new_entry = l1e_from_pfn(pfn | (i << ((level - 1) * PAGETABLE_ORDER)), in p2m_next_level()
447 e = l1e_from_pfn(mfn, flags); in do_recalc()
/xen/xen/common/efi/
A Dboot.c1673 l1t[i] = l1e_from_pfn(extra->smfn, extra->prot); in efi_init_memory()

Completed in 30 milliseconds