Searched refs:mmio (Results 1 – 8 of 8) sorted by relevance
/xen/xen/arch/arm/vgic/ |
A D | Makefile | 3 obj-y += vgic-mmio.o 4 obj-y += vgic-mmio-v2.o
|
/xen/xen/arch/x86/hvm/ |
A D | intercept.c | 41 if ( !handler->mmio.ops->check(current, first) ) in hvm_mmio_accept() 47 !handler->mmio.ops->check(current, last) ) in hvm_mmio_accept() 58 return handler->mmio.ops->read(current, addr, size, data); in hvm_mmio_read() 66 return handler->mmio.ops->write(current, addr, size, data); in hvm_mmio_write() 291 handler->mmio.ops = ops; in register_mmio_handler()
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_guest.c | 624 uint32_t mmio, shift; in guest_iommu_mmio_read() local 640 mmio = offset & (~7u); in guest_iommu_mmio_read() 643 val = iommu_mmio_read64(iommu, mmio); in guest_iommu_mmio_read() 713 uint64_t reg_old, mmio; in guest_iommu_mmio_write() local 730 mmio = offset & ~7; in guest_iommu_mmio_write() 734 reg_old = iommu_mmio_read64(iommu, mmio); in guest_iommu_mmio_write() 737 guest_iommu_mmio_write64(iommu, mmio, val); in guest_iommu_mmio_write()
|
/xen/xen/drivers/char/ |
A D | ns16550.c | 149 bool_t mmio; member 173 .mmio = 1, 183 .mmio = 1, 193 .mmio = 1, 767 if ( uart->param && uart->param->mmio && in ns16550_init_postirq() 1118 if ( param->mmio && !(bar & PCI_BASE_ADDRESS_SPACE_IO) ) in pci_uart_config() 1148 else if ( !param->mmio && (bar & PCI_BASE_ADDRESS_SPACE_IO) ) in pci_uart_config()
|
/xen/xen/include/asm-x86/hvm/ |
A D | io.h | 66 } mmio; member
|
/xen/tools/xentrace/ |
A D | xenalyze.c | 1327 struct cycle_summary mmio[NONPF_MMIO_MAX]; member 1339 struct io_address *mmio, *pio; member 1373 struct mmio_info mmio; member 3231 struct mmio_info *m = &h->inflight.mmio; in hvm_pf_xen_preprocess() 3476 struct mmio_info *m = &h->inflight.mmio; in hvm_vlapic_icr_handler() 3559 struct mmio_info *m = &h->inflight.mmio; in hvm_vlapic_handler() 3577 struct mmio_info *m = &h->inflight.mmio; in enumerate_mmio() 3596 PRINT_SUMMARY(h->summary.mmio[reason], in hvm_mmio_summary() 3632 update_cycles(&h->summary.mmio[reason], in hvm_mmio_assist_postprocess() 3643 struct mmio_info *m = &h->inflight.mmio; in hvm_mmio_assist_process() [all …]
|
/xen/xen/arch/x86/mm/shadow/ |
A D | multi.c | 3204 goto mmio; in sh_page_fault() 3484 mmio: in sh_page_fault()
|
/xen/docs/misc/ |
A D | xen-command-line.pandoc | 1545 ### mmio-relax (x86)
|
Completed in 42 milliseconds