Lines Matching refs:features
482 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_setup()
524 .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT
544 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_C3STOP; in setup_APIC_timer()
553 levt->features &= ~(CLOCK_EVT_FEAT_PERIODIC | in setup_APIC_timer()
699 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
775 levt->features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
808 levt->features |= CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
812 if (levt->features & CLOCK_EVT_FEAT_DUMMY) { in calibrate_APIC_clock()
855 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in setup_boot_APIC_clock()
1633 u32 features, h, l; in apic_verify() local
1639 features = cpuid_edx(1); in apic_verify()
1640 if (!(features & (1 << X86_FEATURE_APIC))) { in apic_verify()