Home
last modified time | relevance | path

Searched refs:CIF_DEDICATED_CPU (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dprocessor.h24 #define CIF_DEDICATED_CPU 7 /* this CPU is dedicated */ macro
33 #define _CIF_DEDICATED_CPU BIT(CIF_DEDICATED_CPU)
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dprocessor.h21 #define CIF_DEDICATED_CPU 7 /* this CPU is dedicated */ macro
27 #define _CIF_DEDICATED_CPU BIT(CIF_DEDICATED_CPU)
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dtopology.c292 set_cpu_flag(CIF_DEDICATED_CPU); in __arch_update_dedicated_flag()
294 clear_cpu_flag(CIF_DEDICATED_CPU); in __arch_update_dedicated_flag()
H A Dsmp.c872 set_cpu_flag(CIF_DEDICATED_CPU); in smp_init_secondary()
874 clear_cpu_flag(CIF_DEDICATED_CPU); in smp_init_secondary()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dtopology.c298 set_cpu_flag(CIF_DEDICATED_CPU); in __arch_update_dedicated_flag()
300 clear_cpu_flag(CIF_DEDICATED_CPU); in __arch_update_dedicated_flag()
H A Dsmp.c910 set_cpu_flag(CIF_DEDICATED_CPU); in smp_start_secondary()
912 clear_cpu_flag(CIF_DEDICATED_CPU); in smp_start_secondary()
/kernel/linux/linux-5.10/arch/s390/lib/
H A Dspinlock.c245 if (test_cpu_flag(CIF_DEDICATED_CPU)) in arch_spin_lock_wait()
/kernel/linux/linux-6.6/arch/s390/lib/
H A Dspinlock.c245 if (test_cpu_flag(CIF_DEDICATED_CPU)) in arch_spin_lock_wait()

Completed in 9 milliseconds