Searched refs:l1e_from_pfn (Results 1 – 10 of 10) sorted by relevance
/xen/xen/arch/x86/ |
A D | machine_kexec.c | 89 l1e_write(l1, l1e_from_pfn(maddr >> PAGE_SHIFT, __PAGE_HYPERVISOR)); in machine_kexec_add_page()
|
A D | smpboot.c | 777 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 D | traps.c | 2126 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 D | mm.c | 5437 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 D | descriptor-tables.c | 115 l1e_write(&pl1e[i], l1e_from_pfn(frames[i], __PAGE_HYPERVISOR_RW)); in pv_set_gdt()
|
A D | dom0_build.c | 662 *l1tab = l1e_from_pfn(mfn, (!is_pv_32bit_domain(d) ? in dom0_construct_pv()
|
/xen/xen/include/asm-x86/ |
A D | page.h | 115 #define l1e_from_pfn(pfn, flags) \ macro 125 #define l1e_from_mfn(m, f) l1e_from_pfn(mfn_x(m), f)
|
A D | guest_pt.h | 180 { return l1e_from_pfn(gfn_x(gfn), flags); } in guest_l1e_from_gfn()
|
/xen/xen/arch/x86/mm/ |
A D | p2m-pt.c | 47 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 D | boot.c | 1673 l1t[i] = l1e_from_pfn(extra->smfn, extra->prot); in efi_init_memory()
|
Completed in 30 milliseconds