Searched refs:mem_vtpm (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | vtpm_disk.h | 104 struct mem_vtpm { struct 135 struct mem_vtpm *vtpms[VTPMS_PER_SECTOR]; 227 int vtpm_sync(struct mem_group *group, struct mem_vtpm *vtpm); 229 int create_vtpm(struct mem_group *group, struct mem_vtpm **vtpmp, const uuid_t uuid); 230 int delete_vtpm(struct mem_group *group, struct mem_vtpm *vtpm); 231 int find_vtpm(struct mem_group **groupp, struct mem_vtpm **vtpmp, const uuid_t uuid);
|
A D | vtpm_disk.c | 142 static struct mem_vtpm_page* find_mem_vtpm_page(struct mem_group *group, struct mem_vtpm *vtpm) in find_mem_vtpm_page() 148 int vtpm_sync(struct mem_group *group, struct mem_vtpm *vtpm) in vtpm_sync() 159 int create_vtpm(struct mem_group *group, struct mem_vtpm **vtpmp, const uuid_t uuid) in create_vtpm() 163 struct mem_vtpm *vtpm = calloc(1, sizeof(*vtpm)); in create_vtpm() 189 int delete_vtpm(struct mem_group *group, struct mem_vtpm *vtpm) in delete_vtpm() 193 struct mem_vtpm *last = last_pg->vtpms[last_pg->size - 1]; in delete_vtpm() 214 int find_vtpm(struct mem_group **groupp, struct mem_vtpm **vtpmp, const uuid_t uuid) in find_vtpm() 226 struct mem_vtpm *vt = pg->vtpms[k]; in find_vtpm()
|
A D | vtpmmgr.h | 88 struct mem_vtpm *vtpm;
|
A D | vtpm_cmd_handler.c | 715 struct mem_vtpm *vtpm; in vtpmmgr_VtpmNew() 745 struct mem_vtpm *vtpm; in vtpmmgr_VtpmDel()
|
A D | disk_read.c | 231 struct mem_vtpm *vtpm = calloc(1, sizeof(*vtpm)); in load_verify_vtpm_page()
|
Completed in 10 milliseconds