Searched refs:l1e_from_mfn (Results 1 – 8 of 8) sorted by relevance
/xen/xen/arch/x86/pv/ |
A D | grant_table.c | 57 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 D | descriptor-tables.c | 65 l1_pgentry_t zero_l1e = l1e_from_mfn(zero_mfn, __PAGE_HYPERVISOR_RO); in pv_destroy_gdt()
|
A D | shim.c | 176 *pl1e = l1e_from_mfn(mfn, (!is_pv_32bit_domain(d) ? L1_PROT in replace_va_mapping()
|
/xen/xen/include/asm-x86/ |
A D | page.h | 125 #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 D | types.h | 118 { return l1e_from_mfn(mfn, flags); } in shadow_l1e_from_mfn()
|
/xen/xen/arch/x86/ |
A D | domain_page.c | 169 l1e_write(&MAPCACHE_L1ENT(idx), l1e_from_mfn(mfn, __PAGE_HYPERVISOR_RW)); in map_domain_page()
|
A D | mm.c | 5461 l1e_write_atomic(pl1e, l1e_from_mfn(mfn, flags)); in map_pages_to_xen()
|
/xen/xen/arch/x86/mm/ |
A D | p2m-pt.c | 185 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