|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| uacpi_object * | ret |
| struct call_frame_array | call_stack |
| struct held_mutexes_array | held_mutexes |
| struct call_frame * | cur_frame |
| struct code_block * | cur_block |
| const struct uacpi_op_spec * | cur_op |
| struct op_context * | prev_op_ctx |
| struct op_context * | cur_op_ctx |
| uacpi_u8 | sync_level |
Definition at line 323 of file interpreter.c.
| struct call_frame_array execution_context::call_stack |
Definition at line 325 of file interpreter.c.
| struct code_block* execution_context::cur_block |
Definition at line 329 of file interpreter.c.
| struct call_frame* execution_context::cur_frame |
Definition at line 328 of file interpreter.c.
| const struct uacpi_op_spec* execution_context::cur_op |
Definition at line 330 of file interpreter.c.
| struct op_context* execution_context::cur_op_ctx |
Definition at line 332 of file interpreter.c.
| struct held_mutexes_array execution_context::held_mutexes |
Definition at line 326 of file interpreter.c.
| struct op_context* execution_context::prev_op_ctx |
Definition at line 331 of file interpreter.c.
| uacpi_object* execution_context::ret |
Definition at line 324 of file interpreter.c.
| uacpi_u8 execution_context::sync_level |
Definition at line 334 of file interpreter.c.