/qemu/hw/virtio/ |
H A D | virtio-config-io.c | 18 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_readb() local 33 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_readw() local 48 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_readl() local 63 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_writeb() local 79 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_writew() local 95 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_writel() local 111 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_readb() local 126 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_readw() local 141 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_readl() local 157 VirtioDeviceClass *k = VIRTIO_DEVICE_GET_CLASS(vdev); in virtio_config_modern_writeb() local [all …]
|
H A D | virtio-bus.c | 149 VirtioDeviceClass *k; in virtio_bus_get_vdev_bad_features() local 164 VirtioDeviceClass *k; in virtio_bus_get_vdev_config() local 177 VirtioDeviceClass *k; in virtio_bus_set_vdev_config() local 189 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(bus); in virtio_bus_grab_ioeventfd() local 221 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(bus); in virtio_bus_start_ioeventfd() local 266 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(bus); in virtio_bus_ioeventfd_enabled() local 279 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(bus); in virtio_bus_set_host_notifier() local
|
/qemu/backends/tpm/ |
H A D | tpm_backend.c | 40 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_worker_thread() local 61 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_get_type() local 84 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_startup_tpm() local 116 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_reset() local 129 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_cancel_cmd() local 136 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_get_tpm_established_flag() local 144 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_reset_tpm_established_flag() local 152 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_get_tpm_version() local 159 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_get_buffer_size() local 167 TPMBackendClass *k = TPM_BACKEND_GET_CLASS(s); in tpm_backend_query_tpm() local
|
/qemu/host/include/ppc/host/crypto/ |
H A D | aes-round.h | 72 static inline AESStateVec aes_accel_vcipher(AESStateVec d, AESStateVec k) in aes_accel_vcipher() 78 static inline AESStateVec aes_accel_vncipher(AESStateVec d, AESStateVec k) in aes_accel_vncipher() 84 static inline AESStateVec aes_accel_vcipherlast(AESStateVec d, AESStateVec k) in aes_accel_vcipherlast() 90 static inline AESStateVec aes_accel_vncipherlast(AESStateVec d, AESStateVec k) in aes_accel_vncipherlast() 111 AESStateVec t, k; in aesenc_SB_SR_AK_accel() local 123 AESStateVec t, k; in aesenc_SB_SR_MC_AK_accel() local 146 AESStateVec t, k; in aesdec_ISB_ISR_AK_accel() local 158 AESStateVec t, k; in aesdec_ISB_ISR_AK_IMC_accel() local 170 AESStateVec t, k, z = { }; in aesdec_ISB_ISR_IMC_AK_accel() local
|
/qemu/ui/ |
H A D | keymaps.c | 63 static void add_keysym(char *line, int keysym, int keycode, kbd_layout_t *k) in add_keysym() argument 85 static int parse_keyboard_layout(kbd_layout_t *k, in parse_keyboard_layout() 179 kbd_layout_t *k; in init_keyboard_layout() local 192 int keysym2scancode(kbd_layout_t *k, int keysym, in keysym2scancode() 255 int keycode_is_keypad(kbd_layout_t *k, int keycode) in keycode_is_keypad() 263 int keysym_is_numlock(kbd_layout_t *k, int keysym) in keysym_is_numlock()
|
/qemu/hw/char/ |
H A D | virtio-console.c | 67 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in flush_buf() local 115 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in set_guest_connected() local 180 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in chr_be_change() local 209 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(port); in virtconsole_enable_backend() local 224 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_GET_CLASS(dev); in virtconsole_realize() local 266 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_CLASS(klass); in virtconsole_class_init() local 284 VirtIOSerialPortClass *k = VIRTIO_SERIAL_PORT_CLASS(klass); in virtserialport_class_init() local
|
/qemu/host/include/i386/host/crypto/ |
H A D | aes-round.h | 50 __m128i k = (__m128i)rk->v; in aesenc_SB_SR_AK_accel() local 68 __m128i k = (__m128i)rk->v; in aesenc_SB_SR_MC_AK_accel() local 101 __m128i k = (__m128i)rk->v; in aesdec_ISB_ISR_AK_accel() local 119 __m128i k = (__m128i)rk->v; in aesdec_ISB_ISR_AK_IMC_accel() local 139 __m128i k = (__m128i)rk->v; in aesdec_ISB_ISR_IMC_AK_accel() local
|
/qemu/hw/gpio/ |
H A D | pca9552.c | 69 PCA955xClass *k = PCA955X_GET_CLASS(s); in pca955x_display_pins_status() local 110 PCA955xClass *k = PCA955X_GET_CLASS(s); in pca955x_update_pin_input() local 210 PCA955xClass *k = PCA955X_GET_CLASS(s); in pca955x_autoinc() local 276 PCA955xClass *k = PCA955X_GET_CLASS(obj); in pca955x_get_led() local 313 PCA955xClass *k = PCA955X_GET_CLASS(obj); in pca955x_set_led() local 384 PCA955xClass *k = PCA955X_GET_CLASS(obj); in pca955x_initfn() local 412 PCA955xClass *k = PCA955X_GET_CLASS(s); in pca955x_gpio_in_handler() local 420 PCA955xClass *k = PCA955X_GET_CLASS(dev); in pca955x_realize() local 438 I2CSlaveClass *k = I2C_SLAVE_CLASS(klass); in pca955x_class_init() local
|
/qemu/tests/tcg/aarch64/ |
H A D | test-aes.c | 25 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK() 50 bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC() 55 bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
|
/qemu/util/ |
H A D | bitmap.c | 43 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_empty() local 61 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_full() local 81 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_equal() local 101 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_complement() local 115 long k; in slow_bitmap_and() local 128 long k; in slow_bitmap_or() local 139 long k; in slow_bitmap_xor() local 150 long k; in slow_bitmap_andnot() local 388 long k, lim = bits/BITS_PER_LONG; in slow_bitmap_intersects() local 406 long k, lim = nbits / BITS_PER_LONG, result = 0; in slow_bitmap_count_one() local
|
/qemu/tests/tcg/ppc64/ |
H A D | test-aes.c | 40 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK() 90 bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC() 113 bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
|
/qemu/hw/ipack/ |
H A D | ipack.c | 47 IPackDeviceClass *k = IPACK_DEVICE_GET_CLASS(dev); in ipack_device_realize() local 65 IPackDeviceClass *k = IPACK_DEVICE_GET_CLASS(dev); in ipack_device_unrealize() local 79 DeviceClass *k = DEVICE_CLASS(klass); in ipack_device_class_init() local
|
H A D | tpci200.c | 328 IPackDeviceClass *k = IPACK_DEVICE_GET_CLASS(ip); in tpci200_read_las1() local 390 IPackDeviceClass *k = IPACK_DEVICE_GET_CLASS(ip); in tpci200_write_las1() local 438 IPackDeviceClass *k = IPACK_DEVICE_GET_CLASS(ip); in tpci200_read_las2() local 469 IPackDeviceClass *k = IPACK_DEVICE_GET_CLASS(ip); in tpci200_write_las2() local 493 IPackDeviceClass *k = IPACK_DEVICE_GET_CLASS(ip); in tpci200_read_las3() local 519 IPackDeviceClass *k = IPACK_DEVICE_GET_CLASS(ip); in tpci200_write_las3() local 635 PCIDeviceClass *k = PCI_DEVICE_CLASS(klass); in tpci200_class_init() local
|
/qemu/tests/tcg/i386/ |
H A D | test-aes.c | 22 static bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK() 54 static bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC() 59 static bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
|
/qemu/host/include/aarch64/host/crypto/ |
H A D | aes-round.h | 37 static inline uint8x16_t aes_accel_aesd(uint8x16_t d, uint8x16_t k) in aes_accel_aesd() 44 static inline uint8x16_t aes_accel_aese(uint8x16_t d, uint8x16_t k) in aes_accel_aese() 66 static inline uint8x16_t aes_accel_aesd_imc(uint8x16_t d, uint8x16_t k) in aes_accel_aesd_imc() 75 static inline uint8x16_t aes_accel_aese_mc(uint8x16_t d, uint8x16_t k) in aes_accel_aese_mc() 170 uint8x16_t k = (uint8x16_t)rk->v; in aesdec_ISB_ISR_AK_IMC_accel() local
|
/qemu/hw/core/ |
H A D | stream.c | 8 StreamSinkClass *k = STREAM_SINK_GET_CLASS(sink); in stream_push() local 17 StreamSinkClass *k = STREAM_SINK_GET_CLASS(sink); in stream_can_push() local
|
/qemu/tests/tcg/riscv64/ |
H A D | test-aes.c | 22 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK() 62 bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC() 67 bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
|
/qemu/tests/tcg/multiarch/ |
H A D | float_madds.c | 53 static void print_result(float r, int j, int k) in print_result() 66 static void do_madds(float a, float b, float c, int j, int k) in do_madds() 80 int i, j, k, nums = get_num_f32(); in main() local
|
/qemu/hw/scsi/ |
H A D | virtio-scsi-dataplane.c | 30 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(qbus); in virtio_scsi_dataplane_setup() local 149 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(qbus); in virtio_scsi_dataplane_start() local 241 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(qbus); in virtio_scsi_dataplane_stop() local
|
H A D | vhost-scsi-common.c | 34 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(qbus); in vhost_scsi_common_start() local 108 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(qbus); in vhost_scsi_common_stop() local
|
/qemu/hw/ide/ |
H A D | ide-dev.c | 204 IDEDeviceClass *k = IDE_DEVICE_CLASS(klass); in ide_hd_class_init() local 226 IDEDeviceClass *k = IDE_DEVICE_CLASS(klass); in ide_cd_class_init() local 243 DeviceClass *k = DEVICE_CLASS(klass); in ide_device_class_init() local
|
/qemu/hw/remote/ |
H A D | remote-obj.c | 130 RemoteObjectClass *k = REMOTE_OBJECT_GET_CLASS(obj); in remote_object_init() local 150 RemoteObjectClass *k = REMOTE_OBJECT_GET_CLASS(obj); in remote_object_finalize() local 168 RemoteObjectClass *k = REMOTE_OBJECT_CLASS(klass); in remote_object_class_init() local
|
/qemu/hw/ipmi/ |
H A D | ipmi_bmc_extern.c | 154 IPMIInterfaceClass *k = IPMI_INTERFACE_GET_CLASS(s); in extern_timeout() local 209 IPMIInterfaceClass *k = IPMI_INTERFACE_GET_CLASS(s); in ipmi_bmc_extern_handle_command() local 236 IPMIInterfaceClass *k = IPMI_INTERFACE_GET_CLASS(s); in handle_hw_op() local 283 IPMIInterfaceClass *k = IPMI_INTERFACE_GET_CLASS(ibe->parent.intf); in handle_msg() local 383 IPMIInterfaceClass *k = IPMI_INTERFACE_GET_CLASS(s); in chr_event() local
|
/qemu/hw/s390x/ |
H A D | css-bridge.c | 33 CCWDeviceClass *k = CCW_DEVICE_GET_CLASS(ccw_dev); in ccw_device_unplug() local 75 BusClass *k = BUS_CLASS(klass); in virtual_css_bus_class_init() local
|
/qemu/backends/ |
H A D | vhost-user.c | 52 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(qbus); in vhost_user_backend_start() local 104 VirtioBusClass *k = VIRTIO_BUS_GET_CLASS(qbus); in vhost_user_backend_stop() local
|