Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-nsm.h25 struct PCRInfo { struct
38 struct PCRInfo pcrs[NSM_MAX_PCRS]; argument
/openbmc/qemu/hw/virtio/
H A Dvirtio-nsm.c378 struct PCRInfo *pcr; in handle_describe_pcr()
556 struct PCRInfo *pcr; in handle_extend_pcr()
709 struct PCRInfo *pcr; in handle_lock_pcr()
1165 struct PCRInfo *pcr; in add_payload_to_cose()
1616 struct PCRInfo *pcr = &(vnsm->pcrs[ind]); in extend_pcr()
1673 VMSTATE_BOOL(locked, struct PCRInfo),
1674 VMSTATE_UINT8_ARRAY(data, struct PCRInfo,
1686 vmstate_pcr_info_entry, struct PCRInfo),