Home
last modified time | relevance | path

Searched refs:nr_handles (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_client.c69 unsigned int nr_handles; member
578 node->nr_handles = nr_grefs; in xenbus_map_ring_valloc_hvm()
709 node->nr_handles = nr_grefs; in xenbus_map_ring_valloc_pv()
755 for (i = 0; i < node->nr_handles; i++) { in xenbus_unmap_ring_vfree_pv()
771 for (i = 0; i < node->nr_handles; i++) { in xenbus_unmap_ring_vfree_pv()
786 node->pv.area, node->nr_handles); in xenbus_unmap_ring_vfree_pv()
844 nr_pages = XENBUS_PAGES(node->nr_handles); in xenbus_unmap_ring_vfree_hvm()
846 gnttab_foreach_grant(node->hvm.pages, node->nr_handles, in xenbus_unmap_ring_vfree_hvm()
850 rv = xenbus_unmap_ring(dev, node->handles, node->nr_handles, in xenbus_unmap_ring_vfree_hvm()
875 grant_handle_t *handles, unsigned int nr_handles, in xenbus_unmap_ring() argument
[all …]
/Linux-v4.19/drivers/char/tpm/
Dtpm2-space.c244 unsigned int nr_handles; in tpm2_map_command() local
254 nr_handles = (attrs >> TPM2_CC_ATTR_CHANDLES) & GENMASK(2, 0); in tpm2_map_command()
257 for (i = 0; i < nr_handles; i++, handle++) { in tpm2_map_command()
Dtpm-interface.c339 unsigned int nr_handles; in tpm_validate_command() local
358 nr_handles = in tpm_validate_command()
360 if (len < TPM_HEADER_SIZE + 4 * nr_handles) in tpm_validate_command()
/Linux-v4.19/include/xen/
Dxenbus.h215 grant_handle_t *handles, unsigned int nr_handles,