OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cacheid_vivt
(Results
26 - 28
of
28
) sorted by null
1
2
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
cacheflush.h
94
#define
__cacheid_vivt
(val) ((val & (15 << 25)) != (14 << 25))
macro
99
#define cache_is_vivt() ({ unsigned int __val = read_cpuid(CPUID_CACHETYPE); (!__cacheid_present(__val)) ||
__cacheid_vivt
(__val); })
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
cacheflush.h
94
#define
__cacheid_vivt
(val) ((val & (15 << 25)) != (14 << 25))
macro
99
#define cache_is_vivt() ({ unsigned int __val = read_cpuid(CPUID_CACHETYPE); (!__cacheid_present(__val)) ||
__cacheid_vivt
(__val); })
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
cacheflush.h
94
#define
__cacheid_vivt
(val) ((val & (15 << 25)) != (14 << 25))
macro
99
#define cache_is_vivt() ({ unsigned int __val = read_cpuid(CPUID_CACHETYPE); (!__cacheid_present(__val)) ||
__cacheid_vivt
(__val); })
Completed in 55 milliseconds
1
2