OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_desc
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
cpu-info.h
22
struct
cache_desc
{
struct
52
struct
cache_desc
icache;
54
struct
cache_desc
dcache;
55
struct
cache_desc
scache;
56
struct
cache_desc
tcache;
/development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-info.h
22
struct
cache_desc
{
struct
52
struct
cache_desc
icache;
54
struct
cache_desc
dcache;
55
struct
cache_desc
scache;
56
struct
cache_desc
tcache;
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h
22
struct
cache_desc
{
struct
52
struct
cache_desc
icache;
54
struct
cache_desc
dcache;
55
struct
cache_desc
scache;
56
struct
cache_desc
tcache;
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h
22
struct
cache_desc
{
struct
52
struct
cache_desc
icache;
54
struct
cache_desc
dcache;
55
struct
cache_desc
scache;
56
struct
cache_desc
tcache;
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cpu-info.h
22
struct
cache_desc
{
struct
52
struct
cache_desc
icache;
54
struct
cache_desc
dcache;
55
struct
cache_desc
scache;
56
struct
cache_desc
tcache;
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cpu-info.h
22
struct
cache_desc
{
struct
52
struct
cache_desc
icache;
54
struct
cache_desc
dcache;
55
struct
cache_desc
scache;
56
struct
cache_desc
tcache;
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cpu-info.h
22
struct
cache_desc
{
struct
52
struct
cache_desc
icache;
54
struct
cache_desc
dcache;
55
struct
cache_desc
scache;
56
struct
cache_desc
tcache;
/external/kernel-headers/original/asm-mips/
cpu-info.h
20
struct
cache_desc
{
struct
53
struct
cache_desc
icache; /* Primary I-cache */
54
struct
cache_desc
dcache; /* Primary D or combined I/D cache */
55
struct
cache_desc
scache; /* Secondary cache */
56
struct
cache_desc
tcache; /* Tertiary/split secondary cache */
Completed in 952 milliseconds