Searched refs:riscv_of_parent_hartid (Results 1 – 6 of 6) sorted by relevance
157 int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid);
214 rc = riscv_of_parent_hartid(parent.np, parent_hartid); in aplic_direct_parse_parent_hwirq()
216 rc = riscv_of_parent_hartid(node, &hartid); in riscv_intc_init()
506 rc = riscv_of_parent_hartid(parent.np, &hartid); in plic_parse_context_parent()
610 return riscv_of_parent_hartid(parent.np, hartid); in imsic_get_parent_hartid()
127 int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid) in riscv_of_parent_hartid() function