Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/acpica/
Dtbutils.c53 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size);
224 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size) in acpi_tb_get_root_table_entry() argument
238 (*ACPI_CAST_PTR(u32, table_entry))); in acpi_tb_get_root_table_entry()
245 ACPI_MOVE_64_TO_64(&address64, table_entry); in acpi_tb_get_root_table_entry()
288 u8 *table_entry; in acpi_tb_parse_root_table() local
369 table_entry = ACPI_ADD_PTR(u8, table, sizeof(struct acpi_table_header)); in acpi_tb_parse_root_table()
385 acpi_tb_get_root_table_entry(table_entry, table_entry_size); in acpi_tb_parse_root_table()
407 table_entry += table_entry_size; in acpi_tb_parse_root_table()
/linux-4.1.27/tools/perf/util/
Dunwind-libunwind.c210 struct table_entry { struct
347 di.u.rti.table_len = fde_count * sizeof(struct table_entry) in find_proc_info()