repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git]
/
arch
/
nds32
/
include
/
asm
/
cache_info.h
blob
38ec458ba54310776e80190530af2540949c16de
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
};