PatchworkOS
Loading...
Searching...
No Matches
aml.c File Reference

Go to the source code of this file.

Functions

static uint64_t aml_parse (const uint8_t *start, const uint8_t *end)
 
static uint64_t aml_init_parse_all (void)
 
void aml_init (void)
 Initialize the AML subsystem.
 
mutex_taml_big_mutex_get (void)
 Get the mutex for the entire AML subsystem.
 

Variables

static mutex_t bigMutex
 

Function Documentation

◆ aml_init_parse_all()

static uint64_t aml_init_parse_all ( void  )
inlinestatic

◆ aml_parse()

static uint64_t aml_parse ( const uint8_t start,
const uint8_t end 
)
inlinestatic

Variable Documentation

◆ bigMutex

mutex_t bigMutex
static

Definition at line 22 of file aml.c.

Referenced by aml_big_mutex_get(), and aml_init().