Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Di8254.c114 sc->read_state = kchan->read_state; in kvm_pit_get()
151 kchan->read_state = sc->read_state; in kvm_pit_put()
/openbmc/qemu/include/hw/timer/
H A Di8254_internal.h38 uint8_t read_state; member
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dstate.h82 bool read_state; /* Read sandbox state on startup */ member
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstate.c148 if (state->read_state && fname) { in sandbox_read_state()
166 if (state->read_state && fname) { in sandbox_read_state()
H A Dstart.c210 state->read_state = true; in sandbox_cmdline_cb_read()