Searched refs:chosen_node (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/of/ |
A D | kexec.c | 220 int chosen_node) in setup_ima_buffer() argument 227 ret = fdt_appendprop_addrrange(fdt, 0, chosen_node, in setup_ima_buffer() 246 int chosen_node) in setup_ima_buffer() argument 270 int ret, chosen_node; in of_kexec_alloc_and_setup_fdt() local 296 chosen_node = fdt_path_offset(fdt, "/chosen"); in of_kexec_alloc_and_setup_fdt() 297 if (chosen_node == -FDT_ERR_NOTFOUND) in of_kexec_alloc_and_setup_fdt() 300 if (chosen_node < 0) { in of_kexec_alloc_and_setup_fdt() 301 ret = chosen_node; in of_kexec_alloc_and_setup_fdt() 397 ret = fdt_delprop(fdt, chosen_node, "bootargs"); in of_kexec_alloc_and_setup_fdt() 403 ret = fdt_delprop(fdt, chosen_node, "kaslr-seed"); in of_kexec_alloc_and_setup_fdt() [all …]
|
/linux/drivers/firmware/efi/libstub/ |
A D | riscv-stub.c | 31 int chosen_node, len; in get_boot_hartid_from_fdt() local 38 chosen_node = fdt_path_offset(fdt, "/chosen"); in get_boot_hartid_from_fdt() 39 if (chosen_node < 0) in get_boot_hartid_from_fdt() 42 prop = fdt_getprop((void *)fdt, chosen_node, "boot-hartid", &len); in get_boot_hartid_from_fdt()
|
/linux/arch/sparc/kernel/ |
A D | head_64.S | 246 stx %l4, [%sp + 2047 + 128 + 0x18] ! arg1, chosen_node
|
Completed in 7 milliseconds