Searched defs:vnsm (Results  1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/virtio/ | 
| H A D | virtio-nsm.c | 137 static bool handle_get_random(VirtIONSM *vnsm, struct iovec *request,  in handle_get_random()208 static bool handle_describe_nsm(VirtIONSM *vnsm, struct iovec *request,  in handle_describe_nsm()
 370 static bool handle_describe_pcr(VirtIONSM *vnsm, struct iovec *request,  in handle_describe_pcr()
 557 static bool handle_extend_pcr(VirtIONSM *vnsm, struct iovec *request,  in handle_extend_pcr()
 709 static bool handle_lock_pcr(VirtIONSM *vnsm, struct iovec *request,  in handle_lock_pcr()
 844 static bool handle_lock_pcrs(VirtIONSM *vnsm, struct iovec *request,  in handle_lock_pcrs()
 1162 static bool add_payload_to_cose(cbor_item_t *cose, VirtIONSM *vnsm,  in add_payload_to_cose()
 1353 static bool handle_attestation(VirtIONSM *vnsm, struct iovec *request,  in handle_attestation()
 1512 static bool get_nsm_request_response(VirtIONSM *vnsm, struct iovec *req,  in get_nsm_request_response()
 1542     VirtIONSM *vnsm = VIRTIO_NSM(vdev);  in handle_input()  local
 [all …]
 
 | 
| H A D | virtio-nsm-pci.c | 33     VirtIONsmPCI *vnsm = VIRTIO_NSM_PCI(vpci_dev);  in virtio_nsm_pci_realize()  local
 | 
| /openbmc/qemu/include/hw/i386/ | 
| H A D | nitro_enclave.h | 45     VirtIONSM *vnsm;  member
 | 
| /openbmc/qemu/hw/i386/ | 
| H A D | nitro_enclave.c | 79     VirtIONSM *vnsm = VIRTIO_NSM(dev);  in virtio_nsm_init()  local
 |