/qemu/block/export/ |
H A D | export.c | 52 BlockExport *exp; in blk_exp_find() local 80 BlockExport *exp = NULL; in blk_exp_add() local 220 void blk_exp_ref(BlockExport *exp) in blk_exp_ref() 229 BlockExport *exp = opaque; in blk_exp_delete_bh() local 241 void blk_exp_unref(BlockExport *exp) in blk_exp_unref() 257 void blk_exp_request_shutdown(BlockExport *exp) in blk_exp_request_shutdown() 281 BlockExport *exp; in blk_exp_has_type() local 299 BlockExport *exp, *next; in blk_exp_close_all_type() local 328 BlockExport *exp; in qmp_block_export_del() local 357 BlockExport *exp; in qmp_query_block_exports() local
|
H A D | fuse.c | 84 FuseExport *exp = opaque; in fuse_export_drained_begin() local 94 FuseExport *exp = opaque; in fuse_export_drained_end() local 107 FuseExport *exp = opaque; in fuse_export_drained_poll() local 122 FuseExport *exp = container_of(blk_exp, FuseExport, common); in fuse_export_create() local 231 static int setup_fuse_export(FuseExport *exp, const char *mountpoint, in setup_fuse_export() 290 FuseExport *exp = opaque; in read_from_fuse_export() local 316 FuseExport *exp = container_of(blk_exp, FuseExport, common); in fuse_export_shutdown() local 340 FuseExport *exp = container_of(blk_exp, FuseExport, common); in fuse_export_delete() local 412 FuseExport *exp = fuse_req_userdata(req); in fuse_getattr() local 444 static int fuse_do_truncate(const FuseExport *exp, int64_t size, in fuse_do_truncate() [all …]
|
H A D | vduse-blk.c | 206 BlockExport *exp = opaque; in vduse_blk_resize() local 239 BlockExport *exp = opaque; in vduse_blk_drained_begin() local 247 BlockExport *exp = opaque; in vduse_blk_drained_end() local 255 BlockExport *exp = opaque; in vduse_blk_drained_poll() local 268 static int vduse_blk_exp_create(BlockExport *exp, BlockExportOptions *opts, in vduse_blk_exp_create() 387 static void vduse_blk_exp_delete(BlockExport *exp) in vduse_blk_exp_delete() 406 static void vduse_blk_exp_request_shutdown(BlockExport *exp) in vduse_blk_exp_request_shutdown()
|
H A D | vhost-user-blk-server.c | 257 static void vu_blk_exp_request_shutdown(BlockExport *exp) in vu_blk_exp_request_shutdown() 317 static int vu_blk_exp_create(BlockExport *exp, BlockExportOptions *opts, in vu_blk_exp_create() 367 static void vu_blk_exp_delete(BlockExport *exp) in vu_blk_exp_delete()
|
/qemu/nbd/ |
H A D | server.c | 114 const NBDExport *exp; /* associated export */ member 131 NBDExport *exp; member 412 nbd_negotiate_send_rep_list(NBDClient *client, NBDExport *exp, Error **errp) in nbd_negotiate_send_rep_list() 456 NBDExport *exp; in nbd_negotiate_handle_list() local 470 nbd_check_meta_export(NBDClient *client, NBDExport *exp) in nbd_check_meta_export() 601 NBDExport *exp; in nbd_negotiate_handle_info() local 1672 NBDExport *exp = opaque; in blk_aio_attached() local 1692 NBDExport *exp = opaque; in blk_aio_detach() local 1703 NBDExport *exp = opaque; in nbd_drained_begin() local 1717 NBDExport *exp = opaque; in nbd_drained_end() local [all …]
|
/qemu/include/hw/ppc/ |
H A D | fdt.h | 16 #define _FDT(exp) \ argument
|
/qemu/tests/tcg/s390x/ |
H A D | pack.c | 6 char exp[] = {0xaa, 0xaa, 0x00, 0x01, 0x23, 0x4c, 0xaa, 0xaa}; in main() local
|
H A D | vcksm.c | 22 S390Vector exp = {.d[0] = 0xdedd7f8eULL, .d[1] = 0ULL}; in main() local
|
H A D | icm.S | 25 exp: label
|
H A D | fma.c | 185 union val a, b, c, exp, res; in main() local
|
/qemu/libdecnumber/dpd/ |
H A D | decimal32.c | 90 uInt comb, exp; /* .. */ in decimal32FromNumber() local 191 uInt exp; /* exponent top two bits */ in decimal32ToNumber() local 260 Int exp; /* exponent top two bits or full */ in decimal32ToString() local
|
H A D | decimal128.c | 90 uInt comb, exp; /* .. */ in decimal128FromNumber() local 199 uInt exp; /* exponent top two bits */ in decimal128ToNumber() local 287 Int exp; /* exponent top two bits or full */ in decimal128ToString() local
|
H A D | decimal64.c | 96 uInt comb, exp; /* .. */ in decimal64FromNumber() local 216 uInt exp; /* exponent top two bits */ in decimal64ToNumber() local 303 Int exp; /* exponent top two bits or full */ in decimal64ToString() local
|
/qemu/target/hexagon/ |
H A D | fma_emu.c | 63 int exp = extract64(f64, 52, 11); in float64_getexp() local 75 int exp = float32_getexp_raw(f32); in float32_getexp() local 104 int32_t exp; member
|
/qemu/target/alpha/ |
H A D | vax_helper.c | 31 uint64_t r, exp, mant, sig; in float32_to_f() local 64 uint32_t exp, mant_sig; in f_to_float32() local 162 uint64_t r, exp, mant, sig; in float64_to_g() local 195 uint64_t exp, mant_sig; in g_to_float64() local
|
H A D | fpu_helper.c | 112 uint32_t exp = (uint32_t)(val >> 52) & 0x7ff; in helper_ieee_input() local 130 uint32_t exp = (uint32_t)(val >> 52) & 0x7ff; in helper_ieee_input_cmp() local 168 uint32_t exp; in float32_to_s_int() local
|
/qemu/accel/hvf/ |
H A D | hvf-all.c | 33 const char *exp) in assert_hvf_ok_impl()
|
/qemu/tests/tcg/m68k/ |
H A D | denormal.c | 23 uint32_t exp:16; in dump_ld() member
|
/qemu/tests/tcg/hexagon/ |
H A D | hvx_histogram.c | 41 int exp = expect[i]; in check() local
|
/qemu/hw/audio/ |
H A D | adlib.c | 68 int64_t exp[2]; member 136 int64_t exp; in timer_handler() local
|
/qemu/hw/i2c/ |
H A D | pmbus_device.c | 30 uint16_t pmbus_data2linear_mode(uint16_t value, int exp) in pmbus_data2linear_mode() 39 uint16_t pmbus_linear_mode2data(uint16_t value, int exp) in pmbus_linear_mode2data()
|
/qemu/include/hw/block/ |
H A D | block.h | 41 unsigned int exp = 0, size; in get_physical_block_exp() local
|
/qemu/target/arm/tcg/ |
H A D | vfp_helper.c | 611 static uint64_t call_recip_estimate(int *exp, int exp_off, uint64_t frac, in call_recip_estimate() 885 static uint64_t recip_sqrt_estimate(int *exp , int exp_off, uint64_t frac, in recip_sqrt_estimate() 1241 uint32_t exp = extract32(f, 23, 8); in frint_s() local 1289 uint32_t exp = extract64(f, 52, 11); in frint_d() local
|
/qemu/tests/tcg/riscv64/ |
H A D | test-fcvtmod.c | 313 uint32_t exp = (uint32_t)(t->inp_lu >> 52) & 0x7ff; in run_fcvtmod_tests() local
|
/qemu/include/fpu/ |
H A D | softfloat-types.h | 105 #define make_floatx80(exp, mant) ((floatx80) { mant, exp }) argument 106 #define make_floatx80_init(exp, mant) { .low = mant, .high = exp } argument
|