Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/of/
Dkexec.c186 static void remove_ima_buffer(void *fdt, int chosen_node) in remove_ima_buffer() argument
196 prop = fdt_getprop(fdt, chosen_node, "linux,ima-kexec-buffer", &len); in remove_ima_buffer()
201 fdt_delprop(fdt, chosen_node, "linux,ima-kexec-buffer"); in remove_ima_buffer()
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()
298 chosen_node = fdt_add_subnode(fdt, fdt_path_offset(fdt, "/"), in of_kexec_alloc_and_setup_fdt()
[all …]
/Linux-v5.15/drivers/firmware/efi/libstub/
Driscv-stub.c31 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-v5.15/arch/sparc/kernel/
Dhead_64.S246 stx %l4, [%sp + 2047 + 128 + 0x18] ! arg1, chosen_node