Home
last modified time | relevance | path

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

/linux-6.6.21/arch/riscv/include/asm/
Dprocessor.h121 int riscv_early_of_processor_hartid(struct device_node *node, unsigned long *hartid);
/linux-6.6.21/arch/riscv/kernel/
Dsmpboot.c154 rc = riscv_early_of_processor_hartid(dn, &hart); in of_parse_and_init_cpus()
Dcpu.c49 int __init riscv_early_of_processor_hartid(struct device_node *node, unsigned long *hart) in riscv_early_of_processor_hartid() function