/qemu/include/hw/nvram/ |
H A D | eeprom_at24c.h | 18 * Create the device state structure, initialize it, put it on the specified 29 * @init_rom: Array of bytes to initialize EEPROM memory with 32 * Create the device state structure, initialize it, put it on the specified
|
/qemu/trace/ |
H A D | control.h | 29 * Initialize the event iterator struct @iter, 39 * Initialize the event iterator struct @iter, 50 * Initialize the event iterator struct @iter, 161 * Initialize the tracing backend. 202 * Initialize tracing subsystem.
|
/qemu/tests/tcg/tricore/c/ |
H A D | crt0-tc2x.S | 55 * initialize user and interrupt stack pointers 72 * initialize call depth counter 82 * initialize access to system global registers 91 * initialize SDA base pointers 115 * initialize context save areas 153 * initialize context save areas (CSAs), PCXI, LCX and FCX 182 mtcr $lcx,%d1 #; initialize LCX 183 add %d2,%d2,-2 #; CSAs to initialize -= 2 197 mtcr $fcx,%d1 #; initialize FCX
|
/qemu/hw/arm/ |
H A D | fsl-imx25.c | 104 /* Initialize all UARTs */ in fsl_imx25_realize() 128 /* Initialize all GPT timers */ in fsl_imx25_realize() 151 /* Initialize all EPIT timers */ in fsl_imx25_realize() 190 /* Initialize all I2C */ in fsl_imx25_realize() 210 /* Initialize all GPIOs */ in fsl_imx25_realize() 232 /* Initialize all SDHC */ in fsl_imx25_realize() 281 /* initialize 2 x 16 KB ROM */ in fsl_imx25_realize() 295 /* initialize internal RAM (128 KB) */ in fsl_imx25_realize()
|
H A D | fsl-imx31.c | 86 /* Initialize all UARTS */ in fsl_imx31_realize() 118 /* Initialize all EPIT timers */ in fsl_imx31_realize() 140 /* Initialize all I2C */ in fsl_imx31_realize() 151 /* Initialize the I2C */ in fsl_imx31_realize() 163 /* Initialize all GPIOs */ in fsl_imx31_realize() 206 /* initialize internal RAM (16 KB) */ in fsl_imx31_realize()
|
H A D | fsl-imx6.c | 179 /* Initialize all UARTs */ in fsl_imx6_realize() 213 /* Initialize all EPIT timers */ in fsl_imx6_realize() 234 /* Initialize all I2C */ in fsl_imx6_realize() 254 /* Initialize all GPIOs */ in fsl_imx6_realize() 313 /* Initialize all SDHC */ in fsl_imx6_realize() 359 /* Initialize all ECSPI */ in fsl_imx6_realize() 372 /* Initialize the SPI */ in fsl_imx6_realize()
|
/qemu/include/hw/ |
H A D | irq.h | 45 * qemu_init_irqs: Initialize an array of IRQs. 47 * @irq: Array of IRQs to initialize 48 * @count: number of IRQs to initialize
|
/qemu/docs/devel/ |
H A D | memory.rst | 35 You typically initialize these with memory_region_init_ram(). Some special 41 You initialize these with memory_region_init_io(), passing it a 45 a region of host memory), and forbids writes. You initialize these with 50 writes (invoking a callback). You initialize these with 56 You initialize these with memory_region_init_iommu(). 68 You initialize a pure container with memory_region_init(). 80 You initialize these with memory_region_init_alias(). 85 handled by the host kernel when KVM is enabled. You initialize these 119 which only initialize the MemoryRegion and leave handling
|
/qemu/include/qemu/ |
H A D | range.h | 62 /* Initialize @range to the empty range */ 70 * Initialize @range to span the interval [@lob,@upb]. 83 * Initialize @range to span the interval [@lob,@upb_plus1). 115 * Initialize @range to span the interval [@lob,@lob + @size - 1]. 132 * Initialize @range to span the interval [@lob,@lob + @size - 1].
|
H A D | lockcnt.h | 27 * qemu_lockcnt_init: initialize a QemuLockcnt 28 * @lockcnt: the lockcnt to initialize 30 * Initialize lockcnt's counter to zero and prepare its mutex
|
/qemu/hw/core/ |
H A D | null-machine.c | 24 /* Initialize CPU (if user asked for it) */ in machine_none_init() 28 error_report("Unable to initialize CPU"); in machine_none_init()
|
/qemu/target/hexagon/imported/ |
H A D | branch.idef | 211 Q6INSN(J2_loop0r,"loop0(#r7:2,Rs32)",ATTRIBS(),"Initialize HW loop 0", 217 Q6INSN(J2_loop1r,"loop1(#r7:2,Rs32)",ATTRIBS(),"Initialize HW loop 1", 222 Q6INSN(J2_loop0i,"loop0(#r7:2,#U10)",ATTRIBS(),"Initialize HW loop 0", 228 Q6INSN(J2_loop1i,"loop1(#r7:2,#U10)",ATTRIBS(),"Initialize HW loop 1", 234 Q6INSN(J2_ploop1sr,"p3=sp1loop0(#r7:2,Rs32)",ATTRIBS(A_ARCHV2),"Initialize HW loop 0", 240 Q6INSN(J2_ploop1si,"p3=sp1loop0(#r7:2,#U10)",ATTRIBS(A_ARCHV2),"Initialize HW loop 0", 247 Q6INSN(J2_ploop2sr,"p3=sp2loop0(#r7:2,Rs32)",ATTRIBS(A_ARCHV2),"Initialize HW loop 0", 253 Q6INSN(J2_ploop2si,"p3=sp2loop0(#r7:2,#U10)",ATTRIBS(A_ARCHV2),"Initialize HW loop 0", 260 Q6INSN(J2_ploop3sr,"p3=sp3loop0(#r7:2,Rs32)",ATTRIBS(A_ARCHV2),"Initialize HW loop 0", 266 Q6INSN(J2_ploop3si,"p3=sp3loop0(#r7:2,#U10)",ATTRIBS(A_ARCHV2),"Initialize HW loop 0",
|
/qemu/crypto/ |
H A D | init.c | 49 "Unable to initialize GNUTLS library: %s", in qcrypto_init() 57 error_setg(errp, "Unable to initialize gcrypt"); in qcrypto_init()
|
H A D | cipher-gnutls.c.inc | 118 error_setg(errp, "Cannot initialize cipher: %s", 179 error_setg(errp, "Cannot initialize cipher: %s", 307 error_setg(errp, "Cannot initialize cipher: %s",
|
/qemu/include/semihosting/ |
H A D | guestfd.h | 76 * Initialize the GuestFD for @guestfd to GuestFDHost using @hostfd. 86 * Initialize the GuestFD for @guestfd to GuestFDStatic.
|
/qemu/include/tcg/ |
H A D | startup.h | 29 * tcg_init: Initialize the TCG runtime 34 * Allocate and initialize TCG resources, especially the JIT buffer.
|
/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 302 /* initialize Interrupt Pin register */ 640 /* use emulated Cap Ptr value to initialize, 859 /* initialize Link Control register */ 867 /* no need to initialize in case of Root Complex Integrated Endpoint in xen_pt_linkctrl_reg_init() 877 /* initialize Device Control 2 register */ 884 /* no need to initialize in case of cap_ver 1.x */ in xen_pt_devctrl2_reg_init() 892 /* initialize Link Control 2 register */ 900 /* no need to initialize in case of cap_ver 1.x */ in xen_pt_linkctrl2_reg_init() 1153 /* initialize Message Upper Address register */ 1158 /* no need to initialize in case of 32 bit type */ in xen_pt_msgaddr64_reg_init() [all …]
|
/qemu/audio/ |
H A D | alsaaudio.c | 95 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in alsa_logerr2() 220 dolog ("Could not initialize poll mode\n" in alsa_poll_helper() 229 alsa_logerr (err, "Could not initialize poll mode\n" in alsa_poll_helper() 417 dolog ("Could not fully initialize DAC\n"); in alsa_set_threshold() 424 dolog ("Could not fully initialize DAC\n"); in alsa_set_threshold() 432 dolog ("Could not fully initialize DAC\n"); in alsa_set_threshold() 471 alsa_logerr2 (err, typ, "Failed to initialize hardware parameters\n"); in alsa_open()
|
H A D | dsoundaudio.c | 207 str = "The Initialize method has not been called " in dsound_log_hresult() 249 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ); in dsound_logerr2() 640 dsound_logerr (hr, "Could not initialize COM\n"); in dsound_audio_init() 660 dsound_logerr (hr, "Could not initialize DirectSound\n"); in dsound_audio_init() 682 dsound_logerr (hr, "Could not initialize DirectSoundCapture\n"); in dsound_audio_init()
|
/qemu/include/hw/scsi/ |
H A D | scsi.h | 168 * scsi_bus_init_named: Initialize a SCSI bus with the specified name 169 * @bus: SCSIBus object to initialize 185 * scsi_bus_init: Initialize a SCSI bus
|
/qemu/migration/ |
H A D | multifd-qpl.c | 119 * multifd_qpl_init_sw_job: initialize a software job 121 * Use the QPL software path to initialize a job 150 * multifd_qpl_init_jobs: initialize hardware jobs 152 * Use the QPL hardware path to initialize jobs 175 * multifd_qpl_init: initialize QplData structure 177 * Allocate and initialize a QplData structure
|
/qemu/include/exec/ |
H A D | gdbstub.h | 25 * gdb_init_cpu(): Initialize the CPU for gdbstub. 66 * gdb_feature_builder_init() - Initialize GDBFeatureBuilder.
|
/qemu/hw/virtio/ |
H A D | virtio-nsm.c | 120 error_setg(errp, "Failed to initialize %s response", error_string(error)); in error_response() 179 error_setg(errp, "Failed to initialize GetRandom response"); in handle_get_random() 282 error_setg(errp, "Failed to initialize DescribeNSM response"); in handle_describe_nsm() 433 error_setg(errp, "Failed to initialize DescribePCR response"); in handle_describe_pcr() 632 error_setg(errp, "Failed to initialize DescribePCR response"); in handle_extend_pcr() 762 error_setg(errp, "Failed to initialize LockPCR response"); in handle_lock_pcr() 889 error_setg(errp, "Failed to initialize response"); in handle_lock_pcrs() 1433 error_setg(errp, "Failed to initialize Attestation response"); in handle_attestation() 1521 error_setg(errp, "Failed to initialize InputTooLarge response"); in get_nsm_request_response() 1531 error_setg(errp, "Failed to initialize InvalidOperation response"); in get_nsm_request_response()
|
/qemu/include/chardev/ |
H A D | char.h | 116 * Do not implicitly initialize a monitor if the chardev is muxed. 130 * Implicitly initialize a monitor if the chardev is muxed. 156 * @permit_mux_mon: if chardev is muxed, initialize a monitor
|
/qemu/semihosting/ |
H A D | config.c | 112 /* Use strings passed via -kernel/-append to initialize semihosting.argv[] */ 121 /* split -append and initialize argv[1..n] */ in semihosting_arg_fallback()
|