OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_has_4k_cache
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
cpu-features.h
42
#ifndef
cpu_has_4k_cache
44
#define
cpu_has_4k_cache
(cpu_data[0].options & MIPS_CPU_4K_CACHE)
macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
cpu-features.h
42
#ifndef
cpu_has_4k_cache
44
#define
cpu_has_4k_cache
(cpu_data[0].options & MIPS_CPU_4K_CACHE)
macro
/external/kernel-headers/original/asm-mips/
cpu-features.h
35
#ifndef
cpu_has_4k_cache
36
#define
cpu_has_4k_cache
(cpu_data[0].options & MIPS_CPU_4K_CACHE)
macro
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cpu-features.h
42
#ifndef
cpu_has_4k_cache
44
#define
cpu_has_4k_cache
(cpu_data[0].options & MIPS_CPU_4K_CACHE)
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cpu-features.h
42
#ifndef
cpu_has_4k_cache
44
#define
cpu_has_4k_cache
(cpu_data[0].options & MIPS_CPU_4K_CACHE)
macro
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cpu-features.h
42
#ifndef
cpu_has_4k_cache
44
#define
cpu_has_4k_cache
(cpu_data[0].options & MIPS_CPU_4K_CACHE)
macro
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cpu-features.h
42
#ifndef
cpu_has_4k_cache
44
#define
cpu_has_4k_cache
(cpu_data[0].options & MIPS_CPU_4K_CACHE)
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cpu-features.h
42
#ifndef
cpu_has_4k_cache
44
#define
cpu_has_4k_cache
(cpu_data[0].options & MIPS_CPU_4K_CACHE)
macro
Completed in 473 milliseconds