OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SMP_CACHE_BYTES
(Results
1 - 25
of
56
) sorted by null
1
2
3
/bionic/libc/kernel/arch-mips/asm/
cache.h
26
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
/development/ndk/platforms/android-9/arch-mips/include/asm/
cache.h
26
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
/external/kernel-headers/original/asm-mips/
cache.h
18
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cache.h
26
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cache.h
26
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
cache.h
26
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
cache.h
26
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
cache.h
26
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
/external/oprofile/module/
op_cache.h
21
#ifndef
SMP_CACHE_BYTES
22
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
27
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
35
__attribute__((__aligned__(
SMP_CACHE_BYTES
), \
/bionic/libc/kernel/common/linux/
cache.h
27
#ifndef
SMP_CACHE_BYTES
29
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
36
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
44
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/development/ndk/platforms/android-3/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/external/kernel-headers/original/linux/
cache.h
11
#ifndef
SMP_CACHE_BYTES
12
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
20
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
33
__attribute__((__aligned__(
SMP_CACHE_BYTES
), \
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
cache.h
22
#ifndef
SMP_CACHE_BYTES
23
#define
SMP_CACHE_BYTES
L1_CACHE_BYTES
31
#define ____cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
)))
39
#define __cacheline_aligned __attribute__((__aligned__(
SMP_CACHE_BYTES
), __section__(".data.cacheline_aligned")))
Completed in 1610 milliseconds
1
2
3