Home
last modified time | relevance | path

Searched defs:cache_desc (Results 1 – 2 of 2) sorted by relevance

/linux/arch/openrisc/include/asm/
H A Dcpuinfo.h21 struct cache_desc { struct
31 struct cache_desc icache; argument
/linux/arch/loongarch/include/asm/
H A Dcpu-info.h23 struct cache_desc { struct
24 unsigned char type;
25 unsigned char level;
26 unsigned short sets; /* Number of lines per set */
27 unsigned char ways; /* Number of ways */
28 unsigned char linesz; /* Size of line in bytes */
29 unsigned char flags; /* Flags describing cache properties */