Home
last modified time | relevance | path

Searched refs:CLOCK_EVT_FEAT_PERCPU (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/include/linux/
Dclockchips.h63 # define CLOCK_EVT_FEAT_PERCPU 0x000040 macro
/linux-6.6.21/drivers/clocksource/
Dtimer-mp-csky.c53 .features = CLOCK_EVT_FEAT_PERCPU |
Djcore-pit.c227 | CLOCK_EVT_FEAT_PERCPU; in jcore_pit_init()
Darm_global_timer.c180 CLOCK_EVT_FEAT_PERCPU; in gt_starting_cpu()
Dexynos_mct.c472 CLOCK_EVT_FEAT_PERCPU; in exynos4_mct_starting_cpu()
/linux-6.6.21/arch/loongarch/kernel/
Dtime.c153 cd->features = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_PERCPU; in constant_clockevent_init()
/linux-6.6.21/arch/mips/kernel/
Dcevt-r4k.c318 CLOCK_EVT_FEAT_PERCPU; in r4k_clockevent_init()
/linux-6.6.21/kernel/time/
Dtick-broadcast.c90 (newdev->features & CLOCK_EVT_FEAT_PERCPU) || in tick_check_broadcast_device()
128 if (!(newdev->features & CLOCK_EVT_FEAT_PERCPU) || in tick_set_oneshot_wakeup_device()