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

/linux-4.4.14/drivers/acpi/acpica/
H A Dtbutils.c53 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size);
187 * PARAMETERS: table_entry - Pointer to the RSDT/XSDT table entry
201 acpi_tb_get_root_table_entry(u8 *table_entry, u32 table_entry_size) acpi_tb_get_root_table_entry() argument
215 (*ACPI_CAST_PTR(u32, table_entry))); acpi_tb_get_root_table_entry()
222 ACPI_MOVE_64_TO_64(&address64, table_entry); acpi_tb_get_root_table_entry()
265 u8 *table_entry; acpi_tb_parse_root_table() local
346 table_entry = ACPI_ADD_PTR(u8, table, sizeof(struct acpi_table_header)); acpi_tb_parse_root_table()
355 acpi_tb_get_root_table_entry(table_entry, table_entry_size); acpi_tb_parse_root_table()
378 table_entry += table_entry_size; acpi_tb_parse_root_table()
/linux-4.4.14/tools/perf/util/
H A Dunwind-libunwind.c210 struct table_entry { struct
350 di.u.rti.table_len = fde_count * sizeof(struct table_entry) find_proc_info()

Completed in 106 milliseconds