Searched defs:smfn (Results 1 – 10 of 10) sorted by relevance
/xen/xen/arch/x86/mm/shadow/ |
A D | multi.c | 347 mfn_t smfn; in sh_audit_gw() local 405 static inline mfn_t sh_next_page(mfn_t smfn) in sh_next_page() 431 shadow_l1_index(mfn_t *smfn, u32 guest_index) in shadow_l1_index() 444 shadow_l2_index(mfn_t *smfn, u32 guest_index) in shadow_l2_index() 464 shadow_l3_index(mfn_t *smfn, u32 guest_index) in shadow_l3_index() 2332 mfn_t smfn; in sh_safe_not_to_sync() local 2395 mfn_t smfn, smfn2, map_mfn; in sh_map_and_validate() local 3819 mfn_t smfn; in sh_detach_old_tables() local 3845 mfn_t smfn; in sh_set_toplevel_shadow() local 4476 mfn_t smfn, gmfn; in sh_pagetable_dying() local [all …]
|
A D | common.c | 253 mfn_t smfn, unsigned long off) in sh_remove_write_access_from_sl1p() 307 mfn_t smfn, unsigned long off) in oos_fixup_add() 894 void shadow_unhook_mappings(struct domain *d, mfn_t smfn, int user_only) in shadow_unhook_mappings() 934 mfn_t smfn; in _shadow_prealloc() local 1006 mfn_t smfn; in shadow_blow_tables() local 1155 void shadow_free(struct domain *d, mfn_t smfn) in shadow_free() 1553 mfn_t smfn) in shadow_hash_insert() 1578 mfn_t smfn) in shadow_hash_delete() 1722 void sh_destroy_shadow(struct domain *d, mfn_t smfn) in sh_destroy_shadow() 2118 static int sh_remove_shadow_via_pointer(struct domain *d, mfn_t smfn) in sh_remove_shadow_via_pointer() [all …]
|
A D | private.h | 504 static inline int sh_get_ref(struct domain *d, mfn_t smfn, paddr_t entry_pa) in sh_get_ref() 537 static inline void sh_put_ref(struct domain *d, mfn_t smfn, paddr_t entry_pa) in sh_put_ref() 612 static inline bool sh_pin(struct domain *d, mfn_t smfn) in sh_pin() 661 static inline void sh_unpin(struct domain *d, mfn_t smfn) in sh_unpin()
|
/xen/xen/common/ |
A D | pdx.c | 65 void set_pdx_range(unsigned long smfn, unsigned long emfn) in set_pdx_range()
|
A D | page_alloc.c | 2238 mfn_t smfn, emfn; in init_domheap_pages() local
|
/xen/xen/common/efi/ |
A D | boot.c | 1441 bool (*is_valid)(unsigned long smfn, in copy_mapping() 1470 static bool __init ram_range_valid(unsigned long smfn, unsigned long emfn) in ram_range_valid() 1479 static bool __init rt_range_valid(unsigned long smfn, unsigned long emfn) in rt_range_valid() 1490 unsigned long smfn, emfn; in efi_init_memory() member 1505 unsigned long smfn, emfn; in efi_init_memory() local
|
/xen/xen/arch/x86/mm/ |
A D | mem_sharing.c | 953 mfn_t smfn, cmfn; in share_pages() local 1106 mfn_t smfn, cmfn; in add_to_physmap() local
|
/xen/xen/arch/arm/ |
A D | p2m.c | 877 mfn_t smfn, in __p2m_set_entry() 1081 mfn_t smfn, in p2m_set_entry()
|
A D | domain_build.c | 112 mfn_t smfn; in insert_11_bank() local
|
/xen/xen/include/asm-x86/ |
A D | domain.h | 154 mfn_t smfn[SHADOW_OOS_FIXUPS]; member
|
Completed in 41 milliseconds