Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dsmpboot.c100 if (hart == INVALID_HARTID) { in acpi_parse_rintc()
133 if (cpuid_to_hartid_map(cpuid) != INVALID_HARTID) { in acpi_parse_and_init_cpus()
182 if (cpuid_to_hartid_map(cpuid) != INVALID_HARTID) { in of_parse_and_init_cpus()
H A Dcpu_ops_spinwait.c32 if (hartid == INVALID_HARTID || hartid >= (unsigned long) NR_CPUS) in cpu_update_secondary_bootdata()
H A Dsmp.c40 [0 ... NR_CPUS-1] = INVALID_HARTID
/openbmc/linux/arch/riscv/include/asm/
H A Dacpi.h19 #define PHYS_CPUID_INVALID INVALID_HARTID
H A Dsmp.h13 #define INVALID_HARTID ULONG_MAX macro