|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| uacpi_u8 | pc |
| uacpi_bool | preempted |
| uacpi_u8 | tracked_pkg_idx |
| uacpi_aml_op | switched_from |
| const struct uacpi_op_spec * | op |
| struct item_array | items |
Definition at line 52 of file interpreter.c.
| struct item_array op_context::items |
Definition at line 65 of file interpreter.c.
Referenced by apply_tracked_pkg(), begin_block_execution(), create_named_scope(), exec_op(), frame_push_args(), handle_bcd(), handle_binary_logic(), handle_buffer(), handle_concatenate(), handle_concatenate_res(), handle_copy_object_or_store(), handle_create_buffer_field(), handle_create_field(), handle_create_method(), handle_create_mutex_or_event(), handle_create_named(), handle_event_ctl(), handle_field_read(), handle_firmware_request(), handle_inc_dec(), handle_index(), handle_logical_not(), handle_match(), handle_mid(), handle_mutex_ctl(), handle_notify(), handle_object_type(), handle_package(), handle_ref_or_deref_of(), handle_sizeof(), handle_stall_or_sleep(), handle_timer(), handle_to(), handle_to_string(), method_get_ret_target(), pop_item(), and pop_op().
| const struct uacpi_op_spec* op_context::op |
Definition at line 64 of file interpreter.c.
Referenced by begin_block_execution(), create_named_scope(), exec_op(), handle_arg(), handle_bcd(), handle_binary_logic(), handle_code_block(), handle_control_flow(), handle_copy_object_or_store(), handle_create_buffer_field(), handle_create_field(), handle_create_mutex_or_event(), handle_event_ctl(), handle_field_read(), handle_firmware_request(), handle_inc_dec(), handle_local(), handle_mutex_ctl(), handle_package(), handle_ref_or_deref_of(), handle_stall_or_sleep(), handle_to(), method_get_ret_target(), op_typecheck(), and push_op().
| uacpi_u8 op_context::pc |
Definition at line 53 of file interpreter.c.
Referenced by exec_op().
| uacpi_bool op_context::preempted |
Definition at line 54 of file interpreter.c.
Referenced by exec_op().
| uacpi_aml_op op_context::switched_from |
Definition at line 62 of file interpreter.c.
Referenced by exec_op().
| uacpi_u8 op_context::tracked_pkg_idx |
Definition at line 60 of file interpreter.c.
Referenced by apply_tracked_pkg(), begin_block_execution(), and exec_op().