Searched refs:viot (Results 1 – 3 of 3) sorted by relevance
52 static struct acpi_table_viot *viot; variable61 start = ACPI_ADD_PTR(struct acpi_viot_header, viot, in viot_check_bounds()62 max_t(size_t, sizeof(*viot), viot->node_offset)); in viot_check_bounds()63 end = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->header.length); in viot_check_bounds()132 viot, offset); in viot_get_iommu()293 viot = (void *)hdr; in acpi_viot_init()295 node = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->node_offset); in acpi_viot_init()296 for (i = 0; i < viot->node_count; i++) { in acpi_viot_init()
128 obj-$(CONFIG_ACPI_VIOT) += viot.o
383 F: drivers/acpi/viot.c