Home
last modified time | relevance | path

Searched defs:enable (Results 1 – 25 of 102) sorted by relevance

12345

/qemu/scripts/kvm/
H A Dkvm_flightrecorder46 def enable_event(subsystem, event, enable): argument
49 def enable_subsystem(subsystem, enable): argument
/qemu/hw/acpi/
H A Dich9_timer.c18 void ich9_pm_update_swsmi_timer(ICH9LPCPMRegs *pm, bool enable) in ich9_pm_update_swsmi_timer()
59 void ich9_pm_update_periodic_timer(ICH9LPCPMRegs *pm, bool enable) in ich9_pm_update_periodic_timer()
/qemu/accel/stubs/
H A Dxen-stub.c14 void qmp_xen_set_global_dirty_log(bool enable, Error **errp) in qmp_xen_set_global_dirty_log()
/qemu/hw/arm/
H A Dxen-stubs.c28 void qmp_xen_set_global_dirty_log(bool enable, Error **errp) in qmp_xen_set_global_dirty_log()
/qemu/audio/
H A Dnoaudio.c65 static void no_enable_out(HWVoiceOut *hw, bool enable) in no_enable_out()
98 static void no_enable_in(HWVoiceIn *hw, bool enable) in no_enable_in()
H A Dsndioaudio.c454 static void sndio_enable(SndioVoice *self, bool enable) in sndio_enable()
467 static void sndio_enable_out(HWVoiceOut *hw, bool enable) in sndio_enable_out()
474 static void sndio_enable_in(HWVoiceIn *hw, bool enable) in sndio_enable_in()
H A Dspiceaudio.c168 static void line_out_enable(HWVoiceOut *hw, bool enable) in line_out_enable()
260 static void line_in_enable(HWVoiceIn *hw, bool enable) in line_in_enable()
H A Dsdlaudio.c383 static void sdl_enable_out(HWVoiceOut *hw, bool enable) in sdl_enable_out()
446 static void sdl_enable_in(HWVoiceIn *hw, bool enable) in sdl_enable_in()
H A Dwavaudio.c180 static void wav_enable_out(HWVoiceOut *hw, bool enable) in wav_enable_out()
/qemu/net/
H A Dnetmap.c116 static void netmap_read_poll(NetmapState *s, bool enable) in netmap_read_poll()
125 static void netmap_write_poll(NetmapState *s, bool enable) in netmap_write_poll()
133 static void netmap_poll(NetClientState *nc, bool enable) in netmap_poll()
H A Daf-xdp.c72 static void af_xdp_read_poll(AFXDPState *s, bool enable) in af_xdp_read_poll()
81 static void af_xdp_write_poll(AFXDPState *s, bool enable) in af_xdp_write_poll()
89 static void af_xdp_poll(NetClientState *nc, bool enable) in af_xdp_poll()
H A Dl2tpv3.c146 static void l2tpv3_read_poll(NetL2TPV3State *s, bool enable) in l2tpv3_read_poll()
154 static void l2tpv3_write_poll(NetL2TPV3State *s, bool enable) in l2tpv3_write_poll()
175 static void l2tpv3_poll(NetClientState *nc, bool enable) in l2tpv3_poll()
H A Ddgram.c61 static void net_dgram_read_poll(NetDgramState *s, bool enable) in net_dgram_read_poll()
67 static void net_dgram_write_poll(NetDgramState *s, bool enable) in net_dgram_write_poll()
/qemu/target/i386/kvm/
H A Dhyperv.c39 bool enable = env->msr_hv_synic_control & HV_SYNIC_ENABLE; in hyperv_x86_synic_update() local
/qemu/trace/
H A Dqmp.c86 void qmp_trace_event_set_state(const char *name, bool enable, in qmp_trace_event_set_state()
/qemu/hw/timer/
H A Daspeed_timer.c322 static void aspeed_timer_ctrl_enable(AspeedTimer *t, bool enable) in aspeed_timer_ctrl_enable()
333 static void aspeed_timer_ctrl_external_clock(AspeedTimer *t, bool enable) in aspeed_timer_ctrl_external_clock()
338 static void aspeed_timer_ctrl_overflow_interrupt(AspeedTimer *t, bool enable) in aspeed_timer_ctrl_overflow_interrupt()
343 static void aspeed_timer_ctrl_pulse_enable(AspeedTimer *t, bool enable) in aspeed_timer_ctrl_pulse_enable()
385 const bool enable = !!(new & mask); in aspeed_timer_ctrl_op() local
/qemu/include/hw/intc/
H A Daspeed_vic.h36 uint64_t enable; member
H A Dallwinner-a10-pic.h38 uint32_t enable[AW_A10_PIC_REG_NUM]; member
/qemu/migration/
H A Dcpu-throttle.c168 void cpu_throttle_dirty_sync_timer(bool enable) in cpu_throttle_dirty_sync_timer()
/qemu/hw/pci/
H A Dpcie_host.c111 int enable, in pcie_host_mmcfg_update()
/qemu/include/hw/dma/
H A Dbcm2835_dma.h44 uint32_t enable; member
/qemu/chardev/
H A Dchar-serial.c195 int enable = *(int *)arg; in tty_serial_ioctl() local
/qemu/target/ppc/
H A Dkvm_ppc.h385 static inline int kvmppc_set_cap_dawr1(int enable) in kvmppc_set_cap_dawr1()
415 static inline int kvmppc_set_cap_nested_kvm_hv(int enable) in kvmppc_set_cap_nested_kvm_hv()
425 static inline int kvmppc_enable_cap_large_decr(PowerPCCPU *cpu, int enable) in kvmppc_enable_cap_large_decr()
/qemu/monitor/
H A Dqmp-cmds-control.c72 void qmp_qmp_capabilities(bool has_enable, QMPCapabilityList *enable, in qmp_qmp_capabilities()
/qemu/hw/usb/
H A Dhcd-xhci-pci.c38 static void xhci_pci_intr_update(XHCIState *xhci, int n, bool enable) in xhci_pci_intr_update()

12345