Home
last modified time | relevance | path

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

/openbmc/qemu/hw/tpm/
H A Dtpm_crb.c35 struct CRBState { struct
49 typedef struct CRBState CRBState; argument
51 DECLARE_INSTANCE_CHECKER(CRBState, CRB,
90 CRBState *s = CRB(opaque); in tpm_crb_mmio_read()
106 static uint8_t tpm_crb_get_active_locty(CRBState *s) in tpm_crb_get_active_locty()
117 CRBState *s = CRB(opaque); in tpm_crb_mmio_write()
194 CRBState *s = CRB(ti); in tpm_crb_request_completed()
206 CRBState *s = CRB(ti); in tpm_crb_get_version()
213 CRBState *s = opaque; in tpm_crb_pre_save()
224 VMSTATE_UINT32_ARRAY(regs, CRBState, TPM_CRB_R_MAX),
[all …]