diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2017-08-01 07:53:27 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2017-08-30 19:21:34 +0300 |
commit | ae0b63d97d8efc377cc5b161abccc6e3586b206f (patch) | |
tree | f5801402c10f940401b458bb6436ab0a0f15fe35 /arch/arc/include | |
parent | 9f82e90a6668e522c7fd0e0322c52d86f29b624d (diff) | |
download | linux-ae0b63d97d8efc377cc5b161abccc6e3586b206f.tar.xz |
ARCv2: SLC: provide a line based flush routine for debugging
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include')
-rw-r--r-- | arch/arc/include/asm/cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/include/asm/cache.h b/arch/arc/include/asm/cache.h index 6349af790c65..8486f328cc5d 100644 --- a/arch/arc/include/asm/cache.h +++ b/arch/arc/include/asm/cache.h @@ -96,6 +96,8 @@ extern unsigned long perip_base, perip_end; #define ARC_REG_SLC_CTRL 0x903 #define ARC_REG_SLC_FLUSH 0x904 #define ARC_REG_SLC_INVALIDATE 0x905 +#define ARC_AUX_SLC_IVDL 0x910 +#define ARC_AUX_SLC_FLDL 0x912 #define ARC_REG_SLC_RGN_START 0x914 #define ARC_REG_SLC_RGN_START1 0x915 #define ARC_REG_SLC_RGN_END 0x916 |