/openbmc/qemu/target/alpha/ |
H A D | vax_helper.c | 111 float32 fa, fb, fr; in helper_addf() local 121 float32 fa, fb, fr; in helper_subf() local 131 float32 fa, fb, fr; in helper_mulf() local 141 float32 fa, fb, fr; in helper_divf() local 151 float32 ft, fr; in helper_sqrtf() local 238 float64 fa, fb, fr; in helper_addg() local 248 float64 fa, fb, fr; in helper_subg() local 258 float64 fa, fb, fr; in helper_mulg() local 268 float64 fa, fb, fr; in helper_divg() local 278 float64 fa, fr; in helper_sqrtg() local [all …]
|
H A D | fpu_helper.c | 217 float32 fa, fb, fr; in helper_adds() local 229 float32 fa, fb, fr; in helper_subs() local 241 float32 fa, fb, fr; in helper_muls() local 253 float32 fa, fb, fr; in helper_divs() local 265 float32 fa, fr; in helper_sqrts() local 294 float64 fa, fb, fr; in helper_addt() local 306 float64 fa, fb, fr; in helper_subt() local 318 float64 fa, fb, fr; in helper_mult() local 330 float64 fa, fb, fr; in helper_divt() local 342 float64 fa, fr; in helper_sqrtt() local [all …]
|
/openbmc/qemu/target/hppa/ |
H A D | op_helper.c | 374 int fr = f1 + f2; in HELPER() local 390 int fr = f1 + f2; in HELPER() local 406 int fr = f1 + f2; in HELPER() local 420 int fr = f1 - f2; in HELPER() local 436 int fr = f1 - f2; in HELPER() local 452 int fr = (f1 << sh) + f2; in HELPER() local 468 int fr = (f1 >> sh) + f2; in HELPER() local
|
H A D | gdbstub.c | 271 uint64_t *fr = &env->fr[(n - 64) / 2]; in hppa_cpu_gdb_write_register() local
|
H A D | cpu.h | 209 uint64_t fr[32]; member
|
/openbmc/phosphor-fan-presence/control/json/utils/ |
H A D | flight_recorder.cpp | 33 static FlightRecorder fr; in instance() local 86 auto& fr = data["flight_recorder"]; in dump() local
|
/openbmc/qemu/block/ |
H A D | blklogwrites.c | 464 blk_log_writes_co_do_file(BlkLogWritesFileReq *fr) in blk_log_writes_co_do_file() 478 BlkLogWritesFileReq fr = { in blk_log_writes_co_log() local 525 blk_log_writes_co_do_file_pwritev(BlkLogWritesFileReq *fr) in blk_log_writes_co_do_file_pwritev() 532 blk_log_writes_co_do_file_pwrite_zeroes(BlkLogWritesFileReq *fr) in blk_log_writes_co_do_file_pwrite_zeroes() 539 blk_log_writes_co_do_file_flush(BlkLogWritesFileReq *fr) in blk_log_writes_co_do_file_flush() 545 blk_log_writes_co_do_file_pdiscard(BlkLogWritesFileReq *fr) in blk_log_writes_co_do_file_pdiscard()
|
/openbmc/qemu/linux-user/hppa/ |
H A D | target_syscall.h | 6 uint64_t fr[32]; member
|
/openbmc/obmc-ikvm/ |
H A D | ikvm_video.cpp | 33 Video::Video(const std::string& p, Input& input, int fr, int sub) : in Video()
|
/openbmc/qemu/system/ |
H A D | memory.c | 157 #define MEMORY_LISTENER_UPDATE_REGION(fr, as, dir, callback, _args...) \ argument 236 section_from_flat_range(FlatRange *fr, FlatView *fv) in section_from_flat_range() argument 734 FlatRange fr; render_memory_region() local 815 FlatRange *fr; flatview_for_each_range() local 965 FlatRange *fr; address_space_update_ioeventfds() local 1017 flat_range_coalesced_io_notify(FlatRange * fr,AddressSpace * as,CoalescedMemoryRange * cmr,bool add) flat_range_coalesced_io_notify() argument 1041 flat_range_coalesced_io_del(FlatRange * fr,AddressSpace * as) flat_range_coalesced_io_del() argument 1050 flat_range_coalesced_io_add(FlatRange * fr,AddressSpace * as) flat_range_coalesced_io_add() argument 1065 flat_range_coalesced_io_notify_listener_add_del(FlatRange * fr,MemoryRegionSection * mrs,MemoryListener * listener,AddressSpace * as,bool add) flat_range_coalesced_io_notify_listener_add_del() argument 2400 FlatRange *fr; memory_region_sync_dirty_bitmap() local 2438 FlatRange *fr; memory_region_clear_dirty_bitmap() local 2615 FlatRange *fr; memory_region_update_coalesced_range() local 2903 const FlatRange *fr = fr_; cmp_flatrange_addr() local 2935 FlatRange *fr; memory_region_find_rcu() local 3162 FlatRange *fr; listener_add_address_space() local 3227 FlatRange *fr; listener_del_address_space() local [all...] |
/openbmc/u-boot/drivers/serial/ |
H A D | serial_pl01x.c | 318 unsigned int fr = readl(&priv->regs->fr); in pl01x_serial_pending() local
|
H A D | serial_pl01x_internal.h | 28 u32 fr; /* 0x18 Flag register (Read only) */ member
|
/openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
H A D | eport.h | 23 u8 fr; /* 0x0C */ member
|
/openbmc/u-boot/drivers/video/ |
H A D | ssd2828.c | 253 u32 div_factor = 1, mul_factor, fr = 0; in construct_pll_config() local
|
/openbmc/u-boot/drivers/spi/ |
H A D | fsl_qspi.h | 37 u32 fr; member
|
/openbmc/qemu/hw/char/ |
H A D | pl011.c | 367 uint32_t cr, fr, il; in pl011_loopback_mdmctrl() local
|
/openbmc/qemu/include/hw/s390x/ |
H A D | s390-pci-clp.h | 164 uint8_t fr; member
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.c | 537 uint32_t fr = 0; in dwc2_get_frame_remaining() local
|
H A D | hcd-ohci.c | 1357 uint16_t fr; in ohci_get_frame_remaining() local
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | signal.c | 689 struct target_rt_frame_record *fr; in target_setup_frame() local
|
/openbmc/u-boot/drivers/nvme/ |
H A D | nvme.h | 40 char fr[8]; member
|
/openbmc/qemu/include/block/ |
H A D | nvme.h | 1142 uint8_t fr[8]; member
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 10634 int fd, int fr, int fs, int ft) in gen_flt3_arith()
|