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

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)
 
uint64_t 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_parse()

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

Definition at line 24 of file aml.c.

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

◆ aml_init_parse_all()

static uint64_t aml_init_parse_all ( void  )
inlinestatic

Definition at line 62 of file aml.c.

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

Variable Documentation

◆ bigMutex

mutex_t bigMutex
static

Definition at line 22 of file aml.c.