Searched defs:action_table (Results 1 - 3 of 3) sorted by relevance

/drivers/acpi/apei/
H A Dapei-internal.h33 struct acpi_whea_header *action_table; member in struct:apei_exec_context
40 struct acpi_whea_header *action_table,
H A Dapei-base.c59 struct acpi_whea_header *action_table,
64 ctx->action_table = action_table;
179 entry = &ctx->action_table[i];
221 entry = ctx->action_table + i;
56 apei_exec_ctx_init(struct apei_exec_context *ctx, struct apei_exec_ins_type *ins_table, u32 instructions, struct acpi_whea_header *action_table, u32 entries) argument
/drivers/misc/altera-stapl/
H A Daltera.c230 u32 action_table = 0L; local
286 action_table = get_unaligned_be32(&p[4]);
452 name_id = get_unaligned_be32(&p[action_table +
460 get_unaligned_be32(&p[action_table +
2343 u32 action_table = 0L; local
2363 action_table = get_unaligned_be32(&p[4]);
2373 act_name_id = get_unaligned_be32(&p[action_table + (12 * index)]);
2374 act_desc_id = get_unaligned_be32(&p[action_table + (12 * index) + 4]);
2375 act_proc_id = get_unaligned_be32(&p[action_table + (12 * index) + 8]);

Completed in 76 milliseconds