Searched refs:acpi_viot_header (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/acpi/ |
A D | viot.c | 57 static int __init viot_check_bounds(const struct acpi_viot_header *hdr) in viot_check_bounds() 59 struct acpi_viot_header *start, *end, *hdr_end; in viot_check_bounds() 61 start = ACPI_ADD_PTR(struct acpi_viot_header, viot, in viot_check_bounds() 63 end = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->header.length); in viot_check_bounds() 64 hdr_end = ACPI_ADD_PTR(struct acpi_viot_header, hdr, sizeof(*hdr)); in viot_check_bounds() 131 struct acpi_viot_header *hdr = ACPI_ADD_PTR(struct acpi_viot_header, in viot_get_iommu() 179 static int __init viot_parse_node(const struct acpi_viot_header *hdr) in viot_parse_node() 281 struct acpi_viot_header *node; in acpi_viot_init() 295 node = ACPI_ADD_PTR(struct acpi_viot_header, viot, viot->node_offset); in acpi_viot_init() 300 node = ACPI_ADD_PTR(struct acpi_viot_header, node, in acpi_viot_init()
|
/linux-6.3-rc2/include/acpi/ |
A D | actbl3.h | 510 struct acpi_viot_header { struct 529 struct acpi_viot_header header; argument 540 struct acpi_viot_header header; 548 struct acpi_viot_header header; 555 struct acpi_viot_header header;
|
Completed in 7 milliseconds