NeKernel dev
Loading...
Searching...
No Matches
DmaPool.h File Reference

Go to the source code of this file.

Namespaces

namespace  Kernel
 UPS inline definitions.

Macros

#define kNeDMABestAlign   (8)

Functions

VoidPtr Kernel::rtl_dma_alloc (SizeT size, SizeT align)
 allocate from the rtl_dma_alloc system.
Void Kernel::rtl_dma_free (SizeT size)
 Free DMA pointer.
Void Kernel::rtl_dma_flush (VoidPtr ptr, SizeT size_buffer)
 Flush DMA pointer.

Variables

UInt8Kernel::kDmaPoolPtr = (UInt8*) kNeDMAPoolStart
 DMA pool base pointer, here we're sure that AHCI or whatever tricky standard sees it.
const UInt8Kernel::kDmaPoolEnd = (UInt8*) (kNeDMAPoolStart + kNeDMAPoolSize)

Macro Definition Documentation

◆ kNeDMABestAlign

#define kNeDMABestAlign   (8)