CLOCK_EVT_FEAT_DUMMY  103 arch/x86/kernel/apic_32.c 			| CLOCK_EVT_FEAT_C3STOP | CLOCK_EVT_FEAT_DUMMY,
CLOCK_EVT_FEAT_DUMMY  347 arch/x86/kernel/apic_32.c 	if (evt->features & CLOCK_EVT_FEAT_DUMMY)
CLOCK_EVT_FEAT_DUMMY  560 arch/x86/kernel/apic_32.c 	levt->features &= ~CLOCK_EVT_FEAT_DUMMY;
CLOCK_EVT_FEAT_DUMMY  594 arch/x86/kernel/apic_32.c 			levt->features |= CLOCK_EVT_FEAT_DUMMY;
CLOCK_EVT_FEAT_DUMMY  598 arch/x86/kernel/apic_32.c 	if (levt->features & CLOCK_EVT_FEAT_DUMMY) {
CLOCK_EVT_FEAT_DUMMY  646 arch/x86/kernel/apic_32.c 		lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
CLOCK_EVT_FEAT_DUMMY   90 arch/x86/kernel/apic_64.c 			| CLOCK_EVT_FEAT_C3STOP | CLOCK_EVT_FEAT_DUMMY,
CLOCK_EVT_FEAT_DUMMY  359 arch/x86/kernel/apic_64.c 	if (evt->features & CLOCK_EVT_FEAT_DUMMY)
CLOCK_EVT_FEAT_DUMMY  529 arch/x86/kernel/apic_64.c 		lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
CLOCK_EVT_FEAT_DUMMY  132 kernel/time/tick-internal.h 	return !(dev->features & CLOCK_EVT_FEAT_DUMMY);