ReactOS 0.4.16-dev-1946-g52006dd
execution_context Struct Reference
Collaboration diagram for execution_context:

Public Attributes

uacpi_objectret
 
struct call_frame_array call_stack
 
struct held_mutexes_array held_mutexes
 
struct call_framecur_frame
 
struct code_blockcur_block
 
const struct uacpi_op_speccur_op
 
struct op_contextprev_op_ctx
 
struct op_contextcur_op_ctx
 
uacpi_u8 sync_level
 

Detailed Description

Definition at line 323 of file interpreter.c.

Member Data Documentation

◆ call_stack

struct call_frame_array execution_context::call_stack

Definition at line 325 of file interpreter.c.

◆ cur_block

struct code_block* execution_context::cur_block

Definition at line 329 of file interpreter.c.

◆ cur_frame

struct call_frame* execution_context::cur_frame

Definition at line 328 of file interpreter.c.

◆ cur_op

const struct uacpi_op_spec* execution_context::cur_op

Definition at line 330 of file interpreter.c.

◆ cur_op_ctx

struct op_context* execution_context::cur_op_ctx

Definition at line 332 of file interpreter.c.

◆ held_mutexes

struct held_mutexes_array execution_context::held_mutexes

Definition at line 326 of file interpreter.c.

◆ prev_op_ctx

struct op_context* execution_context::prev_op_ctx

Definition at line 331 of file interpreter.c.

◆ ret

uacpi_object* execution_context::ret

Definition at line 324 of file interpreter.c.

◆ sync_level

uacpi_u8 execution_context::sync_level

Definition at line 334 of file interpreter.c.


The documentation for this struct was generated from the following file: