Searched refs:acpi_viot_header (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/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() 282 struct acpi_viot_header *node; in acpi_viot_init() 296 node = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->node_offset); in acpi_viot_init() 301 node = ACPI_ADD_PTR(struct acpi_viot_header, node, in acpi_viot_init()
|
/linux-5.19.10/include/acpi/ |
D | actbl3.h | 509 struct acpi_viot_header { struct 528 struct acpi_viot_header header; argument 539 struct acpi_viot_header header; 547 struct acpi_viot_header header; 554 struct acpi_viot_header header;
|