| /qemu/linux-headers/linux/ |
| A D | bits.h | 7 #define __GENMASK(h, l) \ argument 11 #define __GENMASK_ULL(h, l) \ argument 15 #define __GENMASK_U128(h, l) \ argument
|
| /qemu/hw/xen/ |
| 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() 356 static struct qemu_xs_watch *libxenstore_watch(struct qemu_xs_handle *h, in libxenstore_watch() 373 static void libxenstore_unwatch(struct qemu_xs_handle *h, in libxenstore_unwatch() [all …]
|
| 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() 131 int xs_node_scanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_scanf() 145 struct qemu_xs_watch *xs_node_watch(struct qemu_xs_handle *h, const char *node, in xs_node_watch() 167 void xs_node_unwatch(struct qemu_xs_handle *h, struct qemu_xs_watch *w) in xs_node_unwatch()
|
| /qemu/host/include/aarch64/host/ |
| A D | atomic128-ldst.h | 30 uint64_t l, h; in atomic16_read_ro() local 42 uint64_t l, h; in atomic16_read_rw() local 62 uint64_t l = int128_getlo(val), h = int128_gethi(val); in atomic16_set() local
|
| /qemu/dump/ |
| 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/ui/ |
| 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() 963 int w, int h, uint32_t bg, uint32_t fg) in send_mono_rect() 1078 int w, int h, VncPalette *palette) in send_palette_rect() 1291 static int send_png_rect(VncState *vs, int x, int y, int w, int h, in send_png_rect() 1648 int w, int h) in tight_send_framebuffer_update() 1682 int w, int h) in vnc_tight_send_framebuffer_update() [all …]
|
| 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()
|
| 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()
|
| 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()
|
| A D | gtk-egl.c | 131 int x, int y, int w, int h) in gd_egl_update() 240 uint32_t w, uint32_t h, in gd_egl_scanout_texture() 335 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_scanout_flush() 377 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_egl_flush()
|
| A D | gtk-gl-area.c | 110 int x, int y, int w, int h) in gd_gl_area_update() 257 uint32_t w, uint32_t h, in gd_gl_area_scanout_texture() 288 uint32_t x, uint32_t y, uint32_t w, uint32_t h) in gd_gl_area_scanout_flush()
|
| 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()
|
| A D | dbus-listener.c | 241 int x, int y, int w, int h) in dbus_call_update_gl() 390 uint32_t w, uint32_t h) in dbus_scanout_share_d3d_texture() 500 uint32_t w, uint32_t h, in dbus_scanout_texture() 616 uint32_t w, uint32_t h) in dbus_scanout_update() 659 int x, int y, int w, int h) in dbus_gl_gfx_update() 675 int x, int y, int w, int h) in dbus_gfx_update_sub() 735 int x, int y, int w, int h) in dbus_gfx_update()
|
| /qemu/include/hw/xen/ |
| 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/host/include/loongarch64/host/ |
| A D | atomic128-ldst.h | 25 uint64_t l, h; in atomic16_read_ro() local 43 uint64_t l = int128_getlo(val), h = int128_gethi(val); in atomic16_set() local
|
| /qemu/tests/qtest/ |
| 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/ |
| 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/ |
| 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/ |
| 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/ |
| A D | xen_xenstore.c | 1506 struct qemu_xs_handle *h; member 1518 static char **xs_be_directory(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_directory() 1542 static void *xs_be_read(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_read() 1564 static bool xs_be_write(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_write() 1580 static bool xs_be_create(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_create() 1612 static bool xs_be_destroy(struct qemu_xs_handle *h, xs_transaction_t t, in xs_be_destroy() 1625 struct qemu_xs_handle *h = _h; in be_watch_bh() local 1654 static struct qemu_xs_watch *xs_be_watch(struct qemu_xs_handle *h, in xs_be_watch() 1687 static xs_transaction_t xs_be_transaction_start(struct qemu_xs_handle *h) in xs_be_transaction_start() 1712 struct qemu_xs_handle *h; in xs_be_open() local [all …]
|
| /qemu/accel/tcg/ |
| A D | tcg-runtime.c | 99 uint64_t l, h; in HELPER() local 106 uint64_t l, h; in HELPER() local
|
| /qemu/include/hw/s390x/ |
| 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/tests/unit/ |
| 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/ |
| A D | 163 | 48 def check_l1_table(h, l1_data): argument 57 def check_reftable(fd, h, reftable): argument
|
| /qemu/tests/tcg/s390x/ |
| A D | vx.h | 9 uint16_t h[8]; /* halfword */ member
|