#include <asm/asi.h>
#include <asm/mxcc.h>
#include <asm/pgtsrmmu.h>
Go to the source code of this file.
#define VIKING_ACENABLE 0x00008000 /* Enable alternate caching */ |
#define VIKING_ACTION_MIX 0x00001000 /* Enable multiple instructions */ |
#define VIKING_BMODE 0x00002000 |
#define VIKING_DCENABLE 0x00000100 /* Enable data cache */ |
#define VIKING_DPENABLE 0x00040000 /* Enable the data prefetcher */ |
#define VIKING_ICENABLE 0x00000200 /* Enable instruction cache */ |
#define VIKING_MMODE 0x00000800 /* MBUS mode */ |
#define VIKING_MMUENABLE 0x00000001 |
#define VIKING_NOFAULT 0x00000002 |
#define VIKING_PCENABLE 0x00001000 /* Enable parity checking */ |
#define VIKING_PSO 0x00000080 |
#define VIKING_PTAG_DIRTY 0x00010000 /* Block has been modified */ |
#define VIKING_PTAG_SHARED 0x00000100 /* Shared with some other cache */ |
#define VIKING_PTAG_VALID 0x01000000 /* Cache block is valid */ |
#define VIKING_SBENABLE 0x00000400 /* Enable store buffer */ |
#define VIKING_SPENABLE 0x00004000 /* Enable bus cache snooping */ |
#define VIKING_TCENABLE 0x00010000 /* Enable table-walks to be cached */ |