|
PatchworkOS
|
#include <kernel/acpi/aml/encoding/statement.h>#include <kernel/acpi/aml/debug.h>#include <kernel/acpi/aml/encoding/expression.h>#include <kernel/acpi/aml/encoding/package_length.h>#include <kernel/acpi/aml/encoding/term.h>#include <kernel/acpi/aml/token.h>#include <kernel/log/log.h>#include <errno.h>Go to the source code of this file.
Functions | |
| uint64_t | aml_predicate_read (aml_term_list_ctx_t *ctx, aml_integer_t *out) |
| Reads a Predicate structure from the AML byte stream. | |
| uint64_t | aml_def_else_read (aml_term_list_ctx_t *ctx, bool shouldExecute) |
| Reads a DefElse structure from the AML byte stream. | |
| uint64_t | aml_def_if_else_read (aml_term_list_ctx_t *ctx) |
| Reads an DefIfElse structure from the AML byte stream. | |
| uint64_t | aml_def_noop_read (aml_term_list_ctx_t *ctx) |
| Reads a DefNoop structure from the AML byte stream. | |
| aml_object_t * | aml_arg_object_read (aml_term_list_ctx_t *ctx) |
| Reads an ArgObject structure from the AML byte stream. | |
| uint64_t | aml_def_return_read (aml_term_list_ctx_t *ctx) |
| Reads a DefReturn structure from the AML byte stream. | |
| uint64_t | aml_def_release_read (aml_term_list_ctx_t *ctx) |
| Reads a DefRelease structure from the AML byte stream. | |
| uint64_t | aml_def_break_read (aml_term_list_ctx_t *ctx) |
| Reads a DefBreak structure from the AML byte stream. | |
| uint64_t | aml_def_continue_read (aml_term_list_ctx_t *ctx) |
| Reads a DefContinue structure from the AML byte stream. | |
| uint64_t | aml_def_while_read (aml_term_list_ctx_t *ctx) |
| Reads a DefWhile structure from the AML byte stream. | |
| uint64_t | aml_statement_opcode_read (aml_term_list_ctx_t *ctx) |
| Reads an StatementOpcode structure from the AML byte stream. | |