Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_vtpm.c177 libxl_device_vtpm *vtpms; in libxl_devid_to_device_vtpm() local
182 if (!vtpms) in libxl_devid_to_device_vtpm()
188 if(devid == vtpms[i].devid) { in libxl_devid_to_device_vtpm()
189 vtpm->backend_domid = vtpms[i].backend_domid; in libxl_devid_to_device_vtpm()
190 vtpm->devid = vtpms[i].devid; in libxl_devid_to_device_vtpm()
197 libxl__device_list_free(&libxl__vtpm_devtype, vtpms, nb); in libxl_devid_to_device_vtpm()
212 libxl_device_vtpm *vtpms; in libxl_uuid_to_device_vtpm() local
217 if (!vtpms) in libxl_uuid_to_device_vtpm()
223 if(!libxl_uuid_compare(uuid, &vtpms[i].uuid)) { in libxl_uuid_to_device_vtpm()
224 vtpm->backend_domid = vtpms[i].backend_domid; in libxl_uuid_to_device_vtpm()
[all …]
A Dlibxl_types.idl830 ("vtpms", Array(libxl_device_vtpm, "num_vtpms")),
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dmanage-vtpmmgr.pl52 my($nr, @vtpms) = unpack 'N(H32)*', tpm_cmd_nohdr 0x1C2, pack 'NNN', 0x02000201, $group, 0;
53 if ($nr > @vtpms) {
56 @vtpms = () if $nr == 0; # unpack returns an empty string in this case
57 @vtpms = map { join "-", unpack 'a8a4a4a4a12', $_ } @vtpms;
58 print " $_\n" for @vtpms;
A Dvtpm_disk.c178 page->vtpms[vtidx] = vtpm; in create_vtpm()
193 struct mem_vtpm *last = last_pg->vtpms[last_pg->size - 1]; in delete_vtpm()
200 pg->vtpms[vtidx] = last; in delete_vtpm()
203 last_pg->vtpms[last_pg->size - 1] = NULL; in delete_vtpm()
226 struct mem_vtpm *vt = pg->vtpms[k]; in find_vtpm()
A Ddisk_write.c53 memcpy(pt.header[i].uuid, dst->vtpms[i]->uuid, 16); in disk_write_vtpm_page()
54 memcpy(pt.data[i].data, dst->vtpms[i]->data, 64); in disk_write_vtpm_page()
55 pt.header[i].flags = native_be32(dst->vtpms[i]->flags & VTPM_FLAG_DISK_MASK); in disk_write_vtpm_page()
A Dvtpm_disk.h135 struct mem_vtpm *vtpms[VTPMS_PER_SECTOR]; member
A Dvtpm_cmd_handler.c377 if (group->data[i].vtpms[j]->flags & VTPM_FLAG_OPEN) { in vtpmmgr_GroupDel()
386 free(group->data[i].vtpms[j]); in vtpmmgr_GroupDel()
700 memcpy(PACK_BUF, pg->vtpms[j]->uuid, 16); in vtpmmgr_VtpmList()
A Ddisk_read.c42 free(group->data[i].vtpms[j]); in group_free()
232 dst->vtpms[i] = vtpm; in load_verify_vtpm_page()
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_vtpm.c77 libxl_device_vtpm *vtpms; in main_vtpmlist() local
94 if (!(vtpms = libxl_device_vtpm_list(ctx, domid, &nb))) { in main_vtpmlist()
98 if(!libxl_device_vtpm_getinfo(ctx, domid, &vtpms[i], &vtpminfo)) { in main_vtpmlist()
109 libxl_device_vtpm_list_free(vtpms, nb); in main_vtpmlist()
A Dxl_parse.c862 XLU_ConfigList *cpus, *vbds, *nics, *pcis, *cvfbs, *cpuids, *vtpms, in parse_config_data() local
1625 if (!xlu_cfg_get_list(config, "vtpm", &vtpms, 0, 0)) { in parse_config_data()
1627 d_config->vtpms = NULL; in parse_config_data()
1628 while ((buf = xlu_cfg_get_listitem (vtpms, d_config->num_vtpms)) != NULL) { in parse_config_data()
1634 vtpm = ARRAY_EXTEND_INIT(d_config->vtpms, in parse_config_data()
/xen-4.10.0-shim-comet/docs/man/
A Dxen-vtpm.pod.789 logical vtpms on the system. The vTPM Platform Configuration
156 The domU kernel used by domains with vtpms must include the xen-tpmfront.ko
A Dxen-vtpmmgr.pod.7346 logical vtpms on the system. The vTPM Platform Configuration

Completed in 15 milliseconds