Searched refs:mmio (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | intercept.c | 40 if ( !handler->mmio.ops->check(current, first) ) in hvm_mmio_accept() 46 !handler->mmio.ops->check(current, last) ) in hvm_mmio_accept() 57 return handler->mmio.ops->read(current, addr, size, data); in hvm_mmio_read() 65 return handler->mmio.ops->write(current, addr, size, data); in hvm_mmio_write() 283 handler->mmio.ops = ops; in register_mmio_handler()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_guest.c | 688 uint32_t mmio, shift; in guest_iommu_mmio_read() local 704 mmio = offset & (~7u); in guest_iommu_mmio_read() 707 val = iommu_mmio_read64(iommu, mmio); in guest_iommu_mmio_read() 777 uint64_t reg_old, mmio; in guest_iommu_mmio_write() local 794 mmio = offset & ~7; in guest_iommu_mmio_write() 798 reg_old = iommu_mmio_read64(iommu, mmio); in guest_iommu_mmio_write() 801 guest_iommu_mmio_write64(iommu, mmio, val); in guest_iommu_mmio_write()
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ns16550.c | 147 bool_t mmio; member 171 .mmio = 1, 181 .mmio = 1, 191 .mmio = 1, 768 if ( uart->param->mmio && in ns16550_init_postirq() 1057 if ( param->mmio && !(bar & PCI_BASE_ADDRESS_SPACE_IO) ) in pci_uart_config() 1086 else if ( !param->mmio && (bar & PCI_BASE_ADDRESS_SPACE_IO) ) in pci_uart_config()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | io.h | 69 } mmio; member
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | multi.c | 3259 goto mmio; in sh_page_fault() 3537 mmio: in sh_page_fault()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 1262 ### mmio-relax
|
/xen-4.10.0-shim-comet/ |
A D | .rootkeys | 1182 428b9f38Gp0KcPokG9Nq5v1rGk2FkA xen/arch/ia64/mmio.c
|
Completed in 45 milliseconds