Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dprocessor.h25 #define CIF_DEDICATED_CPU 8 /* this CPU is dedicated */ macro
35 #define _CIF_DEDICATED_CPU _BITUL(CIF_DEDICATED_CPU)
/Linux-v4.19/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.c816 set_cpu_flag(CIF_DEDICATED_CPU); in smp_start_secondary()
818 clear_cpu_flag(CIF_DEDICATED_CPU); in smp_start_secondary()
/Linux-v4.19/arch/s390/lib/
Dspinlock.c246 if (test_cpu_flag(CIF_DEDICATED_CPU)) in arch_spin_lock_wait()