/qemu/target/arm/tcg/ |
H A D | vec_helper.c | 1133 static uint16_t float16_ceq(float16 op1, float16 op2, float_status *stat) in float16_ceq() 1138 static uint32_t float32_ceq(float32 op1, float32 op2, float_status *stat) in float32_ceq() 1143 static uint64_t float64_ceq(float64 op1, float64 op2, float_status *stat) in float64_ceq() 1148 static uint16_t float16_cge(float16 op1, float16 op2, float_status *stat) in float16_cge() 1153 static uint32_t float32_cge(float32 op1, float32 op2, float_status *stat) in float32_cge() 1158 static uint64_t float64_cge(float64 op1, float64 op2, float_status *stat) in float64_cge() 1163 static uint16_t float16_cgt(float16 op1, float16 op2, float_status *stat) in float16_cgt() 1168 static uint32_t float32_cgt(float32 op1, float32 op2, float_status *stat) in float32_cgt() 1173 static uint64_t float64_cgt(float64 op1, float64 op2, float_status *stat) in float64_cgt() 1178 static uint16_t float16_acge(float16 op1, float16 op2, float_status *stat) in float16_acge() [all …]
|
H A D | sve_helper.c | 4414 static float16 ah_abd_h(float16 op1, float16 op2, float_status *stat) in ah_abd_h() 4420 static float32 ah_abd_s(float32 op1, float32 op2, float_status *stat) in ah_abd_s() 4426 static float64 ah_abd_d(float64 op1, float64 op2, float_status *stat) in ah_abd_d()
|
/qemu/docs/specs/ |
H A D | rapl-msr.rst | 101 .. _stat: https://man7.org/linux/man-pages/man5/proc.5.html target in Ratio calculation
|
/qemu/hw/cxl/ |
H A D | cxl-host-stubs.c | 11 void cxl_fmws_link_targets(CXLState *stat, Error **errp) {}; in cxl_fmws_link_targets()
|
/qemu/include/hw/i2c/ |
H A D | allwinner-i2c.h | 52 uint8_t stat; member
|
/qemu/include/hw/isa/ |
H A D | vt82c686.h | 15 uint8_t stat; member
|
/qemu/tests/qtest/libqos/ |
H A D | i2c-omap.c | 101 uint16_t data, stat; in omap_i2c_recv() local
|
/qemu/system/ |
H A D | dirtylimit.c | 48 VcpuStat stat; member 79 VcpuStat stat; in vcpu_dirty_rate_stat_collect() local
|
/qemu/target/s390x/tcg/ |
H A D | fpu_helper.c | 179 static uint32_t set_cc_conv_f32(float32 v, float_status *stat) in set_cc_conv_f32() 188 static uint32_t set_cc_conv_f64(float64 v, float_status *stat) in set_cc_conv_f64() 197 static uint32_t set_cc_conv_f128(float128 v, float_status *stat) in set_cc_conv_f128()
|
/qemu/hw/input/ |
H A D | pl050.c | 85 uint32_t stat; in pl050_read() local
|
/qemu/migration/ |
H A D | dirtyrate.c | 123 static DirtyPageRecord *vcpu_dirty_stat_alloc(VcpuStat *stat) in vcpu_dirty_stat_alloc() 149 VcpuStat *stat, in vcpu_calculate_dirtyrate()
|
/qemu/hw/ppc/ |
H A D | pnv_i2c.c | 112 uint64_t stat = i2c->regs[I2C_STAT_REG]; in pnv_i2c_fifo_update_count() local
|
/qemu/hw/i2c/ |
H A D | omap_i2c.c | 44 uint16_t stat; member
|
/qemu/hw/net/ |
H A D | sungem.c | 241 uint32_t stat, mask; in sungem_eval_irq() local 254 uint32_t stat; in sungem_update_status() local 268 uint32_t stat, mask; in sungem_eval_cascade_irq() local
|
H A D | xgmac.c | 268 int stat = s->regs[DMA_STATUS] & s->regs[DMA_INTR_ENA]; in enet_update_irq() local
|
/qemu/hw/9pfs/ |
H A D | 9p.c | 1171 static int donttouch_stat(V9fsStat *stat) in donttouch_stat() 1195 static void v9fs_stat_init(V9fsStat *stat) in v9fs_stat_init() 1204 static void v9fs_stat_free(V9fsStat *stat) in v9fs_stat_free() 4268 struct stat stat; in v9fs_device_realize_common() local
|
/qemu/hw/virtio/ |
H A D | virtio-balloon.c | 464 VirtIOBalloonStat stat; in virtio_balloon_receive_stats() local
|
/qemu/include/hw/virtio/ |
H A D | virtio-net.h | 133 VirtioNetRscStat stat; member
|
/qemu/hw/usb/ |
H A D | dev-mtp.c | 174 struct stat stat; member
|
/qemu/hw/scsi/ |
H A D | lsi53c895a.c | 561 static void lsi_script_dma_interrupt(LSIState *s, int stat) in lsi_script_dma_interrupt()
|
/qemu/include/standard-headers/linux/ |
H A D | fuse.h | 726 struct fuse_statx stat; global() member
|