Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddescriptor-tables.c51 l1e_write(&pl1e[i], l1e_from_pfn(zero_pfn, __PAGE_HYPERVISOR_RO)); in pv_destroy_gdt()
91 l1e_write(&pl1e[i], l1e_from_pfn(frames[i], __PAGE_HYPERVISOR_RW)); in pv_set_gdt()
A Dgrant_table.c63 nl1e = l1e_from_pfn(frame, grant_to_pte_flags(flags, cache_flags)); in create_grant_pv_mapping()
291 l1e_get_intpte(l1e_from_pfn(frame, grant_pte_flags))); in replace_grant_pv_mapping()
A Dshim.c137 *pl1e = l1e_from_pfn(mfn, (!is_pv_32bit_domain(d) ? L1_PROT in replace_va_mapping()
A Ddom0_build.c661 *l1tab = l1e_from_pfn(mfn, (!is_pv_32bit_domain(d) ? in dom0_construct_pv()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dpage.h114 #define l1e_from_pfn(pfn, flags) \ macro
124 #define l1e_from_mfn(m, f) l1e_from_pfn(mfn_x(m), f)
160 #define l1e_from_page(page, flags) l1e_from_pfn(__page_to_mfn(page), (flags))
A Dguest_pt.h180 { return l1e_from_pfn(gfn_x(gfn), flags); } in guest_l1e_from_gfn()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmachine_kexec.c89 l1e_write(l1, l1e_from_pfn(maddr >> PAGE_SHIFT, __PAGE_HYPERVISOR)); in machine_kexec_add_page()
A Dmm.c4812 l1e_from_pfn(l2e_get_pfn(*pl2e) + i, in map_pages_to_xen()
4836 l1e_write_atomic(pl1e, l1e_from_pfn(mfn, flags)); in map_pages_to_xen()
5078 l1e_from_pfn(l2e_get_pfn(*pl2e) + i, in modify_xen_mappings()
5111 : l1e_from_pfn(l1e_get_pfn(*pl1e), in modify_xen_mappings()
A Ddomain.c1642 l1e_from_pfn(mfn + i, __PAGE_HYPERVISOR_RW)); in __context_switch()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pt.c55 l1e_from_pfn((pfn) & (PADDR_MASK >> PAGE_SHIFT), (flags))
256 new_entry = l1e_from_pfn(pfn | (i << ((level - 1) * PAGETABLE_ORDER)), in p2m_next_level()
451 e = l1e_from_pfn(mfn, flags); in do_recalc()
/xen-4.10.0-shim-comet/xen/common/efi/
A Dboot.c1578 l1t[i] = l1e_from_pfn(extra->smfn, extra->prot); in efi_init_memory()

Completed in 27 milliseconds