|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| struct uacpi_control_method * | method |
| uacpi_object * | args [7] |
| uacpi_object * | locals [8] |
| struct op_context_array | pending_ops |
| struct code_block_array | code_blocks |
| struct temp_namespace_node_array | temp_nodes |
| struct code_block * | last_while |
| uacpi_u64 | prev_while_expiration |
| uacpi_u32 | prev_while_code_offset |
| uacpi_u32 | code_offset |
| struct uacpi_namespace_node * | cur_scope |
| uacpi_u8 | prev_sync_level |
Definition at line 267 of file interpreter.c.
| uacpi_object* call_frame::args[7] |
Definition at line 270 of file interpreter.c.
Referenced by call_frame_clear(), frame_push_args(), and prepare_method_call().
| struct code_block_array call_frame::code_blocks |
Definition at line 274 of file interpreter.c.
Referenced by begin_block_execution(), call_frame_clear(), frame_reset_post_end_block(), frame_setup_base_scope(), peek_next_op(), refresh_ctx_pointers(), and update_scope().
| uacpi_u32 call_frame::code_offset |
Definition at line 280 of file interpreter.c.
Referenced by apply_tracked_pkg(), call_frame_code_bytes_left(), call_frame_cursor(), exec_op(), handle_control_flow(), handle_string(), maybe_end_block(), parse_package_length(), peek_next_op(), and resolve_name_string().
| struct uacpi_namespace_node* call_frame::cur_scope |
Definition at line 282 of file interpreter.c.
Referenced by frame_setup_base_scope(), resolve_name_string(), trace_named_object_lookup_or_creation_failure(), and update_scope().
| struct code_block* call_frame::last_while |
Definition at line 276 of file interpreter.c.
Referenced by begin_block_execution(), frame_reset_post_end_block(), and handle_control_flow().
| uacpi_object* call_frame::locals[8] |
Definition at line 271 of file interpreter.c.
Referenced by call_frame_clear().
| struct uacpi_control_method* call_frame::method |
Definition at line 268 of file interpreter.c.
Referenced by call_frame_clear(), call_frame_code_bytes_left(), call_frame_cursor(), do_install_node_item(), exec_op(), frame_setup_base_scope(), name_string_to_path(), and resolve_name_string().
| struct op_context_array call_frame::pending_ops |
Definition at line 273 of file interpreter.c.
Referenced by call_frame_clear(), exec_op(), method_get_ret_target(), pop_op(), push_op(), and refresh_ctx_pointers().
| uacpi_u8 call_frame::prev_sync_level |
Definition at line 285 of file interpreter.c.
Referenced by enter_method().
| uacpi_u32 call_frame::prev_while_code_offset |
Definition at line 278 of file interpreter.c.
Referenced by begin_block_execution(), and frame_reset_post_end_block().
| uacpi_u64 call_frame::prev_while_expiration |
Definition at line 277 of file interpreter.c.
Referenced by begin_block_execution(), and frame_reset_post_end_block().
| struct temp_namespace_node_array call_frame::temp_nodes |
Definition at line 275 of file interpreter.c.
Referenced by call_frame_clear(), and do_install_node_item().