/openbmc/qemu/target/mips/tcg/ |
H A D | lmmi_helper.c | 58 LMIValue vs, vt; in helper_paddsb() local 72 LMIValue vs, vt; in helper_paddusb() local 86 LMIValue vs, vt; in helper_paddsh() local 100 LMIValue vs, vt; in helper_paddush() local 114 LMIValue vs, vt; in helper_paddb() local 127 LMIValue vs, vt; in helper_paddh() local 140 LMIValue vs, vt; in helper_paddw() local 153 LMIValue vs, vt; in helper_psubsb() local 167 LMIValue vs, vt; in helper_psubusb() local 181 LMIValue vs, vt; in helper_psubsh() local [all …]
|
/openbmc/qemu/ui/ |
H A D | vnc.c | 74 static void vnc_set_share_mode(VncState *vs, VncShareMode mode) in vnc_set_share_mode() 290 static void vnc_qmp_event(VncState *vs, QAPIEvent event) in vnc_qmp_event() 674 void vnc_framebuffer_update(VncState *vs, int x, int y, int w, int h, in vnc_framebuffer_update() 685 static void vnc_desktop_resize_ext(VncState *vs, int reject_reason) in vnc_desktop_resize_ext() 713 static void vnc_desktop_resize(VncState *vs) in vnc_desktop_resize() 751 VncState *vs; in vnc_abort_display_jobs() local 828 VncState *vs; in vnc_dpy_switch() local 870 static void vnc_write_pixels_copy(VncState *vs, in vnc_write_pixels_copy() 877 void vnc_convert_pixel(VncState *vs, uint8_t *buf, uint32_t v) in vnc_convert_pixel() 921 static void vnc_write_pixels_generic(VncState *vs, in vnc_write_pixels_generic() [all …]
|
H A D | vnc-enc-zrle.c | 38 static void vnc_zrle_start(VncState *vs) in vnc_zrle_start() 47 static void vnc_zrle_stop(VncState *vs) in vnc_zrle_stop() 54 static void *zrle_convert_fb(VncState *vs, int x, int y, int w, int h, in zrle_convert_fb() 72 static int zrle_compress_data(VncState *vs, int level) in zrle_compress_data() 119 static void zrle_choose_palette_rle(VncState *vs, int w, int h, in zrle_choose_palette_rle() 171 static void zrle_write_u32(VncState *vs, uint32_t value) in zrle_write_u32() 176 static void zrle_write_u24a(VncState *vs, uint32_t value) in zrle_write_u24a() 181 static void zrle_write_u24b(VncState *vs, uint32_t value) in zrle_write_u24b() 186 static void zrle_write_u16(VncState *vs, uint16_t value) in zrle_write_u16() 191 static void zrle_write_u8(VncState *vs, uint8_t value) in zrle_write_u8() [all …]
|
H A D | vnc-auth-sasl.c | 55 void vnc_sasl_client_cleanup(VncState *vs) in vnc_sasl_client_cleanup() 72 size_t vnc_client_write_sasl(VncState *vs) in vnc_client_write_sasl() 142 size_t vnc_client_read_sasl(VncState *vs) in vnc_client_read_sasl() 168 static int vnc_auth_sasl_check_access(VncState *vs) in vnc_auth_sasl_check_access() 207 static int vnc_auth_sasl_check_ssf(VncState *vs) in vnc_auth_sasl_check_ssf() 255 static int protocol_client_auth_sasl_step(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_sasl_step() 349 static int protocol_client_auth_sasl_step_len(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_sasl_step_len() 383 static int protocol_client_auth_sasl_start(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_sasl_start() 471 static int protocol_client_auth_sasl_start_len(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_sasl_start_len() 488 static int protocol_client_auth_sasl_mechname(VncState *vs, uint8_t *data, size_t len) in protocol_client_auth_sasl_mechname() [all …]
|
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() 420 static int tight_fill_palette(VncState *vs, int x, int y, in tight_fill_palette() 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() 785 static int tight_init_stream(VncState *vs, int stream_id, in tight_init_stream() [all …]
|
H A D | vnc-clipboard.c | 136 static void vnc_clipboard_send(VncState *vs, uint32_t count, uint32_t *dwords) in vnc_clipboard_send() 153 static void vnc_clipboard_provide(VncState *vs, in vnc_clipboard_provide() 194 static void vnc_clipboard_update_info(VncState *vs, QemuClipboardInfo *info) in vnc_clipboard_update_info() 228 VncState *vs = container_of(notifier, VncState, cbpeer.notifier); in vnc_clipboard_notify() local 244 VncState *vs = container_of(info->owner, VncState, cbpeer); in vnc_clipboard_request() local 258 void vnc_client_cut_text_ext(VncState *vs, int32_t len, uint32_t flags, uint8_t *data) in vnc_client_cut_text_ext() 308 void vnc_client_cut_text(VncState *vs, size_t len, uint8_t *text) in vnc_client_cut_text() 318 void vnc_server_cut_text_caps(VncState *vs) in vnc_server_cut_text_caps()
|
H A D | vnc-auth-vencrypt.c | 33 static void start_auth_vencrypt_subauth(VncState *vs) in start_auth_vencrypt_subauth() 69 VncState *vs = user_data; in vnc_tls_handshake_done() local 89 static int protocol_client_vencrypt_auth(VncState *vs, uint8_t *data, size_t len) in protocol_client_vencrypt_auth() 138 static int protocol_client_vencrypt_init(VncState *vs, uint8_t *data, size_t len) in protocol_client_vencrypt_init() 158 void start_auth_vencrypt(VncState *vs) in start_auth_vencrypt()
|
H A D | vnc-ws.c | 31 VncState *vs = user_data; in vncws_tls_handshake_done() local 54 VncState *vs = opaque; in vncws_tls_handshake_io() local 100 VncState *vs = user_data; in vncws_handshake_done() local 124 VncState *vs = opaque; in vncws_handshake_io() local
|
H A D | vnc-enc-zlib.c | 49 static void vnc_zlib_start(VncState *vs) in vnc_zlib_start() 58 static int vnc_zlib_stop(VncState *vs) in vnc_zlib_stop() 121 int vnc_zlib_send_framebuffer_update(VncState *vs, int x, int y, int w, int h) in vnc_zlib_send_framebuffer_update() 148 void vnc_zlib_clear(VncState *vs) in vnc_zlib_clear()
|
H A D | vnc-jobs.c | 82 VncJob *vnc_job_new(VncState *vs) in vnc_job_new() 123 static bool vnc_has_job_locked(VncState *vs) in vnc_has_job_locked() 135 void vnc_jobs_join(VncState *vs) in vnc_jobs_join() 145 void vnc_jobs_consume_buffer(VncState *vs) in vnc_jobs_consume_buffer() 210 static bool vnc_worker_clamp_rect(VncState *vs, VncJob *job, VncRect *rect) in vnc_worker_clamp_rect() 242 VncState vs = {}; in vnc_worker_thread_loop() local
|
H A D | vnc-jobs.h | 58 static inline void vnc_lock_output(VncState *vs) in vnc_lock_output() 63 static inline void vnc_unlock_output(VncState *vs) in vnc_unlock_output()
|
H A D | vnc-enc-hextile.c | 46 int vnc_hextile_send_framebuffer_update(VncState *vs, int x, in vnc_hextile_send_framebuffer_update() 69 void vnc_hextile_set_pixel_conversion(VncState *vs, int generic) in vnc_hextile_set_pixel_conversion()
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | addrspace.c | 112 void va_space_set_dtb(struct va_space *vs, uint64_t dtb) in va_space_set_dtb() 117 void va_space_create(struct va_space *vs, struct pa_space *ps, uint64_t dtb) in va_space_create() 123 static bool get_pml4e(struct va_space *vs, uint64_t va, uint64_t *value) in get_pml4e() 130 static bool get_pdpi(struct va_space *vs, uint64_t va, uint64_t pml4e, in get_pdpi() 149 static bool get_pgd(struct va_space *vs, uint64_t va, uint64_t pdpe, in get_pgd() 167 static bool get_pte(struct va_space *vs, uint64_t va, uint64_t pgd, in get_pte() 200 static uint64_t va_space_va2pa(struct va_space *vs, uint64_t va) in va_space_va2pa() 231 void *va_space_resolve(struct va_space *vs, uint64_t va) in va_space_resolve() 242 bool va_space_rw(struct va_space *vs, uint64_t addr, in va_space_rw()
|
H A D | main.c | 70 struct va_space *vs, uint64_t KdDebuggerDataBlock) in get_kdbg() 185 static bool fix_dtb(struct va_space *vs, QEMU_Elf *qe) in fix_dtb() 268 struct va_space *vs, uint64_t KdDebuggerDataBlock, in fill_header() 342 struct va_space *vs, QEMU_Elf *qe) in fill_context() 380 void *entry, size_t size, struct va_space *vs) in pe_get_data_dir_entry() 451 struct va_space *vs, OMFSignatureRSDS *rsds) in pe_check_pdb_name() 514 struct va_space vs; in main() local
|
/openbmc/qemu/hw/scsi/ |
H A D | vhost-user-scsi.c | 72 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_set_status() local 103 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_handle_output() local 147 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_connect() local 183 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_disconnect() local 206 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_event() local 233 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_realize_connect() local 256 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_realize() local 325 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_user_scsi_unrealize() local
|
H A D | virtio-scsi-dataplane.c | 26 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_dataplane_setup() local 72 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_dataplane_stop_bh() local 104 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(vdev); in virtio_scsi_dataplane_start() local 193 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(vdev); in virtio_scsi_dataplane_stop() local
|
H A D | virtio-scsi.c | 240 VirtIOSCSICommon *vs = (VirtIOSCSICommon *)s; in virtio_scsi_pop_req() local 254 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(req->dev); in virtio_scsi_save_request() local 267 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_load_request() local 780 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_handle_cmd_req_prepare() local 908 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(vdev); in virtio_scsi_set_config() local 935 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(vdev); in virtio_scsi_reset() local 965 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_push_event() local 1151 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in virtio_scsi_drained_end() local 1265 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in virtio_scsi_common_unrealize() local
|
H A D | vhost-scsi-common.c | 36 VirtIOSCSICommon *vs = (VirtIOSCSICommon *)vsc; in vhost_scsi_common_start() local 138 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(vdev); in vhost_scsi_common_set_config() local
|
H A D | vhost-scsi.c | 48 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in vhost_scsi_set_endpoint() local 65 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(s); in vhost_scsi_clear_endpoint() local 226 VirtIOSCSICommon *vs = VIRTIO_SCSI_COMMON(dev); in vhost_scsi_realize() local
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-scsi-test.c | 39 static void qvirtio_scsi_pci_free(QVirtioSCSIQueues *vs) in qvirtio_scsi_pci_free() 49 static uint64_t qvirtio_scsi_alloc(QVirtioSCSIQueues *vs, size_t alloc_size, in qvirtio_scsi_alloc() 62 static uint8_t virtio_scsi_do_command(QVirtioSCSIQueues *vs, in virtio_scsi_do_command() 123 QVirtioSCSIQueues *vs; in qvirtio_scsi_init() local 172 QVirtioSCSIQueues *vs; in test_unaligned_write_same() local 208 QVirtioSCSIQueues *vs; in test_unmap_large_lba() local 243 QVirtioSCSIQueues *vs; in test_write_to_cdrom() local 270 QVirtioSCSIQueues *vs; in test_iothread_attach_node() local
|
/openbmc/linux/drivers/vhost/ |
H A D | scsi.c | 175 struct vhost_scsi *vs; member 252 static void vhost_scsi_init_inflight(struct vhost_scsi *vs, in vhost_scsi_init_inflight() 413 static void vhost_scsi_free_evt(struct vhost_scsi *vs, struct vhost_scsi_evt *evt) in vhost_scsi_free_evt() 420 vhost_scsi_allocate_evt(struct vhost_scsi *vs, in vhost_scsi_allocate_evt() 451 vhost_scsi_do_evt_work(struct vhost_scsi *vs, struct vhost_scsi_evt *evt) in vhost_scsi_do_evt_work() 500 static void vhost_scsi_complete_events(struct vhost_scsi *vs, bool drop) in vhost_scsi_complete_events() 518 struct vhost_scsi *vs = container_of(work, struct vhost_scsi, in vhost_scsi_evt_work() local 922 vhost_scsi_send_bad_target(struct vhost_scsi *vs, in vhost_scsi_send_bad_target() 941 vhost_scsi_get_desc(struct vhost_scsi *vs, struct vhost_virtqueue *vq, in vhost_scsi_get_desc() 1047 vhost_scsi_handle_vq(struct vhost_scsi *vs, struct vhost_virtqueue *vq) in vhost_scsi_handle_vq() [all …]
|
/openbmc/linux/sound/virtio/ |
H A D | virtio_chmap.c | 86 struct virtio_pcm_stream *vs; in virtsnd_chmap_parse_cfg() local 122 struct virtio_pcm_stream *vs) in virtsnd_chmap_add_ctls() 146 struct virtio_pcm_stream *vs; in virtsnd_chmap_build_devs() local
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | ieee754int.h | 54 #define EXPLODESP(v, vc, vs, ve, vm) \ argument 92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument 120 #define FLUSHDP(v, vc, vs, ve, vm) \ argument 131 #define FLUSHSP(v, vc, vs, ve, vm) \ argument
|
/openbmc/ipmitool/lib/ |
H A D | helper.c | 114 const char * val2str(uint16_t val, const struct valstr *vs) in val2str() 131 const struct oemvalstr *vs) in oemval2str() 392 uint16_t str2val(const char *str, const struct valstr *vs) in str2val() 411 print_valstr(const struct valstr * vs, const char * title, int loglevel) in print_valstr() 460 print_valstr_2col(const struct valstr * vs, const char * title, int loglevel) in print_valstr_2col()
|
/openbmc/linux/kernel/futex/ |
H A D | waitwake.c | 399 static int futex_wait_multiple_setup(struct futex_vector *vs, int count, int *woken) in futex_wait_multiple_setup() 496 static void futex_sleep_multiple(struct futex_vector *vs, unsigned int count, in futex_sleep_multiple() 524 int futex_wait_multiple(struct futex_vector *vs, unsigned int count, in futex_wait_multiple()
|