Home
last modified time | relevance | path

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

/linux-6.6.21/arch/riscv/include/asm/
Dprocessor.h122 int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid);
/linux-6.6.21/drivers/irqchip/
Dirq-riscv-intc.c146 rc = riscv_of_parent_hartid(node, &hartid); in riscv_intc_init()
Dirq-sifive-plic.c486 error = riscv_of_parent_hartid(parent.np, &hartid); in __plic_init()
/linux-6.6.21/arch/riscv/kernel/
Dcpu.c126 int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid) in riscv_of_parent_hartid() function