Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Diotkit-sysctl.c173 r = s->initsvtor0; in iotkit_sysctl_read()
422 if (s->initsvtor0 & R_INITSVTOR0_LOCK_MASK) { in iotkit_sysctl_write()
427 s->initsvtor0 = value; in iotkit_sysctl_write()
428 set_init_vtor(0, s->initsvtor0 & R_INITSVTOR0_VTOR_MASK); in iotkit_sysctl_write()
432 s->initsvtor0 = value; in iotkit_sysctl_write()
433 set_init_vtor(0, s->initsvtor0); in iotkit_sysctl_write()
727 s->initsvtor0 = s->initsvtor0_rst; in iotkit_sysctl_reset()
826 VMSTATE_UINT32(initsvtor0, IoTKitSysCtl),
/openbmc/qemu/include/hw/misc/
H A Diotkit-sysctl.h46 uint32_t initsvtor0; member