Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/kernel/
Dcpu_ops_spinwait.c32 if (hartid == INVALID_HARTID || hartid >= (unsigned long) NR_CPUS) in cpu_update_secondary_bootdata()
Dsmpboot.c112 if (cpuid_to_hartid_map(cpuid) != INVALID_HARTID) { in setup_smp()
Dsmp.c39 [0 ... NR_CPUS-1] = INVALID_HARTID
/Linux-v6.1/arch/riscv/include/asm/
Dsmp.h13 #define INVALID_HARTID ULONG_MAX macro