OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_cpu_id
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/module/x86/
op_nmi.c
48
uint const cpu =
op_cpu_id
();
58
uint const cpu =
op_cpu_id
();
75
uint const cpu =
op_cpu_id
();
87
uint const cpu =
op_cpu_id
();
99
if (cpu ==
op_cpu_id
())
108
if (cpu ==
op_cpu_id
())
190
uint const cpu =
op_cpu_id
();
243
uint const cpu =
op_cpu_id
();
op_apic.c
88
saved_lvtpc[
op_cpu_id
()] = val;
106
apic_write(APIC_LVTPC, saved_lvtpc[
op_cpu_id
()]);
op_rtc.c
32
uint cpu =
op_cpu_id
();
/external/oprofile/module/
compat22.h
79
#define
op_cpu_id
() cpu_number_map[smp_processor_id()]
macro
81
#define
op_cpu_id
() smp_processor_id()
macro
compat24.h
30
#define
op_cpu_id
() cpu_number_map(smp_processor_id())
macro
/external/oprofile/module/ia64/
op_pmu.c
56
uint cpu =
op_cpu_id
();
316
if (info && (*((uint *)info) !=
op_cpu_id
()))
320
op_cpu_id
()); */
357
if (info && (*((uint *)info) !=
op_cpu_id
()))
391
if (cpu ==
op_cpu_id
())
401
if (cpu ==
op_cpu_id
())
491
uint const cpu =
op_cpu_id
();
525
uint const cpu =
op_cpu_id
();
Completed in 1908 milliseconds