Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dnvdimm.c654 NvdimmFuncGetLabelSizeOut label_size_out = { in nvdimm_dsm_label_size() local
655 .len = cpu_to_le32(sizeof(label_size_out)), in nvdimm_dsm_label_size()
664 label_size_out.func_ret_status = cpu_to_le32(NVDIMM_DSM_RET_STATUS_SUCCESS); in nvdimm_dsm_label_size()
665 label_size_out.label_size = cpu_to_le32(label_size); in nvdimm_dsm_label_size()
666 label_size_out.max_xfer = cpu_to_le32(mxfer); in nvdimm_dsm_label_size()
668 cpu_physical_memory_write(dsm_mem_addr, &label_size_out, in nvdimm_dsm_label_size()
669 sizeof(label_size_out)); in nvdimm_dsm_label_size()