coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mmu_operations.h File Reference
#include <arch/mmu.h>
Include dependency graph for mmu_operations.h:

Go to the source code of this file.

Enumerations

enum  { DEV_MEM = MA_DEV | MA_S | MA_RW , CACHED_MEM = MA_MEM | MA_NS | MA_RW , SECURE_MEM = MA_MEM | MA_S | MA_RW , UNCACHED_MEM = MA_MEM | MA_NS | MA_RW | MA_MEM_NC }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DEV_MEM 
CACHED_MEM 
SECURE_MEM 
UNCACHED_MEM 

Definition at line 8 of file mmu_operations.h.