OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apic_write
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/module/x86/
op_apic.c
35
apic_write
(APIC_LVTPC, v | APIC_LVT_MASKED);
41
apic_write
(APIC_LVTPC, apic_read(APIC_LVTPC) & ~APIC_LVT_MASKED);
93
apic_write
(APIC_LVTPC, val);
105
apic_write
(APIC_LVTERR, v | APIC_LVT_MASKED);
106
apic_write
(APIC_LVTPC, saved_lvtpc[op_cpu_id()]);
107
apic_write
(APIC_LVTERR, v);
138
apic_write
(APIC_SPIV, val | APIC_SPIV_APIC_ENABLED);
159
apic_write
(APIC_LVT0, val);
163
apic_write
(APIC_LVT1, val);
170
apic_write
(APIC_ESR, 0)
[
all
...]
apic_compat.h
68
static __inline void
apic_write
(unsigned long reg, unsigned long v)
function
op_model_p4.c
668
apic_write
(APIC_LVTPC, apic_read(APIC_LVTPC) & ~APIC_LVT_MASKED);
/external/kernel-headers/original/asm-x86/
apic_32.h
44
#define
apic_write
native_apic_write
macro
75
# define apic_write_around(x,y)
apic_write
((x),(y))
paravirt.h
153
void (*
apic_write
)(unsigned long reg, unsigned long v);
member in struct:pv_apic_ops
693
static inline void
apic_write
(unsigned long reg, unsigned long v)
function
695
PVOP_VCALL2(pv_apic_ops.
apic_write
, reg, v);
Completed in 428 milliseconds