Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dmachdep.c117 #define BOOT_HART_INVALID 0xffffffff macro
118 uint32_t boot_hart = BOOT_HART_INVALID; /* The hart we booted on. */
453 if (boot_hart == BOOT_HART_INVALID) { in parse_boot_hartid()