Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/cxl/
H A Dcxl_pci.h140 typedef struct CXLDVSECDeviceGPF { struct
144 } CXLDVSECDeviceGPF; argument
145 QEMU_BUILD_BUG_ON(sizeof(CXLDVSECDeviceGPF) != 0x10);
/openbmc/qemu/hw/cxl/
H A Dcxl-component-utils.c456 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_duration)] = 0x0F; in cxl_component_create_dvsec()
457 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_duration) + 1] = 0x0F; in cxl_component_create_dvsec()
458 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_power)] = 0xFF; in cxl_component_create_dvsec()
459 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_power) + 1] = 0xFF; in cxl_component_create_dvsec()
460 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_power) + 2] = 0xFF; in cxl_component_create_dvsec()
461 wmask[offset + offsetof(CXLDVSECDeviceGPF, phase2_power) + 3] = 0xFF; in cxl_component_create_dvsec()
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c382 dvsec = (uint8_t *)&(CXLDVSECDeviceGPF){ in build_dvsecs()