Searched refs:nested_map (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | virtio-nsm.c | 140 cbor_item_t *root, *nested_map; in handle_get_random() local 150 if (!qemu_cbor_add_map_to_map(root, "GetRandom", 1, &nested_map)) { in handle_get_random() 156 if (!qemu_cbor_add_bytestring_to_map(nested_map, "random", rnd, in handle_get_random() 211 cbor_item_t *root, *nested_map; in handle_describe_nsm() local 222 if (!qemu_cbor_add_map_to_map(root, "DescribeNSM", 7, &nested_map)) { in handle_describe_nsm() 226 if (!qemu_cbor_add_string_to_map(nested_map, "digest", vnsm->digest)) { in handle_describe_nsm() 230 if (!qemu_cbor_add_uint8_to_map(nested_map, "max_pcrs", vnsm->max_pcrs)) { in handle_describe_nsm() 234 if (!qemu_cbor_add_string_to_map(nested_map, "module_id", in handle_describe_nsm() 244 if (!qemu_cbor_add_uint8_array_to_map(nested_map, "locked_pcrs", in handle_describe_nsm() 249 if (!qemu_cbor_add_uint8_to_map(nested_map, "version_major", in handle_describe_nsm() [all …]
|
H A D | cbor-helpers.c | 103 cbor_item_t **nested_map) in qemu_cbor_add_map_to_map() argument 119 *nested_map = value_cbor; in qemu_cbor_add_map_to_map()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | vmx_dirty_log_test.c | 109 nested_map(vmx, vm, NESTED_TEST_MEM1, GUEST_TEST_MEM, 4096); in main() 110 nested_map(vmx, vm, NESTED_TEST_MEM2, GUEST_TEST_MEM, 4096); in main()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | cbor-helpers.h | 27 cbor_item_t **nested_map);
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 490 void nested_map(struct vmx_pages *vmx, struct kvm_vm *vm, in nested_map() function 513 nested_map(vmx, vm, in nested_map_memslot()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 566 void nested_map(struct vmx_pages *vmx, struct kvm_vm *vm,
|