Home
last modified time | relevance | path

Searched refs:CLOCK_EVT_FEAT_DUMMY (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/apic/
H A Dapic.c488 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_shutdown()
502 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_set_periodic_oneshot()
537 | CLOCK_EVT_FEAT_DUMMY,
626 CLOCK_EVT_FEAT_DUMMY); in setup_APIC_timer()
852 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
957 levt->features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
992 levt->features |= CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
996 if (levt->features & CLOCK_EVT_FEAT_DUMMY) { in calibrate_APIC_clock()
1039 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in setup_boot_APIC_clock()
/kernel/linux/linux-5.10/drivers/clocksource/
H A Ddummy_timer.c23 CLOCK_EVT_FEAT_DUMMY; in dummy_timer_starting_cpu()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Ddummy_timer.c23 CLOCK_EVT_FEAT_DUMMY; in dummy_timer_starting_cpu()
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dapic.c470 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_shutdown()
484 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_set_periodic_oneshot()
519 | CLOCK_EVT_FEAT_DUMMY,
608 CLOCK_EVT_FEAT_DUMMY); in setup_APIC_timer()
834 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
939 levt->features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
974 levt->features |= CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
978 if (levt->features & CLOCK_EVT_FEAT_DUMMY) { in calibrate_APIC_clock()
1021 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in setup_boot_APIC_clock()
/kernel/linux/linux-5.10/kernel/time/
H A Dtick-internal.h36 return !(dev->features & CLOCK_EVT_FEAT_DUMMY); in tick_device_is_functional()
H A Dtick-broadcast.c79 if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) || in tick_check_broadcast_device()
H A Dclockevents.c94 if (dev->features & CLOCK_EVT_FEAT_DUMMY) in __clockevents_switch_state()
/kernel/linux/linux-5.10/include/linux/
H A Dclockchips.h57 # define CLOCK_EVT_FEAT_DUMMY 0x000010 macro
/kernel/linux/linux-6.6/include/linux/
H A Dclockchips.h57 # define CLOCK_EVT_FEAT_DUMMY 0x000010 macro
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H A Dtime.c128 dummy_clock_dev->features = CLOCK_EVT_FEAT_DUMMY; in setup_percpu_clockdev()
/kernel/linux/linux-6.6/arch/hexagon/kernel/
H A Dtime.c128 dummy_clock_dev->features = CLOCK_EVT_FEAT_DUMMY; in setup_percpu_clockdev()
/kernel/linux/linux-6.6/kernel/time/
H A Dtick-internal.h36 return !(dev->features & CLOCK_EVT_FEAT_DUMMY); in tick_device_is_functional()
H A Dtick-broadcast.c89 if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) || in tick_check_broadcast_device()
124 if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) || in tick_set_oneshot_wakeup_device()
H A Dclockevents.c94 if (dev->features & CLOCK_EVT_FEAT_DUMMY) in __clockevents_switch_state()

Completed in 16 milliseconds