|
PatchworkOS
|
Data for an operation region object. More...
#include <object.h>
Data Fields | |
| AML_OBJECT_COMMON_HEADER | |
| aml_region_space_t | space |
| uintptr_t | offset |
| uint32_t | length |
| uint32_t aml_opregion_obj_t::length |
Definition at line 327 of file object.h.
Referenced by aml_object_to_string().
| uintptr_t aml_opregion_obj_t::offset |
Definition at line 326 of file object.h.
Referenced by aml_generic_field_read_at(), aml_generic_field_write_at(), and aml_object_to_string().
| aml_region_space_t aml_opregion_obj_t::space |
Definition at line 325 of file object.h.
Referenced by aml_field_unit_access(), aml_object_to_string(), aml_opregion_read(), and aml_opregion_write().