Searched refs:saddr (Results 1 – 3 of 3) sorted by relevance
/xen/xen/arch/x86/hvm/ |
A D | emulate.c | 1827 unsigned long saddr, daddr, bytes; in hvmemul_rep_movs() local 1836 hvmemul_ctxt, &saddr); in hvmemul_rep_movs() 1850 (vio->mmio_gla == (saddr & PAGE_MASK)) && in hvmemul_rep_movs() 1859 PAGE_SIZE - (saddr & ~PAGE_MASK) >= *reps * bytes_per_rep)) ) in hvmemul_rep_movs() 1860 sgpa = pfn_to_paddr(vio->mmio_gpfn) | (saddr & ~PAGE_MASK); in hvmemul_rep_movs() 1863 rc = hvmemul_linear_to_phys(saddr, &sgpa, bytes_per_rep, reps, pfec, in hvmemul_rep_movs() 1895 latch_linear_to_phys(vio, saddr, sgpa, 0); in hvmemul_rep_movs()
|
/xen/xen/drivers/passthrough/vtd/ |
A D | iommu.h | 447 u64 saddr; member
|
A D | qinval.c | 171 qinval_entry->q.inv_wait_dsc.hi.saddr = virt_to_maddr(this_poll_slot); in queue_invalidate_wait()
|
Completed in 38 milliseconds