Linux Kernel
3.7.1
|
#include <asm/asm.h>
#include <asm/cacheops.h>
#include <asm/cpu-features.h>
#include <asm/mipsmtregs.h>
Go to the source code of this file.
Macros | |
#define | INDEX_BASE CKSEG0 |
#define | cache_op(op, addr) |
#define | __iflush_prologue { |
#define | __iflush_epilogue } |
#define | __dflush_prologue { |
#define | __dflush_epilogue } |
#define | __inv_dflush_prologue { |
#define | __inv_dflush_epilogue } |
#define | __sflush_prologue { |
#define | __sflush_epilogue } |
#define | __inv_sflush_prologue { |
#define | __inv_sflush_epilogue } |
#define | protected_cache_op(op, addr) |
#define | cache16_unroll32(base, op) |
#define | cache32_unroll32(base, op) |
#define | cache64_unroll32(base, op) |
#define | cache128_unroll32(base, op) |
#define | __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize) |
#define | __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot) |
#define __BUILD_BLAST_CACHE | ( | pfx, | |
desc, | |||
indexop, | |||
hitop, | |||
lsize | |||
) |
Definition at line 343 of file r4kcache.h.
#define __BUILD_BLAST_CACHE_RANGE | ( | pfx, | |
desc, | |||
hitop, | |||
prot | |||
) |
Definition at line 415 of file r4kcache.h.
#define __dflush_epilogue } |
Definition at line 133 of file r4kcache.h.
#define __dflush_prologue { |
Definition at line 132 of file r4kcache.h.
#define __iflush_epilogue } |
Definition at line 131 of file r4kcache.h.
#define __iflush_prologue { |
Definition at line 130 of file r4kcache.h.
#define __inv_dflush_epilogue } |
Definition at line 135 of file r4kcache.h.
#define __inv_dflush_prologue { |
Definition at line 134 of file r4kcache.h.
#define __inv_sflush_epilogue } |
Definition at line 139 of file r4kcache.h.
#define __inv_sflush_prologue { |
Definition at line 138 of file r4kcache.h.
#define __sflush_epilogue } |
Definition at line 137 of file r4kcache.h.
#define __sflush_prologue { |
Definition at line 136 of file r4kcache.h.
Definition at line 316 of file r4kcache.h.
Definition at line 238 of file r4kcache.h.
Definition at line 264 of file r4kcache.h.
Definition at line 290 of file r4kcache.h.
Definition at line 33 of file r4kcache.h.
#define INDEX_BASE CKSEG0 |
Definition at line 31 of file r4kcache.h.