Lines Matching refs:features
477 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_shutdown()
491 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_set_periodic_oneshot()
524 .features = CLOCK_EVT_FEAT_PERIODIC |
547 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_C3STOP; in setup_APIC_timer()
556 levt->features &= ~(CLOCK_EVT_FEAT_PERIODIC | in setup_APIC_timer()
702 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
778 levt->features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
812 levt->features |= CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
816 if (levt->features & CLOCK_EVT_FEAT_DUMMY) { in calibrate_APIC_clock()
859 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in setup_boot_APIC_clock()
1637 u32 features, h, l; in apic_verify() local
1643 features = cpuid_edx(1); in apic_verify()
1644 if (!(features & (1 << X86_FEATURE_APIC))) { in apic_verify()