/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | common.c | 552 void oos_fixup_add(struct domain *d, mfn_t gmfn, in oos_fixup_add() 646 static inline void trace_resync(int event, mfn_t gmfn) in trace_resync() 657 static void _sh_resync(struct vcpu *v, mfn_t gmfn, in _sh_resync() 692 static void oos_hash_add(struct vcpu *v, mfn_t gmfn) in oos_hash_add() 736 static void oos_hash_remove(struct domain *d, mfn_t gmfn) in oos_hash_remove() 761 mfn_t oos_snapshot_lookup(struct domain *d, mfn_t gmfn) in oos_snapshot_lookup() 786 void sh_resync(struct domain *d, mfn_t gmfn) in sh_resync() 900 int sh_unsync(struct vcpu *v, mfn_t gmfn) in sh_unsync() 1054 sh_validate_guest_pt_write(struct vcpu *v, mfn_t gmfn, in sh_validate_guest_pt_write() 2271 static inline void trace_shadow_wrmap_bf(mfn_t gmfn) in trace_shadow_wrmap_bf() [all …]
|
A D | multi.c | 1877 mfn_t gmfn, sl4mfn; in sh_destroy_l4_shadow() local 1907 mfn_t gmfn, sl3mfn; in sh_destroy_l3_shadow() local 1938 mfn_t gmfn, sl2mfn; in sh_destroy_l2_shadow() local 2600 mfn_t gmfn; in sh_prefetch() local 4015 mfn_t gmfn; in sh_update_cr3() local 4601 mfn_t smfn, gmfn; in sh_pagetable_dying() local 4647 mfn_t smfn, gmfn; in sh_pagetable_dying() local 4852 mfn_t mfn, gmfn, gl1mfn; in sh_audit_l1_table() local 4947 mfn_t mfn, gmfn, gl2mfn; in sh_audit_l2_table() local 4999 mfn_t mfn, gmfn, gl3mfn; in sh_audit_l3_table() local [all …]
|
A D | private.h | 316 static inline int mfn_is_out_of_sync(mfn_t gmfn) in mfn_is_out_of_sync() 327 static inline int mfn_oos_may_write(mfn_t gmfn) in mfn_oos_may_write() 494 sh_mfn_is_a_page_table(mfn_t gmfn) in sh_mfn_is_a_page_table()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | utils.c | 82 static u32 get_level_index(unsigned long gmfn, int level) in get_level_index() 90 void print_vtd_entries(struct iommu *iommu, int bus, int devfn, u64 gmfn) in print_vtd_entries()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | shadow.h | 104 static inline void sh_remove_shadows(struct domain *d, mfn_t gmfn, in sh_remove_shadows() 119 static inline void shadow_remove_all_shadows(struct domain *d, mfn_t gmfn) in shadow_remove_all_shadows()
|
A D | paging.h | 299 struct vcpu *v, intpte_t *p, intpte_t new, mfn_t gmfn) in paging_write_guest_entry() 317 struct vcpu *v, intpte_t *p, intpte_t *old, intpte_t new, mfn_t gmfn) in paging_cmpxchg_guest_entry()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 280 int guest_remove_page(struct domain *d, unsigned long gmfn) in guest_remove_page() 390 xen_pfn_t gmfn; in decrease_reservation() local 468 xen_pfn_t gpfn, gmfn, mfn; in memory_exchange() local 1472 struct domain *d, unsigned long gmfn, struct page_info **_page, in prepare_ring_for_helper()
|
A D | grant_table.c | 1873 xen_pfn_t gmfn = gnttab_shared_gmfn(d, gt, i); in gnttab_setup_table() local 3017 uint64_t gmfn; in gnttab_get_status_frames() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | descriptor-tables.c | 132 unsigned long gmfn = pa >> PAGE_SHIFT; in do_update_descriptor() local
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_boot.c | 232 xen_pfn_t gmfn; in xc_dom_gnttab_setup() local
|
A D | xc_core.h | 111 uint64_t gmfn; member
|
A D | xc_core.c | 790 uint64_t gmfn; in xc_domain_dumpcore_via_callback() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | paging.c | 344 void paging_mark_dirty(struct domain *d, mfn_t gmfn) in paging_mark_dirty() 360 int paging_mfn_is_dirty(struct domain *d, mfn_t gmfn) in paging_mfn_is_dirty()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | viridian.c | 348 unsigned long gmfn = d->arch.hvm_domain.viridian.hypercall_gpa.fields.pfn; in enable_hypercall_page() local 383 unsigned long gmfn = v->arch.hvm_vcpu.viridian.vp_assist.msr.fields.pfn; in initialize_vp_assist() local 488 unsigned long gmfn = d->arch.hvm_domain.viridian.reference_tsc.fields.pfn; in update_reference_tsc() local
|
A D | dm.c | 222 mfn_t gmfn = _mfn(page_to_mfn(page)); in modified_memory() local
|
A D | emulate.c | 240 unsigned long gmfn = paddr_to_pfn(addr); in hvmemul_do_io() local 332 static int hvmemul_acquire_page(unsigned long gmfn, struct page_info **page) in hvmemul_acquire_page()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | domctl.c | 528 unsigned long gmfn = domctl->u.hypercall_init.gmfn; in arch_do_domctl() local
|
A D | traps.c | 786 unsigned long gmfn = val >> PAGE_SHIFT; in wrmsr_hypervisor_regs() local
|
A D | mm.c | 2366 unsigned long gmfn; in free_page_type() local 3516 unsigned long gpfn, gmfn, mfn; in do_mmu_update() local
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | physdev.h | 65 xen_pfn_t gmfn; member
|
A D | grant_table.h | 462 xen_pfn_t gmfn; member
|
A D | domctl.h | 436 uint64_aligned_t gmfn; /* GMFN to be initialised */ member
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenalyze.c | 1584 unsigned long long gmfn; member 3890 unsigned long long gmfn = val >> 12; in cr3_switch() local 3974 void cr3_prealloc_unpin(struct vcpu_data *v, unsigned long long gmfn) { in cr3_prealloc_unpin()
|