Home
last modified time | relevance | path

Searched full:space (Results 1 – 25 of 823) sorted by relevance

12345678910>>...33

/qemu/tests/qemu-iotests/
H A D026.out31 write failed: No space left on device
36 write failed: No space left on device
41 qemu-io: Failed to flush the L2 table cache: No space left on device
42 qemu-io: Failed to flush the refcount block cache: No space left on device
43 write failed: No space left on device
48 qemu-io: Failed to flush the L2 table cache: No space left on device
49 qemu-io: Failed to flush the refcount block cache: No space left on device
50 write failed: No space left on device
89 write failed: No space left on device
90 read failed: No space left on device
[all …]
H A D026.out.nocache31 write failed: No space left on device
36 write failed: No space left on device
41 qemu-io: Failed to flush the L2 table cache: No space left on device
42 qemu-io: Failed to flush the refcount block cache: No space left on device
43 write failed: No space left on device
48 qemu-io: Failed to flush the L2 table cache: No space left on device
49 qemu-io: Failed to flush the refcount block cache: No space left on device
50 write failed: No space left on device
89 write failed: No space left on device
90 read failed: No space left on device
[all …]
/qemu/hw/vfio/
H A Dcontainer-base.c33 VFIOAddressSpace *space; in vfio_address_space_get() local
35 QLIST_FOREACH(space, &vfio_address_spaces, list) { in vfio_address_space_get()
36 if (space->as == as) { in vfio_address_space_get()
37 return space; in vfio_address_space_get()
42 space = g_malloc0(sizeof(*space)); in vfio_address_space_get()
43 space->as = as; in vfio_address_space_get()
44 QLIST_INIT(&space->containers); in vfio_address_space_get()
50 QLIST_INSERT_HEAD(&vfio_address_spaces, space, list); in vfio_address_space_get()
52 return space; in vfio_address_space_get()
55 void vfio_address_space_put(VFIOAddressSpace *space) in vfio_address_space_put() argument
[all …]
H A Dpci-quirks.h2 * vfio generic region quirks (mostly backdoors to PCI config space)
24 * register access emulated PCI config space for the device rather than
25 * passing through accesses. This enables devices where PCI config space
56 * The generic mirror quirk handles devices which expose PCI config space
58 * redirected through to emulated PCI config space. XXX if PCI config space
64 uint32_t config_offset; /* Offset in PCI config space */
/qemu/include/hw/pci/
H A Dpci_device.h64 /* PCI config space */
79 /* Used to allocate config space for capabilities. */
111 /* Offset of PM capability in config space */
114 /* Offset of MSI-X capability in config space */
120 /* Space to store MSIX table & pending bit array */
143 /* Offset of MSI capability in config space */
239 * pci_dma_rw: Read from or write to an address space from PCI device.
246 * @addr: address within the #PCIDevice address space
260 * pci_dma_read: Read from an address space from PCI device.
267 * @addr: address within the #PCIDevice address space
[all …]
H A Dpci.h182 /* Size of the standard PCI config space */
184 /* Size of the standard PCIe config space: 4KB */
410 * @get_address_space: get the address space for a set of devices
498 * @pasid: the pasid of the address space to watch.
515 * @pasid: the pasid of the address space to stop watching.
533 * @pasid: the pasid of the address space to use for the request.
573 * @pasid: the pasid of the address space to track.
591 * @pasid: the pasid of the address space to stop tracking.
607 * @pasid: the pasid of the address space to use for the request.
669 * @pasid: the pasid of the address space in which the translation will be done.
[all …]
H A Dpci_bridge.h37 * Aliases for each of the address space windows that the bridge
38 * can forward. Mapped into the bridge's parent's address space,
70 * The regions are as large as the entire address space -
172 uint64_t io; /* IO space to reserve */
185 * capability in PCI configuration space to reserve on firmware init.
/qemu/include/user/
H A Dguest-host.h16 * If non-zero, the guest virtual address space is a contiguous subset
17 * of the host virtual address space, i.e. '-R reserved_va' is in effect
19 * byte of the guest address space e.g. UINT32_MAX.
26 * The last byte of the guest address space.
28 * If reserved_va is zero, guest_addr_max equals the full guest space.
71 /* Check if given address fits target address space */ \
/qemu/include/exec/
H A Dcpu-common.h105 * @cpu: CPU to add this address space to
106 * @asidx: integer index of this address space
107 * @prefix: prefix to be used as name of address space
108 * @mr: the root memory region of address space
110 * Add the specified address space to the CPU's cpu_ases list.
111 * The address space added with @asidx 0 is the one used for the
114 * for defining what semantics address space 0, 1, 2, etc have.
120 * Note that with KVM only one address space is supported.
126 * @cpu: CPU for which address space needs to be destroyed
127 * @asidx: integer index of this address space
[all …]
/qemu/target/avr/
H A Dtranslate.c1034 * Register in the Register File and the EIND Register in the I/O space. This
1036 * memory space. See also IJMP. This instruction is not available in all
1107 * Register in the Register File and the EIND Register in the I/O space. This
1109 * memory space. See also ICALL. The Stack Pointer uses a post-decrement scheme
1486 * Load one byte indirect from data space to register and stores an clear
1487 * the bits in data space specified by the register. The instruction can only
1491 * more than 64KB data space, the RAMPZ in register in the I/O area has to be
1573 * Loads one byte from the data space to a register. For parts with SRAM,
1574 * the data space consists of the Register File, I/O memory and internal SRAM
1575 * (and external SRAM if applicable). For parts without SRAM, the data space
[all …]
/qemu/
H A D.editorconfig31 indent_style = space
36 indent_style = space
48 indent_style = space
53 indent_style = space
/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-close-errors.out9 …tivation of node 'NODE_NAME': Failed to write bitmap 'good-bitmap' to file: No space left on device
11 …tivation of node 'NODE_NAME': Failed to write bitmap 'good-bitmap' to file: No space left on device
17 …ation of node 'NODE_NAME': Failed to write bitmap 'stale-bitmap-7' to file: No space left on device
18 …ation of node 'NODE_NAME': Failed to write bitmap 'stale-bitmap-7' to file: No space left on device
/qemu/hw/sh4/
H A Dsh7750_regs.h61 #define SH7750_PTEH_ASID 0x000000ff /* Address space identifier */
100 #define SH7750_PTEA_SA 0x00000007 /* Space Attribute bits: */
102 #define SH7750_PTEA_SA_IOVAR 0x00000001 /* 1 - variable-size I/O space */
103 #define SH7750_PTEA_SA_IO8 0x00000002 /* 2 - 8-bit I/O space */
104 #define SH7750_PTEA_SA_IO16 0x00000003 /* 3 - 16-bit I/O space */
105 #define SH7750_PTEA_SA_CMEM8 0x00000004 /* 4 - 8-bit common memory space */
106 #define SH7750_PTEA_SA_CMEM16 0x00000005 /* 5 - 16-bit common memory space */
107 #define SH7750_PTEA_SA_AMEM8 0x00000006 /* 6 - 8-bit attr memory space */
108 #define SH7750_PTEA_SA_AMEM16 0x00000007 /* 7 - 16-bit attr memory space */
1068 #define SH7750_CHCR_SSA 0xE0000000 /* Source Address Space Attribute */
[all …]
/qemu/include/system/
H A Dmemory.h90 * @fv: the flat view of the address space the region is mapped in
94 * relative to the region's address space
156 * page table for the address space, and the UNMAP messages can cover
182 /* Notify for address space range start <= addr <= end */
228 * RAM is mmap-ed with MAP_NORESERVE. When set, reserving swap space (or huge
452 * call the IOMMU translate method for every page in the address space
591 * #MemoryRegion isn't mapped into an address space yet (either directly
593 * mapped into an address space.
836 * Called at the beginning of an address space update transaction.
849 * Called at the end of an address space update transaction,
[all …]
H A Ddma.h111 * dma_memory_rw: Read from or write to an address space from DMA controller.
118 * @addr: address within that address space
134 * dma_memory_read: Read from an address space from DMA controller.
141 * @addr: address within that address space
155 * dma_memory_write: Write to address space from DMA controller.
162 * @addr: address within that address space
183 * @addr: address within that address space
200 * @addr: address within that address space
/qemu/include/hw/vfio/
H A Dvfio-container-base.h38 VFIOAddressSpace *space; member
75 void vfio_address_space_put(VFIOAddressSpace *space);
76 void vfio_address_space_insert(VFIOAddressSpace *space,
134 * Called at the beginning of an address space update transaction.
144 * Called at the end of an address space update transaction,
178 * @unmap_all: if set, unmap the entire address space
195 * @as: address space to use
/qemu/bsd-user/aarch64/
H A Dtarget_arch_vmparam.h26 * FreeBSD/arm64 Address space layout.
28 * ARMv8 implements up to a 48 bit virtual address space. The address space is
29 * split into 2 regions at each end of the 64 bit address space, with an
/qemu/target/ppc/
H A Dhelper_regs.c201 * 0 = Guest User space virtual mode in hreg_compute_hflags_value()
202 * 1 = Guest Kernel space virtual mode in hreg_compute_hflags_value()
203 * 2 = Guest User space real mode in hreg_compute_hflags_value()
204 * 3 = Guest Kernel space real mode in hreg_compute_hflags_value()
205 * 4 = HV User space virtual mode in hreg_compute_hflags_value()
206 * 5 = HV Kernel space virtual mode in hreg_compute_hflags_value()
207 * 6 = HV User space real mode in hreg_compute_hflags_value()
208 * 7 = HV Kernel space real mode in hreg_compute_hflags_value()
212 * 0 = AS 0 HV User space in hreg_compute_hflags_value()
213 * 1 = AS 0 HV Kernel space in hreg_compute_hflags_value()
[all …]
/qemu/docs/user/
H A Dmain.rst3 QEMU User space emulator
9 The following OS are supported in user space emulation:
18 QEMU user space emulation has the following notable features:
49 Linux User space emulator
84 Pre-allocate a guest virtual address space of the given size (in
117 space emulator hasn't implemented ptrace). At the moment this is
194 BSD User space emulator
/qemu/linux-headers/linux/
H A Dvduse.h31 * @config_size: the size of the configuration space
32 * @config: the buffer of the configuration space
94 * struct vduse_config_data - data used to update configuration space
95 * @offset: the offset from the beginning of configuration space
96 * @length: the length to write to configuration space
100 * configuration space.
108 /* Set device configuration space */
113 * that device configuration space has changed.
/qemu/hw/xtensa/
H A Dvirt.c67 /* Map only the first size_ecam bytes of ECAM space. */ in create_pcie()
75 * Map the MMIO window into system address space so as to expose in create_pcie()
76 * the section of PCI MMIO space which starts at the same base address in create_pcie()
77 * (ie 1:1 mapping for that part of PCI MMIO space visible through in create_pcie()
86 /* Map IO port space. */ in create_pcie()
/qemu/hw/ipack/
H A Dtpci200.c312 unsigned ip_n, space; in tpci200_read_las1() local
319 * address space (I/O, ID, INT) and the offset within that space. in tpci200_read_las1()
322 space = (addr >> 6) & 3; in tpci200_read_las1()
329 switch (space) { in tpci200_read_las1()
373 unsigned ip_n, space; in tpci200_write_las1() local
381 * address space (I/O, ID, INT) and the offset within that space. in tpci200_write_las1()
384 space = (addr >> 6) & 3; in tpci200_write_las1()
391 switch (space) { in tpci200_write_las1()
429 * within the IP module MEM space. in tpci200_read_las2()
460 * within the IP module MEM space. in tpci200_write_las2()
[all …]
/qemu/docs/specs/
H A Dfsi.rst21 1. The Common FRU Access Macro (CFAM), an address space containing various
29 slave's configuration registers appear in address space of the CFAM to
41 address space.
60 space onto the OPB address space - the models follow this directly and map the
/qemu/include/hw/riscv/
H A Dvirt.h141 * The virt machine physical address space used by some of the devices
147 * of virt machine physical address space.
153 #error "Can't accommodate single IMSIC group in address space"
159 #error "Can't accommodate all IMSIC groups in address space"
/qemu/docs/devel/migration/
H A Dqatzip-compression.rst36 ``QATzip`` is a user space library which builds on top of the Intel QuickAssist
57 | user space
59 | kernel space
80 Intel QuickAssist user space library development files
83 Intel QuickAssist user space library
86 Compression user-space tool for Intel QuickAssist Technology

12345678910>>...33