Home
last modified time | relevance | path

Searched refs:mem_type (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/mips/
H A Dloongson3_bootp.c56 emap->map[0].mem_type = cpu_to_le32(1); in init_memory_map()
61 emap->map[1].mem_type = cpu_to_le32(2); in init_memory_map()
H A Dloongson3_bootp.h31 uint32_t mem_type; /* system memory, pci memory, pci io, etc. */ member
/qemu/hw/i386/xen/
H A Dxen_platform.c322 hvmmem_type_t mem_type = (val & PFFLAG_ROM_LOCK) ? in platform_fixed_ioport_writeb() local
325 if (xen_set_mem_type(xen_domid, mem_type, 0xc0, 0x40)) { in platform_fixed_ioport_writeb()
330 (mem_type == HVMMEM_ram_ro ? "ro" : "rw")); in platform_fixed_ioport_writeb()
H A Dxen-hvm.c687 hvmmem_type_t mem_type; in arch_xen_set_memory() local
707 mem_type = HVMMEM_ram_ro; in arch_xen_set_memory()
708 if (xen_set_mem_type(xen_domid, mem_type, in arch_xen_set_memory()
/qemu/include/hw/xen/
H A Dxen_native.h244 xendevicemodel_handle *dmod, domid_t domid, hvmmem_type_t mem_type, in xendevicemodel_set_mem_type() argument
247 return xc_hvm_set_mem_type(dmod, domid, mem_type, first_pfn, nr); in xendevicemodel_set_mem_type()
/qemu/include/hw/xen/interface/hvm/
H A Dhvm_op.h161 uint16_t mem_type; member