Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dnvdimm.c443 uint32_t supported_func; member
511 nvdimm_dsm_function0(uint32_t supported_func, hwaddr dsm_mem_addr) in nvdimm_dsm_function0() argument
515 .supported_func = cpu_to_le32(supported_func), in nvdimm_dsm_function0()
780 uint32_t supported_func = 0; in nvdimm_dsm_device() local
783 supported_func |= 0x1 /* Bit 0 indicates whether there is in nvdimm_dsm_device()
790 nvdimm_dsm_function0(supported_func, dsm_mem_addr); in nvdimm_dsm_device()