OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIPS_CPU_4K_CACHE
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
cpu-features.h
44
#define cpu_has_4k_cache (cpu_data[0].options &
MIPS_CPU_4K_CACHE
)
cpu.h
164
#define
MIPS_CPU_4K_CACHE
0x00000008
/development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-features.h
44
#define cpu_has_4k_cache (cpu_data[0].options &
MIPS_CPU_4K_CACHE
)
cpu.h
164
#define
MIPS_CPU_4K_CACHE
0x00000008
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
cpu-features.h
44
#define cpu_has_4k_cache (cpu_data[0].options &
MIPS_CPU_4K_CACHE
)
cpu.h
164
#define
MIPS_CPU_4K_CACHE
0x00000008
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
cpu-features.h
44
#define cpu_has_4k_cache (cpu_data[0].options &
MIPS_CPU_4K_CACHE
)
cpu.h
164
#define
MIPS_CPU_4K_CACHE
0x00000008
/external/kernel-headers/original/asm-mips/
cpu-features.h
36
#define cpu_has_4k_cache (cpu_data[0].options &
MIPS_CPU_4K_CACHE
)
cpu.h
236
#define
MIPS_CPU_4K_CACHE
0x00000008 /* R4000-style caches */
Completed in 2641 milliseconds