Searched refs:fdt_setprop_u64 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kexec/ |
H A D | file_load.c | 229 ret = fdt_setprop_u64(fdt, chosen_node, in setup_new_fdt() 236 ret = fdt_setprop_u64(fdt, chosen_node, "linux,initrd-end", in setup_new_fdt()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | machine_kexec_file.c | 103 ret = fdt_setprop_u64(dtb, off, FDT_PROP_INITRD_START, in setup_dtb() 108 ret = fdt_setprop_u64(dtb, off, FDT_PROP_INITRD_END, in setup_dtb() 131 ret = fdt_setprop_u64(dtb, off, FDT_PROP_KASLR_SEED, seed); in setup_dtb()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | kexec.c | 357 ret = fdt_setprop_u64(fdt, chosen_node, "linux,initrd-start", in of_kexec_alloc_and_setup_fdt() 362 ret = fdt_setprop_u64(fdt, chosen_node, "linux,initrd-end", in of_kexec_alloc_and_setup_fdt() 436 ret = fdt_setprop_u64(fdt, chosen_node, "kaslr-seed", seed); in of_kexec_alloc_and_setup_fdt()
|
/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1658 * fdt_setprop_u64 - set a property to a 64-bit integer 1664 * fdt_setprop_u64() sets the value of the named property in the given 1685 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() function
|
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1699 * fdt_setprop_u64 - set a property to a 64-bit integer 1705 * fdt_setprop_u64() sets the value of the named property in the given 1726 static inline int fdt_setprop_u64(void *fdt, int nodeoffset, const char *name, in fdt_setprop_u64() function
|
Completed in 8 milliseconds