PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
named.c File Reference
Include dependency graph for named.c:

Go to the source code of this file.

Functions

uint64_t aml_bank_value_read (aml_term_list_ctx_t *ctx, aml_uint_t *out)
 Reads a BankValue structure from the AML byte stream.
 
uint64_t aml_region_space_read (aml_term_list_ctx_t *ctx, aml_region_space_t *out)
 Reads a RegionSpace structure from the AML byte stream.
 
uint64_t aml_region_offset_read (aml_term_list_ctx_t *ctx, aml_uint_t *out)
 Reads a RegionOffset structure from the AML byte stream.
 
uint64_t aml_region_len_read (aml_term_list_ctx_t *ctx, aml_uint_t *out)
 Reads a RegionLen structure from the AML byte stream.
 
uint64_t aml_def_opregion_read (aml_term_list_ctx_t *ctx)
 Reads a DefOpRegion structure from the AML byte stream.
 
uint64_t aml_field_flags_read (aml_term_list_ctx_t *ctx, aml_field_flags_t *out)
 Reads a FieldFlags structure from the AML byte stream.
 
uint64_t aml_name_field_read (aml_term_list_ctx_t *ctx, aml_field_list_ctx_t *fieldCtx)
 Reads a NamedField structure from the AML byte stream.
 
uint64_t aml_reserved_field_read (aml_term_list_ctx_t *ctx, aml_field_list_ctx_t *fieldCtx)
 Reads a ReservedField structure from the AML byte stream.
 
uint64_t aml_field_element_read (aml_term_list_ctx_t *ctx, aml_field_list_ctx_t *fieldCtx)
 Reads a FieldElement structure from the AML byte stream.
 
uint64_t aml_field_list_read (aml_term_list_ctx_t *ctx, aml_field_list_ctx_t *fieldCtx, const uint8_t *end)
 Reads a FieldList structure from the AML byte stream.
 
uint64_t aml_def_field_read (aml_term_list_ctx_t *ctx)
 Reads a DefField structure from the AML byte stream.
 
uint64_t aml_def_index_field_read (aml_term_list_ctx_t *ctx)
 Reads a DefIndexField structure from the AML byte stream.
 
uint64_t aml_def_bank_field_read (aml_term_list_ctx_t *ctx)
 Reads a DefBankField structure from the AML byte stream.
 
uint64_t aml_method_flags_read (aml_term_list_ctx_t *ctx, aml_method_flags_t *out)
 Reads a MethodFlags structure from the AML byte stream.
 
uint64_t aml_def_method_read (aml_term_list_ctx_t *ctx)
 Reads a DefMethod structure from the AML byte stream.
 
uint64_t aml_def_device_read (aml_term_list_ctx_t *ctx)
 Reads a DefDevice structure from the AML byte stream.
 
uint64_t aml_sync_flags_read (aml_term_list_ctx_t *ctx, aml_sync_level_t *out)
 Reads a SyncFlags structure from the AML byte stream.
 
uint64_t aml_def_mutex_read (aml_term_list_ctx_t *ctx)
 Reads a DefMutex structure from the AML byte stream.
 
uint64_t aml_proc_id_read (aml_term_list_ctx_t *ctx, aml_proc_id_t *out)
 Reads a ProcID structure from the AML byte stream. Deprecated in ACPI 6.4 but still supported.
 
uint64_t aml_pblk_addr_read (aml_term_list_ctx_t *ctx, aml_pblk_addr_t *out)
 Reads a PblkAddr structure from the AML byte stream. Deprecated in ACPI 6.4 but still supported.
 
uint64_t aml_pblk_len_read (aml_term_list_ctx_t *ctx, aml_pblk_len_t *out)
 Reads a PblkLen structure from the AML byte stream. Deprecated in ACPI 6.4 but still supported.
 
uint64_t aml_def_processor_read (aml_term_list_ctx_t *ctx)
 Reads a DefProcessor structure from the AML byte stream. Deprecated in ACPI 6.4 but still supported.
 
aml_object_taml_source_buff_read (aml_term_list_ctx_t *ctx)
 Reads a SourceBuff structure from the AML byte stream.
 
uint64_t aml_bit_index_read (aml_term_list_ctx_t *ctx, aml_uint_t *out)
 Reads a BitIndex structure from the AML byte stream.
 
uint64_t aml_byte_index_read (aml_term_list_ctx_t *ctx, aml_uint_t *out)
 Reads a ByteIndex structure from the AML byte stream.
 
uint64_t aml_def_create_bit_field_read (aml_term_list_ctx_t *ctx)
 Reads a DefCreateBitField structure from the AML byte stream.
 
static uint64_t aml_def_create_field_read_helper (aml_term_list_ctx_t *ctx, uint8_t fieldWidth, aml_token_num_t expectedOp)
 
uint64_t aml_def_create_byte_field_read (aml_term_list_ctx_t *ctx)
 Reads a DefCreateByteField structure from the AML byte stream.
 
uint64_t aml_def_create_word_field_read (aml_term_list_ctx_t *ctx)
 Reads a DefCreateWordField structure from the AML byte stream.
 
uint64_t aml_def_create_dword_field_read (aml_term_list_ctx_t *ctx)
 Reads a DefCreateDWordField structure from the AML byte stream.
 
uint64_t aml_def_create_qword_field_read (aml_term_list_ctx_t *ctx)
 Reads a DefCreateQWordField structure from the AML byte stream.
 
uint64_t aml_def_event_read (aml_term_list_ctx_t *ctx)
 Reads a DefEvent structure from the AML byte stream.
 
uint64_t aml_def_thermal_zone_read (aml_term_list_ctx_t *ctx)
 Reads a DefThermalZone structure from the AML byte stream.
 
uint64_t aml_system_level_read (aml_term_list_ctx_t *ctx, aml_system_level_t *out)
 Reads a SystemLevel structure from the AML byte stream.
 
uint64_t aml_resource_order_read (aml_term_list_ctx_t *ctx, aml_resource_order_t *out)
 Reads a ResourceOrder structure from the AML byte stream.
 
uint64_t aml_def_power_res_read (aml_term_list_ctx_t *ctx)
 Reads a DefPowerRes structure from the AML byte stream.
 
uint64_t aml_num_bits_read (aml_term_list_ctx_t *ctx, aml_uint_t *out)
 Reads a NumBits structure from the AML byte stream.
 
uint64_t aml_def_create_field_read (aml_term_list_ctx_t *ctx)
 Reads a DefCreateField structure from the AML byte stream.
 
uint64_t aml_def_data_region_read (aml_term_list_ctx_t *ctx)
 Reads a DefDataRegion structure from the AML byte stream.
 
uint64_t aml_named_obj_read (aml_term_list_ctx_t *ctx)
 Reads a NamedObj structure from the AML byte stream.
 

Function Documentation

◆ aml_def_create_field_read_helper()

static uint64_t aml_def_create_field_read_helper ( aml_term_list_ctx_t ctx,
uint8_t  fieldWidth,
aml_token_num_t  expectedOp 
)
inlinestatic

Definition at line 886 of file named.c.

Here is the call graph for this function:
Here is the caller graph for this function: