Home
last modified time | relevance | path

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

/linux/drivers/of/
A Dkexec.c235 int chosen_node) in setup_ima_buffer() argument
242 ret = fdt_appendprop_addrrange(fdt, 0, chosen_node, in setup_ima_buffer()
261 int chosen_node) in setup_ima_buffer() argument
285 int ret, chosen_node, len; in of_kexec_alloc_and_setup_fdt() local
311 chosen_node = fdt_path_offset(fdt, "/chosen"); in of_kexec_alloc_and_setup_fdt()
312 if (chosen_node == -FDT_ERR_NOTFOUND) in of_kexec_alloc_and_setup_fdt()
315 if (chosen_node < 0) { in of_kexec_alloc_and_setup_fdt()
316 ret = chosen_node; in of_kexec_alloc_and_setup_fdt()
423 ret = fdt_delprop(fdt, chosen_node, "bootargs"); in of_kexec_alloc_and_setup_fdt()
429 ret = fdt_delprop(fdt, chosen_node, "kaslr-seed"); in of_kexec_alloc_and_setup_fdt()
[all …]
/linux/arch/riscv/kernel/pi/
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/
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/powerpc/platforms/pseries/
A Dplpks.c661 int chosen_node = fdt_path_offset(fdt, "/chosen"); in plpks_early_init_devtree() local
665 if (chosen_node < 0) in plpks_early_init_devtree()
668 password = fdt_getprop(fdt, chosen_node, "ibm,plpks-pw", &len); in plpks_early_init_devtree()
684 fdt_nop_property(fdt, chosen_node, "ibm,plpks-pw"); in plpks_early_init_devtree()
/linux/arch/sparc/kernel/
A Dhead_64.S246 stx %l4, [%sp + 2047 + 128 + 0x18] ! arg1, chosen_node

Completed in 11 milliseconds