|
SimpleKernel 1.17.0
|

Go to the source code of this file.
Functions | |
| TEST (DmaRegionTest, DefaultConstructedIsInvalid) | |
| TEST (DmaRegionTest, ValidRegion) | |
| TEST (DmaRegionTest, NullVirtIsInvalid) | |
| TEST (DmaRegionTest, ZeroSizeIsInvalid) | |
| TEST (DmaRegionTest, SubRegionSuccess) | |
| TEST (DmaRegionTest, SubRegionOutOfBoundsFails) | |
| TEST (DmaRegionTest, SubRegionExactBoundarySucceeds) | |
| TEST (DmaRegionTest, IdentityVirtToPhys) | |
| TEST | ( | DmaRegionTest | , |
| DefaultConstructedIsInvalid | |||
| ) |
Definition at line 11 of file dma_region_test.cpp.
| TEST | ( | DmaRegionTest | , |
| IdentityVirtToPhys | |||
| ) |
Definition at line 77 of file dma_region_test.cpp.

| TEST | ( | DmaRegionTest | , |
| NullVirtIsInvalid | |||
| ) |
Definition at line 32 of file dma_region_test.cpp.
| TEST | ( | DmaRegionTest | , |
| SubRegionExactBoundarySucceeds | |||
| ) |
Definition at line 68 of file dma_region_test.cpp.
| TEST | ( | DmaRegionTest | , |
| SubRegionOutOfBoundsFails | |||
| ) |
Definition at line 59 of file dma_region_test.cpp.
| TEST | ( | DmaRegionTest | , |
| SubRegionSuccess | |||
| ) |
Definition at line 43 of file dma_region_test.cpp.
| TEST | ( | DmaRegionTest | , |
| ValidRegion | |||
| ) |
Definition at line 19 of file dma_region_test.cpp.
| TEST | ( | DmaRegionTest | , |
| ZeroSizeIsInvalid | |||
| ) |
Definition at line 37 of file dma_region_test.cpp.