Searched refs:viot (Results 1 – 2 of 2) sorted by relevance
53 static struct acpi_table_viot *viot; variable62 start = ACPI_ADD_PTR(struct acpi_viot_header, viot, in viot_check_bounds()63 max_t(size_t, sizeof(*viot), viot->node_offset)); in viot_check_bounds()64 end = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->header.length); in viot_check_bounds()133 viot, offset); in viot_get_iommu()274 viot = (void *)hdr; in acpi_viot_init()276 node = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->node_offset); in acpi_viot_init()277 for (i = 0; i < viot->node_count; i++) { in acpi_viot_init()
438 F: drivers/acpi/viot.c