Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/
Dprocessor.h21 #define CIF_DEDICATED_CPU 7 /* this CPU is dedicated */ macro
27 #define _CIF_DEDICATED_CPU BIT(CIF_DEDICATED_CPU)
/linux-6.1.9/arch/s390/kernel/
Dtopology.c296 set_cpu_flag(CIF_DEDICATED_CPU); in __arch_update_dedicated_flag()
298 clear_cpu_flag(CIF_DEDICATED_CPU); in __arch_update_dedicated_flag()
Dsmp.c909 set_cpu_flag(CIF_DEDICATED_CPU); in smp_start_secondary()
911 clear_cpu_flag(CIF_DEDICATED_CPU); in smp_start_secondary()
/linux-6.1.9/arch/s390/lib/
Dspinlock.c245 if (test_cpu_flag(CIF_DEDICATED_CPU)) in arch_spin_lock_wait()