OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu
(Results
26 - 50
of
590
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
irq_cpustat.h
17
#define __IRQ_STAT(
cpu
, member) (irq_stat[
cpu
].member)
22
#define nmi_count(
cpu
) __IRQ_STAT((
cpu
), __nmi_count)
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
irq_cpustat.h
17
#define __IRQ_STAT(
cpu
, member) (irq_stat[
cpu
].member)
22
#define nmi_count(
cpu
) __IRQ_STAT((
cpu
), __nmi_count)
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
irq_cpustat.h
17
#define __IRQ_STAT(
cpu
, member) (irq_stat[
cpu
].member)
22
#define nmi_count(
cpu
) __IRQ_STAT((
cpu
), __nmi_count)
/external/chromium/base/
cpu_unittest.cc
5
#include "base/
cpu
.h"
9
// Tests whether we can run extended instructions represented by the
CPU
11
// MMX, SSE, etc.) supported by the
CPU
and sees we can run them without
14
TEST(
CPU
, RunExtendedInstructions) {
16
// Retrieve the
CPU
information.
17
base::
CPU
cpu
;
local
20
ASSERT_TRUE(
cpu
.has_mmx());
25
if (
cpu
.has_sse()) {
30
if (
cpu
.has_sse2())
[
all
...]
/external/kernel-headers/original/asm-arm/
smp.h
23
#define raw_smp_processor_id() (current_thread_info()->
cpu
)
64
* Boot a secondary
CPU
, and assign it the specified idle task.
65
* This also gives us the initial stack to use for this
CPU
.
67
extern int boot_secondary(unsigned int
cpu
, struct task_struct *);
71
* secondary
CPU
entry point.
76
* Perform platform specific initialisation of the specified
CPU
.
78
extern void platform_secondary_init(unsigned int
cpu
);
81
* Initial data for bringing up a secondary
CPU
.
90
extern int mach_cpu_disable(unsigned int
cpu
);
92
extern void __cpu_die(unsigned int
cpu
);
[
all
...]
/bionic/libc/kernel/arch-x86/asm/
irq_32.h
25
#define irq_ctx_init(
cpu
) do { } while (0)
26
#define irq_ctx_exit(
cpu
) do { } while (0)
/development/ndk/platforms/android-9/arch-x86/include/asm/
irq_32.h
25
#define irq_ctx_init(
cpu
) do { } while (0)
26
#define irq_ctx_exit(
cpu
) do { } while (0)
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
irq_32.h
20
#define irq_ctx_init(
cpu
) do { } while (0)
21
#define irq_ctx_exit(
cpu
) do { } while (0)
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
irq_32.h
20
#define irq_ctx_init(
cpu
) do { } while (0)
21
#define irq_ctx_exit(
cpu
) do { } while (0)