Home
last modified time | relevance | path

Searched refs:l1e_from_mfn (Results 1 – 8 of 8) sorted by relevance

/xen/xen/arch/x86/pv/
A Dgrant_table.c57 nl1e = l1e_from_mfn(frame, grant_to_pte_flags(flags, cache_flags)); in create_grant_pv_mapping()
286 l1e_get_intpte(l1e_from_mfn(frame, grant_pte_flags))); in replace_grant_pv_mapping()
A Ddescriptor-tables.c65 l1_pgentry_t zero_l1e = l1e_from_mfn(zero_mfn, __PAGE_HYPERVISOR_RO); in pv_destroy_gdt()
A Dshim.c176 *pl1e = l1e_from_mfn(mfn, (!is_pv_32bit_domain(d) ? L1_PROT in replace_va_mapping()
/xen/xen/include/asm-x86/
A Dpage.h125 #define l1e_from_mfn(m, f) l1e_from_pfn(mfn_x(m), f) macro
161 #define l1e_from_page(page, flags) l1e_from_mfn(page_to_mfn(page), flags)
/xen/xen/arch/x86/mm/shadow/
A Dtypes.h118 { return l1e_from_mfn(mfn, flags); } in shadow_l1e_from_mfn()
/xen/xen/arch/x86/
A Ddomain_page.c169 l1e_write(&MAPCACHE_L1ENT(idx), l1e_from_mfn(mfn, __PAGE_HYPERVISOR_RW)); in map_domain_page()
A Dmm.c5461 l1e_write_atomic(pl1e, l1e_from_mfn(mfn, flags)); in map_pages_to_xen()
/xen/xen/arch/x86/mm/
A Dp2m-pt.c185 new_entry = l1e_from_mfn(mfn, P2M_BASE_FLAGS | _PAGE_RW); in p2m_next_level()
239 new_entry = l1e_from_mfn(mfn, P2M_BASE_FLAGS | _PAGE_RW); in p2m_next_level()

Completed in 22 milliseconds