OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_relax
(Results
1 - 23
of
23
) sorted by null
/external/linux-tools-perf/
perf.h
17
#define
cpu_relax
() asm volatile("rep; nop" ::: "memory");
macro
29
#define
cpu_relax
() asm volatile("rep; nop" ::: "memory");
macro
35
#define
cpu_relax
() asm volatile ("" ::: "memory");
macro
41
#define
cpu_relax
() asm volatile("" ::: "memory");
macro
51
#define
cpu_relax
() asm volatile("" ::: "memory")
macro
57
#define
cpu_relax
() asm volatile("" ::: "memory");
macro
63
#define
cpu_relax
() asm volatile("":::"memory")
macro
69
#define
cpu_relax
() asm volatile("" ::: "memory")
macro
75
#define
cpu_relax
() asm volatile ("hint @pause" ::: "memory")
macro
91
#define
cpu_relax
() asm volatile("":::"memory"
macro
109
#define
cpu_relax
macro
[
all
...]
/external/kernel-headers/original/asm-arm/
processor.h
88
#define
cpu_relax
() barrier()
macro
/bionic/libc/kernel/arch-mips/asm/
processor.h
90
#define
cpu_relax
() barrier()
macro
/development/ndk/platforms/android-9/arch-mips/include/asm/
processor.h
90
#define
cpu_relax
() barrier()
macro
/external/kernel-headers/original/asm-mips/
processor.h
231
#define
cpu_relax
() barrier()
macro
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
processor.h
90
#define
cpu_relax
() barrier()
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
processor.h
90
#define
cpu_relax
() barrier()
macro
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
processor.h
90
#define
cpu_relax
() barrier()
macro
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
processor.h
90
#define
cpu_relax
() barrier()
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
processor.h
90
#define
cpu_relax
() barrier()
macro
/bionic/libc/kernel/arch-x86/asm/
processor_32.h
281
#define
cpu_relax
() rep_nop()
macro
/development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h
281
#define
cpu_relax
() rep_nop()
macro
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h
269
#define
cpu_relax
() rep_nop()
macro
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h
269
#define
cpu_relax
() rep_nop()
macro
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
269
#define
cpu_relax
() rep_nop()
macro
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
269
#define
cpu_relax
() rep_nop()
macro
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
269
#define
cpu_relax
() rep_nop()
macro
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
281
#define
cpu_relax
() rep_nop()
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
281
#define
cpu_relax
() rep_nop()
macro
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
281
#define
cpu_relax
() rep_nop()
macro
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h
281
#define
cpu_relax
() rep_nop()
macro
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
281
#define
cpu_relax
() rep_nop()
macro
/external/kernel-headers/original/asm-x86/
processor_32.h
499
#define
cpu_relax
() rep_nop()
macro
Completed in 2154 milliseconds