Searched refs:unarmed (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/docs/ |
H A D | nvdimm.txt | 21 -device nvdimm,id=nvdimm1,memdev=mem1,unarmed=off 49 - "device nvdimm,id=nvdimm1,memdev=mem1,unarmed=off" creates a read/write 53 "unarmed" controls the ACPI NFIT NVDIMM Region Mapping Structure "NVDIMM 54 State Flags" Bit 3 indicating that the device is "unarmed" and cannot accept 56 bit is present. Set unarmed to on when the memdev has readonly=on. 187 When using other types of backends, it's suggested to set 'unarmed' 188 option of '-device nvdimm' to 'on', which sets the unarmed flag of the 189 guest NVDIMM region mapping structure. This unarmed flag indicates
|
/openbmc/qemu/hw/mem/ |
H A D | nvdimm.c | 149 if (!nvdimm->unarmed && memory_region_is_rom(mr)) { in nvdimm_prepare_memory_region() 250 DEFINE_PROP_BOOL(NVDIMM_UNARMED_PROP, NVDIMMDevice, unarmed, false),
|
/openbmc/qemu/include/hw/mem/ |
H A D | nvdimm.h | 78 bool unarmed; member
|
/openbmc/qemu/hw/acpi/ |
H A D | nvdimm.c | 290 if (nvdimm->unarmed) { in nvdimm_build_structure_memdev()
|