repo.or.cz
/
linux-2.6
/
linux-2.6-arm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'mips_fixes_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
[linux-2.6/linux-2.6-arm.git]
/
arch
/
nds32
/
include
/
asm
/
cache_info.h
blob
e89d8078f3a66f2166d8d73e7b669d56d86b86aa
1
/* SPDX-License-Identifier: GPL-2.0 */
2
// Copyright (C) 2005-2017 Andes Technology Corporation
3
4
struct
cache_info
{
5
unsigned char
ways
;
6
unsigned char
line_size
;
7
unsigned short
sets
;
8
unsigned short
size
;
9
#if defined(CONFIG_CPU_CACHE_ALIASING)
10
unsigned short
aliasing_num
;
11
unsigned int
aliasing_mask
;
12
#endif
13
};