Home
last modified time | relevance | path

Searched refs:table_entry_size (Results 1 – 1 of 1) sorted by relevance

/xen/xen/drivers/acpi/tables/
A Dtbutils.c308 acpi_native_uint table_entry_size) in acpi_tb_get_root_table_entry() argument
316 if (table_entry_size == sizeof(u32)) { in acpi_tb_get_root_table_entry()
366 acpi_native_uint table_entry_size; in acpi_tb_parse_root_table() local
399 table_entry_size = sizeof(u64); in acpi_tb_parse_root_table()
406 table_entry_size = sizeof(u32); in acpi_tb_parse_root_table()
415 if (table_entry_size == sizeof(u64)) { in acpi_tb_parse_root_table()
419 table_entry_size = sizeof(u32); in acpi_tb_parse_root_table()
461 sizeof(struct acpi_table_header)) / table_entry_size); in acpi_tb_parse_root_table()
496 acpi_tb_get_root_table_entry(table_entry, table_entry_size); in acpi_tb_parse_root_table()
498 table_entry += table_entry_size; in acpi_tb_parse_root_table()

Completed in 2 milliseconds