/openbmc/linux/include/linux/ |
H A D | libfdt_env.h | 19 #define fdt64_to_cpu(x) be64_to_cpu(x) macro
|
/openbmc/linux/arch/riscv/kernel/pi/ |
H A D | fdt_early.c | 27 ret = fdt64_to_cpu(*prop); in get_kaslr_seed()
|
/openbmc/u-boot/include/linux/ |
H A D | libfdt_env.h | 22 #define fdt64_to_cpu(x) be64_to_cpu(x) macro
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | libfdt_env.h | 24 #define fdt64_to_cpu(x) be64_to_cpu(x) macro
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | riscv.c | 39 hartid = (unsigned long) fdt64_to_cpu(__get_unaligned_t(fdt64_t, prop)); in get_boot_hartid_from_fdt()
|
/openbmc/linux/scripts/dtc/libfdt/ |
H A D | libfdt_internal.h | 65 return fdt64_to_cpu(*p); in fdt64_ld_()
|
H A D | libfdt_env.h | 56 static inline uint64_t fdt64_to_cpu(fdt64_t x) in fdt64_to_cpu() function
|
/openbmc/linux/arch/arm64/kernel/pi/ |
H A D | kaslr_early.c | 83 ret = fdt64_to_cpu(*prop); in get_kaslr_seed()
|
/openbmc/u-boot/lib/libfdt/ |
H A D | fdt_ro.c | 79 *address = fdt64_to_cpu(fdt_mem_rsv_(fdt, n)->address); in fdt_get_mem_rsv() 80 *size = fdt64_to_cpu(fdt_mem_rsv_(fdt, n)->size); in fdt_get_mem_rsv() 88 while (fdt64_to_cpu(fdt_mem_rsv_(fdt, i)->size) != 0) in fdt_num_mem_rsv()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt_env.h | 99 static inline uint64_t fdt64_to_cpu(fdt64_t x) in fdt64_to_cpu() function
|
H A D | fdt_ro.c | 121 *address = fdt64_to_cpu(fdt_mem_rsv_(fdt, n)->address); in fdt_get_mem_rsv() 122 *size = fdt64_to_cpu(fdt_mem_rsv_(fdt, n)->size); in fdt_get_mem_rsv() 130 while (fdt64_to_cpu(fdt_mem_rsv_(fdt, i)->size) != 0) in fdt_num_mem_rsv()
|
/openbmc/openbmc/poky/meta/recipes-kernel/kexec/kexec-tools/ |
H A D | 0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch | 53 - kaslr_seed = fdt64_to_cpu(*prop);
|
/openbmc/qemu/hw/core/ |
H A D | loader-fit.c | 111 *addr = fdt64_to_cpu(*(fdt64_t *)prop); in fit_image_addr()
|
/openbmc/linux/arch/powerpc/mm/nohash/ |
H A D | kaslr_booke.c | 89 ret = fdt64_to_cpu(*prop); in get_kaslr_seed()
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-mod-exp.c | 266 fdt64_to_cpu(*((uint64_t *)(prop->public_exponent))); in rsa_mod_exp_sw()
|
/openbmc/u-boot/tools/ |
H A D | fdtgrep.c | 283 addr = fdt64_to_cpu(p_rsvmap[i].address); in display_fdt_by_regions() 284 size = fdt64_to_cpu(p_rsvmap[i].size); in display_fdt_by_regions()
|
/openbmc/linux/scripts/dtc/ |
H A D | flattree.c | 701 address = fdt64_to_cpu(re.address); in flat_read_mem_reserve() 702 size = fdt64_to_cpu(re.size); in flat_read_mem_reserve()
|
/openbmc/u-boot/scripts/dtc/ |
H A D | flattree.c | 715 address = fdt64_to_cpu(re.address); in flat_read_mem_reserve() 716 size = fdt64_to_cpu(re.size); in flat_read_mem_reserve()
|
/openbmc/u-boot/drivers/core/ |
H A D | ofnode.c | 75 *outp = fdt64_to_cpu(cell[0]); in ofnode_read_u64()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 304 return fdt64_to_cpu(*cell64); in fdtdec_get_uint64()
|
/openbmc/u-boot/common/ |
H A D | fdt_support.c | 1558 *val = fdt64_to_cpu(*prop64); in fdt_read_prop()
|