Home
last modified time | relevance | path

Searched refs:CIF_DEDICATED_CPU (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/s390/include/asm/
Dprocessor.h25 #define CIF_DEDICATED_CPU 8 /* this CPU is dedicated */ macro
35 #define _CIF_DEDICATED_CPU BIT(CIF_DEDICATED_CPU)
/Linux-v5.4/arch/s390/kernel/
Dtopology.c281 set_cpu_flag(CIF_DEDICATED_CPU); in __arch_update_dedicated_flag()
283 clear_cpu_flag(CIF_DEDICATED_CPU); in __arch_update_dedicated_flag()
Dsmp.c826 set_cpu_flag(CIF_DEDICATED_CPU); in smp_init_secondary()
828 clear_cpu_flag(CIF_DEDICATED_CPU); in smp_init_secondary()
/Linux-v5.4/arch/s390/lib/
Dspinlock.c246 if (test_cpu_flag(CIF_DEDICATED_CPU)) in arch_spin_lock_wait()