RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Functions
osl_memory.c File Reference

ACPICA OS Services Layer interfaces. More...

#include <acpi/acpica/acpi.h>
#include <stdint.h>

Functions

void * AcpiOsAllocate (ACPI_SIZE Size)
 
void AcpiOsFree (void *Memory)
 
void * AcpiOsMapMemory (ACPI_PHYSICAL_ADDRESS PhysicalAddress, ACPI_SIZE Length)
 
void AcpiOsUnmapMemory (void *LogicalAddress, ACPI_SIZE Length)
 
ACPI_STATUS AcpiOsGetPhysicalAddress (void *LogicalAddress, ACPI_PHYSICAL_ADDRESS *PhysicalAddress)
 
BOOLEAN AcpiOsReadable (void *Pointer, ACPI_SIZE Length)
 
BOOLEAN AcpiOsWritable (void *Pointer, ACPI_SIZE Length)
 
ACPI_STATUS AcpiOsReadMemory (ACPI_PHYSICAL_ADDRESS Address, UINT64 *Value, UINT32 Width)
 
ACPI_STATUS AcpiOsWriteMemory (ACPI_PHYSICAL_ADDRESS Address, UINT64 Value, UINT32 Width)
 

Detailed Description

ACPICA OS Services Layer interfaces.