Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Dsclpcpi.c62 uint8_t system_type[8]; member
99 ascii_put(e->system_type, (char *)cpim->data.system_type, in write_event_data()
100 sizeof(cpim->data.system_type)); in write_event_data()
116 return g_strndup((char *) e->system_type, sizeof(e->system_type)); in get_system_type()
153 VMSTATE_UINT8_ARRAY(system_type, SCLPEventCPI, 8),
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpei_data.h40 uint32_t system_type; /* 0 Mobile, 1 Desktop/Server */ member
/openbmc/qemu/include/hw/s390x/
H A Devent-facility.h204 uint8_t system_type[8]; member
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c417 .system_type = 0, /* 0 Mobile, 1 Desktop/Server */ in dram_init()