Searched refs:acpi_viot_header (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/acpi/ |
| D | viot.c | 58 static int __init viot_check_bounds(const struct acpi_viot_header *hdr) in viot_check_bounds() 60 struct acpi_viot_header *start, *end, *hdr_end; in viot_check_bounds() 62 start = ACPI_ADD_PTR(struct acpi_viot_header, viot, in viot_check_bounds() 64 end = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->header.length); in viot_check_bounds() 65 hdr_end = ACPI_ADD_PTR(struct acpi_viot_header, hdr, sizeof(*hdr)); in viot_check_bounds() 132 struct acpi_viot_header *hdr = ACPI_ADD_PTR(struct acpi_viot_header, in viot_get_iommu() 180 static int __init viot_parse_node(const struct acpi_viot_header *hdr) in viot_parse_node() 262 struct acpi_viot_header *node; in acpi_viot_init() 276 node = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->node_offset); in acpi_viot_init() 281 node = ACPI_ADD_PTR(struct acpi_viot_header, node, in acpi_viot_init()
|
| /Linux-v5.15/include/acpi/ |
| D | actbl3.h | 504 struct acpi_viot_header { struct 523 struct acpi_viot_header header; argument 534 struct acpi_viot_header header; 542 struct acpi_viot_header header; 549 struct acpi_viot_header header;
|