Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/pi/
H A Dcmdline_early.c17 int chosen_node; in get_early_cmdline() local
20 chosen_node = fdt_path_offset((void *)dtb_pa, "/chosen"); in get_early_cmdline()
21 if (chosen_node >= 0) { in get_early_cmdline()
22 fdt_cmdline = fdt_getprop((void *)dtb_pa, chosen_node, in get_early_cmdline()
/linux/drivers/firmware/efi/libstub/
H A Driscv.c21 int chosen_node, len; in get_boot_hartid_from_fdt() local
28 chosen_node = fdt_path_offset(fdt, "/chosen"); in get_boot_hartid_from_fdt()
29 if (chosen_node < 0) in get_boot_hartid_from_fdt()
32 prop = fdt_getprop((void *)fdt, chosen_node, "boot-hartid", &len); in get_boot_hartid_from_fdt()
/linux/arch/sparc/kernel/
H A Dhead_64.S246 stx %l4, [%sp + 2047 + 128 + 0x18] ! arg1, chosen_node