Searched refs:P4_CCCR_OVF (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c437 #define P4_CCCR_OVF (1 << 31) macro
506 * of the P4_CCCR_OVF quirk. So we need to ACK all the
509 * about the P4_CCCR_OVF quirk.
517 low &= ~(P4_CCCR_ENABLE | P4_CCCR_OVF);
611 dummy &= ~P4_CCCR_OVF;
H A Dperf_event_p4.c497 if ((low & P4_CCCR_OVF) || !(high & (1 << 31))) {
500 ((u64)low) & ~P4_CCCR_OVF);
516 * state we need to clear P4_CCCR_OVF, otherwise interrupt get
521 ~P4_CCCR_ENABLE & ~P4_CCCR_OVF & ~P4_CCCR_RESERVED);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dperf_event_p4.h52 #define P4_CCCR_OVF 0x80000000U macro
75 (P4_CCCR_OVF | \

Completed in 156 milliseconds