Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/acpi/acpica/
A Ddswstate.c72 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_pop()
156 index = (u32)walk_state->result_count % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_push()
191 if (((u32) walk_state->result_size + ACPI_RESULTS_FRAME_OBJ_NUM) > in acpi_ds_result_stack_push()
208 walk_state->result_size += ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_stack_push()
243 if (walk_state->result_size < ACPI_RESULTS_FRAME_OBJ_NUM) { in acpi_ds_result_stack_pop()
253 walk_state->result_size -= ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_ds_result_stack_pop()
A Ddbdisply.c530 index = (result_count - 1) % ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_db_display_results()
539 index = ACPI_RESULTS_FRAME_OBJ_NUM; in acpi_db_display_results()
A Daclocal.h633 union acpi_operand_object *obj_desc[ACPI_RESULTS_FRAME_OBJ_NUM];
/linux-6.3-rc2/include/acpi/
A Dacconfig.h140 #define ACPI_RESULTS_FRAME_OBJ_NUM 8 macro

Completed in 12 milliseconds