/qemu/hw/xen/ |
H A D | xen-bus-helper.c | 50 void xs_node_create(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_create() 61 void xs_node_destroy(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_destroy() 71 void xs_node_vprintf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_vprintf() 93 void xs_node_printf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_printf() 104 int xs_node_vscanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_vscanf() 128 int xs_node_scanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_scanf() 142 char *xs_node_read(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_read() 164 struct qemu_xs_watch *xs_node_watch(struct qemu_xs_handle *h, const char *node, in xs_node_watch() 186 void xs_node_unwatch(struct qemu_xs_handle *h, struct qemu_xs_watch *w) in xs_node_unwatch()
|
H A D | xen-operations.c | 218 struct qemu_xs_handle *h = opaque; in watch_event() local 235 struct qemu_xs_handle *h; in libxenstore_open() local 250 static void libxenstore_close(struct qemu_xs_handle *h) in libxenstore_close() 258 static char *libxenstore_get_domain_path(struct qemu_xs_handle *h, in libxenstore_get_domain_path() 264 static char **libxenstore_directory(struct qemu_xs_handle *h, in libxenstore_directory() 271 static void *libxenstore_read(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_read() 277 static bool libxenstore_write(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_write() 284 static bool libxenstore_create(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_create() 307 static bool libxenstore_destroy(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_destroy() 356 static struct qemu_xs_watch *libxenstore_watch(struct qemu_xs_handle *h, in libxenstore_watch() [all …]
|
/qemu/linux-headers/linux/ |
H A D | bits.h | 7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (BITS_PER_LONG - 1 - (h)))) argument 9 #define __GENMASK_ULL(h, l) (((~_ULL(0)) << (l)) & (~_ULL(0) >> (BITS_PER_LONG_LONG - 1 - (h)))) argument 11 #define __GENMASK_U128(h, l) \ argument
|
/qemu/dump/ |
H A D | win_dump.c | 83 static void write_runs(DumpState *s, WinDumpHeader *h, bool x64, Error **errp) in write_runs() 114 static void patch_mm_pfn_database(WinDumpHeader *h, bool x64, Error **errp) in patch_mm_pfn_database() 125 static void patch_bugcheck_data(WinDumpHeader *h, bool x64, Error **errp) in patch_bugcheck_data() 155 static void patch_header(WinDumpHeader *h, bool x64) in patch_header() 180 static bool check_header(WinDumpHeader *h, bool *x64, Error **errp) in check_header() 203 static void check_kdbg(WinDumpHeader *h, bool x64, Error **errp) in check_kdbg() 249 static void patch_and_save_context(WinDumpHeader *h, bool x64, in patch_and_save_context() 395 static void restore_context(WinDumpHeader *h, bool x64, in restore_context() 410 WinDumpHeader *h = (void *)(s->guest_note + VMCOREINFO_ELF_NOTE_HDR_SIZE); in create_win_dump() local
|
/qemu/hw/uefi/ |
H A D | var-service-siglist.c | 46 uefi_vars_hash *h; in uefi_vars_siglist_add_sha256() local 71 uefi_vars_hash *h, *hs; in uefi_vars_siglist_free() local 146 uefi_vars_hash *h; in uefi_vars_siglist_blob_size() local 170 uefi_vars_hash *h; in uefi_vars_siglist_blob_generate() local
|
/qemu/ui/ |
H A D | vnc-enc-tight.c | 117 static bool tight_can_send_png_rect(VncState *vs, int w, int h) in tight_can_send_png_rect() 138 tight_detect_smooth_image24(VncState *vs, int w, int h) in tight_detect_smooth_image24() 296 tight_detect_smooth_image(VncState *vs, int w, int h) in tight_detect_smooth_image() 550 tight_filter_gradient24(VncState *vs, uint8_t *buf, int w, int h) in tight_filter_gradient24() 676 check_solid_tile32(VncState *vs, int x, int y, int w, int h, in check_solid_tile32() 705 static bool check_solid_tile(VncState *vs, int x, int y, int w, int h, in check_solid_tile() 712 static void find_best_solid_area(VncState *vs, int x, int y, int w, int h, in find_best_solid_area() 750 static void extend_solid_area(VncState *vs, int x, int y, int w, int h, in extend_solid_area() 917 static int send_full_color_rect(VncState *vs, int x, int y, int w, int h) in send_full_color_rect() 963 int w, int h, uint32_t bg, uint32_t fg) in send_mono_rect() [all …]
|
H A D | vnc-enc-zrle.c | 54 static void *zrle_convert_fb(VncState *vs, int x, int y, int w, int h, in zrle_convert_fb() 119 static void zrle_choose_palette_rle(VncState *vs, int w, int h, in zrle_choose_palette_rle() 256 int w, int h) in zrle_send_framebuffer_update() 346 int vnc_zrle_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_zrle_send_framebuffer_update() 352 int vnc_zywrle_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_zywrle_send_framebuffer_update()
|
H A D | vnc-enc-hextile.c | 30 static void hextile_enc_cord(uint8_t *ptr, int x, int y, int w, int h) in hextile_enc_cord() 47 int y, int w, int h) in vnc_hextile_send_framebuffer_update()
|
H A D | sdl2-gl.c | 64 int x, int y, int w, int h) in sdl2_gl_update() 208 uint32_t w, uint32_t h, in sdl2_gl_scanout_texture() 228 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in sdl2_gl_scanout_flush()
|
H A D | gtk-egl.c | 135 int x, int y, int w, int h) in gd_egl_update() 244 uint32_t w, uint32_t h, in gd_egl_scanout_texture() 339 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_scanout_flush() 407 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_flush()
|
H A D | gtk-gl-area.c | 149 int x, int y, int w, int h) in gd_gl_area_update() 296 uint32_t w, uint32_t h, in gd_gl_area_scanout_texture() 327 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_gl_area_scanout_flush()
|
H A D | egl-headless.c | 30 int x, int y, int w, int h) in egl_gfx_update() 64 uint32_t w, uint32_t h, in egl_scanout_texture() 144 uint32_t w, uint32_t h) in egl_scanout_flush()
|
/qemu/include/hw/xen/ |
H A D | xen_backend_ops.h | 302 static inline void qemu_xen_xs_close(struct qemu_xs_handle *h) in qemu_xen_xs_close() 310 static inline char *qemu_xen_xs_get_domain_path(struct qemu_xs_handle *h, in qemu_xen_xs_get_domain_path() 319 static inline char **qemu_xen_xs_directory(struct qemu_xs_handle *h, in qemu_xen_xs_directory() 329 static inline void *qemu_xen_xs_read(struct qemu_xs_handle *h, in qemu_xen_xs_read() 339 static inline bool qemu_xen_xs_write(struct qemu_xs_handle *h, in qemu_xen_xs_write() 349 static inline bool qemu_xen_xs_create(struct qemu_xs_handle *h, in qemu_xen_xs_create() 360 static inline bool qemu_xen_xs_destroy(struct qemu_xs_handle *h, in qemu_xen_xs_destroy() 369 static inline struct qemu_xs_watch *qemu_xen_xs_watch(struct qemu_xs_handle *h, in qemu_xen_xs_watch() 380 static inline void qemu_xen_xs_unwatch(struct qemu_xs_handle *h, in qemu_xen_xs_unwatch() 389 static inline xs_transaction_t qemu_xen_xs_transaction_start(struct qemu_xs_handle *h) in qemu_xen_xs_transaction_start() [all …]
|
/qemu/tests/qtest/ |
H A D | rtc-test.c | 303 static void set_time_regs(int h, int m, int s) in set_time_regs() 310 static void set_time(int mode, int h, int m, int s) in set_time() 318 static void set_datetime_bcd(int h, int min, int s, int d, int m, int y) in set_datetime_bcd() 329 static void set_datetime_dec(int h, int min, int s, int d, int m, int y) in set_datetime_dec() 340 static void set_datetime(int mode, int h, int min, int s, int d, int m, int y) in set_datetime() 353 #define assert_time(h, m, s) \ argument 360 #define assert_datetime_bcd(h, min, s, d, m, y) \ argument
|
/qemu/hw/pci-host/ |
H A D | uninorth.c | 120 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_unin_main_realize() local 141 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_unin_main_init() local 170 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_u3_agp_realize() local 186 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_u3_agp_init() local 214 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_unin_agp_realize() local 230 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_unin_agp_init() local 247 PCIHostState *h = PCI_HOST_BRIDGE(dev); in pci_unin_internal_realize() local 263 PCIHostState *h = PCI_HOST_BRIDGE(obj); in pci_unin_internal_init() local
|
/qemu/pc-bios/s390-ccw/ |
H A D | sclp.h | 55 SCCBHeader h; member 63 SCCBHeader h; member 79 SCCBHeader h; member 96 SCCBHeader h; member 102 SCCBHeader h; member
|
/qemu/target/hexagon/mmvec/ |
H A D | mmvec.h | 38 int16_t h[MAX_VEC_SIZE_BYTES / 2]; member 49 int16_t h[2 * MAX_VEC_SIZE_BYTES / 2]; member 61 int16_t h[MAX_VEC_SIZE_BYTES / 2 / 8]; member
|
/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 1508 struct qemu_xs_handle *h; member 1515 static char *xs_be_get_domain_path(struct qemu_xs_handle *h, unsigned int domid) in xs_be_get_domain_path() 1520 static char **xs_be_directory(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_directory() 1544 static void *xs_be_read(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_read() 1566 static bool xs_be_write(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_write() 1582 static bool xs_be_create(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_create() 1614 static bool xs_be_destroy(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_destroy() 1627 struct qemu_xs_handle *h = _h; in be_watch_bh() local 1656 static struct qemu_xs_watch *xs_be_watch(struct qemu_xs_handle *h, in xs_be_watch() 1679 static void xs_be_unwatch(struct qemu_xs_handle *h, struct qemu_xs_watch *w) in xs_be_unwatch() [all …]
|
/qemu/include/hw/s390x/ |
H A D | sclp.h | 115 SCCBHeader h; member 149 SCCBHeader h; member 159 SCCBHeader h; member 168 SCCBHeader h; member 176 SCCBHeader h; member 189 SCCBHeader h; member
|
/qemu/accel/tcg/ |
H A D | tcg-runtime.c | 95 uint64_t l, h; in HELPER() local 102 uint64_t l, h; in HELPER() local
|
/qemu/tests/unit/ |
H A D | test-int128.c | 41 uint64_t l, h; in expand() local 179 test_rshift_one(uint32_t x, int n, uint64_t h, uint64_t l) in test_rshift_one() 210 test_urshift_one(uint32_t x, int n, uint64_t h, uint64_t l) in test_urshift_one()
|
/qemu/tests/qemu-iotests/ |
H A D | 163 | 48 def check_l1_table(h, l1_data): argument 57 def check_reftable(fd, h, reftable): argument
|
/qemu/tests/tcg/xtensa/ |
H A D | test_fp0_sqrt.S | 8 .macro sqrt_seq r, a, y, t1, hn, h2, t5, h argument
|
/qemu/plugins/ |
H A D | api-user.c | 38 const char *qemu_plugin_hwaddr_device_name(const struct qemu_plugin_hwaddr *h) in qemu_plugin_hwaddr_device_name()
|
/qemu/tests/tcg/s390x/ |
H A D | vx.h | 9 uint16_t h[8]; /* halfword */ member
|