Searched refs:chosen_node (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/of/ |
D | kexec.c | 200 static void remove_ima_buffer(void *fdt, int chosen_node) in remove_ima_buffer() argument 210 prop = fdt_getprop(fdt, chosen_node, "linux,ima-kexec-buffer", &len); in remove_ima_buffer() 215 fdt_delprop(fdt, chosen_node, "linux,ima-kexec-buffer"); in remove_ima_buffer() 234 int chosen_node) in setup_ima_buffer() argument 241 ret = fdt_appendprop_addrrange(fdt, 0, chosen_node, in setup_ima_buffer() 260 int chosen_node) in setup_ima_buffer() argument 284 int ret, chosen_node; in of_kexec_alloc_and_setup_fdt() local 310 chosen_node = fdt_path_offset(fdt, "/chosen"); in of_kexec_alloc_and_setup_fdt() 311 if (chosen_node == -FDT_ERR_NOTFOUND) in of_kexec_alloc_and_setup_fdt() 312 chosen_node = fdt_add_subnode(fdt, fdt_path_offset(fdt, "/"), in of_kexec_alloc_and_setup_fdt() [all …]
|
/Linux-v6.1/drivers/firmware/efi/libstub/ |
D | riscv-stub.c | 32 int chosen_node, len; in get_boot_hartid_from_fdt() local 39 chosen_node = fdt_path_offset(fdt, "/chosen"); in get_boot_hartid_from_fdt() 40 if (chosen_node < 0) in get_boot_hartid_from_fdt() 43 prop = fdt_getprop((void *)fdt, chosen_node, "boot-hartid", &len); in get_boot_hartid_from_fdt()
|
/Linux-v6.1/arch/sparc/kernel/ |
D | head_64.S | 246 stx %l4, [%sp + 2047 + 128 + 0x18] ! arg1, chosen_node
|