added couple of PAL proc related constants

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3201 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vprabhal 2007-07-12 00:05:46 +00:00
parent 898d4ac23b
commit 2b5f1d9fb9
1 changed files with 11 additions and 2 deletions

View File

@ -30,8 +30,10 @@
//
// Bitmask of Opearation of PAL_CACHE_FLUSH.
//
#define PAL_CACHE_FLUSH_INVIDED_LINES BIT0
#define PAL_CACHE_FLUSH_PROBE_INTERRUPT BIT1
#define PAL_CACHE_FLUSH_INVALIDATE_LINES BIT0
#define PAL_CACHE_FLUSH_NO_INVALIDATE_LINES 0
#define PAL_CACHE_FLUSH_POLL_INTERRUPT BIT1
#define PAL_CACHE_FLUSH_NO_INTERRUPT 0
/**
@ -186,6 +188,13 @@ typedef struct {
//
#define PAL_CACHE_INIT_ALL 0xffffffffffffffffULL
//
// CacheType
//
#define PAL_CACHE_INIT_TYPE_INSTRUCTION 0x1
#define PAL_CACHE_INIT_TYPE_DATA 0x2
#define PAL_CACHE_INIT_TYPE_INSTRUCTION_AND_DATA 0x3
//
// Restrict of PAL_CACHE_INIT.
//