Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/acpi/acpica/
Dtbutils.c19 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size);
166 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size) in acpi_tb_get_root_table_entry() argument
180 (*ACPI_CAST_PTR(u32, table_entry))); in acpi_tb_get_root_table_entry()
187 ACPI_MOVE_64_TO_64(&address64, table_entry); in acpi_tb_get_root_table_entry()
231 u8 *table_entry; in acpi_tb_parse_root_table() local
312 table_entry = ACPI_ADD_PTR(u8, table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
321 acpi_tb_get_root_table_entry(table_entry, table_entry_size); in acpi_tb_parse_root_table()
344 table_entry += table_entry_size; in acpi_tb_parse_root_table()
/Linux-v4.19/tools/perf/util/
Dunwind-libunwind-local.c217 struct table_entry { struct
397 di.u.rti.table_len = fde_count * sizeof(struct table_entry) in find_proc_info()