OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APIC_LVTPC
(Results
1 - 9
of
9
) sorted by null
/external/oprofile/module/x86/
op_apic.c
33
u32 v = apic_read(
APIC_LVTPC
);
35
apic_write(
APIC_LVTPC
, v | APIC_LVT_MASKED);
41
apic_write(
APIC_LVTPC
, apic_read(
APIC_LVTPC
) & ~APIC_LVT_MASKED);
87
val = apic_read(
APIC_LVTPC
);
93
apic_write(
APIC_LVTPC
, val);
99
/* restoring
APIC_LVTPC
can trigger an apic error because the delivery
106
apic_write(
APIC_LVTPC
, saved_lvtpc[op_cpu_id()]);
apic_compat.h
18
#define
APIC_LVTPC
0x340
op_model_p4.c
668
apic_write(
APIC_LVTPC
, apic_read(
APIC_LVTPC
) & ~APIC_LVT_MASKED);
/bionic/libc/kernel/arch-x86/asm/
apicdef_32.h
81
#define
APIC_LVTPC
0x340
/development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h
81
#define
APIC_LVTPC
0x340
/external/kernel-headers/original/asm-x86/
apicdef_32.h
77
#define
APIC_LVTPC
0x340
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h
81
#define
APIC_LVTPC
0x340
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h
81
#define
APIC_LVTPC
0x340
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h
81
#define
APIC_LVTPC
0x340
Completed in 26 milliseconds