Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1217 uint64_t fdt0, uint64_t fdt1) in helper_float_add_d() argument
1221 dt2 = float64_add(fdt0, fdt1, &env->active_fpu.fp_status); in helper_float_add_d()
1237 uint64_t fdt0, uint64_t fdt1) in helper_float_add_ps() argument
1241 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_add_ps()
1242 uint32_t fsth1 = fdt1 >> 32; in helper_float_add_ps()
1253 uint64_t fdt0, uint64_t fdt1) in helper_float_sub_d() argument
1257 dt2 = float64_sub(fdt0, fdt1, &env->active_fpu.fp_status); in helper_float_sub_d()
1273 uint64_t fdt0, uint64_t fdt1) in helper_float_sub_ps() argument
1277 uint32_t fstl1 = fdt1 & 0XFFFFFFFF; in helper_float_sub_ps()
1278 uint32_t fsth1 = fdt1 >> 32; in helper_float_sub_ps()
[all …]
/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/linux/drivers/pci/hotplug/
H A Dpnv_php.c256 void *fdt, *fdt1, *dt; in pnv_php_add_devtree() local
263 fdt1 = kzalloc(0x10000, GFP_KERNEL); in pnv_php_add_devtree()
264 if (!fdt1) { in pnv_php_add_devtree()
269 ret = pnv_pci_get_device_tree(php_slot->dn->phandle, fdt1, 0x10000); in pnv_php_add_devtree()
275 fdt = kmemdup(fdt1, fdt_totalsize(fdt1), GFP_KERNEL); in pnv_php_add_devtree()
311 kfree(fdt1); in pnv_php_add_devtree()
322 kfree(fdt1); in pnv_php_add_devtree()
/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/files/
H A D0001-scripts-dtc-pylibfdt-libfdt.i_shipped-Use-SWIG_Appen.patch32 fdt_string(fdt1, fdt32_to_cpu($1->nameoff)));
/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)));