Home
last modified time | relevance | path

Searched refs:fdt1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/openrisc/
H A Dfpu_helper.c118 uint64_t fdt0, uint64_t fdt1) \
119 { return float64_ ## name(fdt0, fdt1, &env->fp_status); } \
121 uint32_t fdt0, uint32_t fdt1) \
122 { return float32_ ## name(fdt0, fdt1, &env->fp_status); }
151 uint64_t fdt0, uint64_t fdt1) \
152 { return float64_ ## impl(fdt0, fdt1, &env->fp_status); } \
154 uint32_t fdt0, uint32_t fdt1) \
155 { return float32_ ## impl(fdt0, fdt1, &env->fp_status); }
165 uint64_t fdt0, uint64_t fdt1) \
167 FloatRelation r = float64_compare_quiet(fdt0, fdt1, &env->fp_status); \
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1242 uint32_t fsth1 = fdt1 >> 32; in helper_float_add_ps()
1278 uint32_t fsth1 = fdt1 >> 32; in helper_float_sub_ps()
1314 uint32_t fsth1 = fdt1 >> 32; in helper_float_mul_ps()
1350 uint32_t fsth1 = fdt1 >> 32; in helper_float_div_ps()
1441 uint32_t fsth1 = fdt1 >> 32; in helper_float_addr_ps()
1456 uint32_t fsth1 = fdt1 >> 32; in helper_float_mulr_ps()
1576 uint32_t fsth1 = fdt1 >> 32; in helper_float_madd_ps()
1615 uint32_t fsth1 = fdt1 >> 32; in helper_float_msub_ps()
1656 uint32_t fsth1 = fdt1 >> 32; in helper_float_nmadd_ps()
1699 uint32_t fsth1 = fdt1 >> 32; in helper_float_nmsub_ps()
[all …]
/openbmc/linux/drivers/pci/hotplug/
H A Dpnv_php.c257 void *fdt, *fdt1, *dt; in pnv_php_add_devtree() local
264 fdt1 = kzalloc(0x10000, GFP_KERNEL); in pnv_php_add_devtree()
265 if (!fdt1) { in pnv_php_add_devtree()
270 ret = pnv_pci_get_device_tree(php_slot->dn->phandle, fdt1, 0x10000); in pnv_php_add_devtree()
276 fdt = kmemdup(fdt1, fdt_totalsize(fdt1), GFP_KERNEL); in pnv_php_add_devtree()
312 kfree(fdt1); in pnv_php_add_devtree()
323 kfree(fdt1); in pnv_php_add_devtree()
/openbmc/u-boot/doc/uImage.FIT/
H A Dsignature.txt199 data = <data for fdt1>;
271 data = <data for fdt1>;
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped1018 fdt_string(fdt1, fdt32_to_cpu($1->nameoff)));