| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | fdtdump.c | 89 addr = fdt64_to_cpu(p_rsvmap[i].address); in dump_blob() 90 size = fdt64_to_cpu(p_rsvmap[i].size); in dump_blob()
|
| H A D | flattree.c | 700 address = fdt64_to_cpu(re.address); in flat_read_mem_reserve() 701 size = fdt64_to_cpu(re.size); in flat_read_mem_reserve()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kexec/ |
| H A D | file_load.c | 188 tmp_start = fdt64_to_cpu(*((const fdt64_t *) prop)); in setup_new_fdt() 195 tmp_end = fdt64_to_cpu(*((const fdt64_t *) prop)); in setup_new_fdt()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | libfdt_env.h | 19 #define fdt64_to_cpu(x) be64_to_cpu(x) macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | libfdt_env.h | 22 #define fdt64_to_cpu(x) be64_to_cpu(x) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | libfdt_env.h | 24 #define fdt64_to_cpu(x) be64_to_cpu(x) macro
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 120 *address = fdt64_to_cpu(_fdt_mem_rsv(fdt, n)->address); in fdt_get_mem_rsv() 121 *size = fdt64_to_cpu(_fdt_mem_rsv(fdt, n)->size); in fdt_get_mem_rsv() 129 while (fdt64_to_cpu(_fdt_mem_rsv(fdt, i)->size) != 0) in fdt_num_mem_rsv()
|
| H A D | libfdt_env.h | 99 static inline uint64_t fdt64_to_cpu(fdt64_t x) in fdt64_to_cpu() function
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/libfdt/ |
| H A D | libfdt_env.h | 56 static inline uint64_t fdt64_to_cpu(fdt64_t x) in fdt64_to_cpu() function
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | kaslr.c | 49 ret = fdt64_to_cpu(*prop); in get_kaslr_seed()
|
| /OK3568_Linux_fs/yocto/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);
|
| /OK3568_Linux_fs/u-boot/lib/rsa/ |
| H A D | rsa-mod-exp.c | 279 key.exponent = fdt64_to_cpu(tmp); in rsa_mod_exp_sw()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/ |
| H A D | kaslr_booke.c | 91 ret = fdt64_to_cpu(*prop); in get_kaslr_seed()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fdtgrep.c | 281 addr = fdt64_to_cpu(p_rsvmap[i].address); in display_fdt_by_regions() 282 size = fdt64_to_cpu(p_rsvmap[i].size); in display_fdt_by_regions()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | fdtdec.c | 309 return fdt64_to_cpu(*cell64); in fdtdec_get_uint64()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | fdt_support.c | 1674 *val = fdt64_to_cpu(*prop64); in fdt_read_prop()
|