Home
last modified time | relevance | path

Searched refs:gate (Results 1 – 12 of 12) sorted by relevance

/qemu/hw/audio/
H A Dpcspk.c145 return ch.gate | (s->data_on << 1) | s->dummy_refresh_clock | in pcspk_io_read()
153 const int gate = val & 1; in pcspk_io_write() local
156 pit_set_gate(s->pit, 2, gate); in pcspk_io_write()
158 if (gate) /* restart */ in pcspk_io_write()
160 AUD_set_active_out(s->voice, gate & s->data_on); in pcspk_io_write()
/qemu/hw/i386/kvm/
H A Di8254.c120 sc->gate = kchan->gate; in kvm_pit_get()
157 kchan->gate = sc->gate; in kvm_pit_put()
183 if (sc->gate < val) { in kvm_pit_set_gate()
189 sc->gate = val; in kvm_pit_set_gate()
/qemu/hw/timer/
H A Di8254_common.c136 info->gate = sc->gate; in pit_get_channel_info_common()
159 s->gate = (i != 2); in pit_reset_common()
195 VMSTATE_UINT8(gate, PITChannelState),
H A Di8254.c89 if (sc->gate < val) { in pit_set_channel_gate()
97 if (sc->gate < val) { in pit_set_channel_gate()
105 sc->gate = val; in pit_set_channel_gate()
/qemu/target/i386/hvf/
H A Dx86.c103 int gate) in x86_read_call_gate() argument
109 if (gate * 8 >= limit) { in x86_read_call_gate()
114 vmx_read_mem(cpu, idt_desc, base + gate * 8, sizeof(*idt_desc)); in x86_read_call_gate()
H A Dx86_task.h19 int reason, bool gate_valid, uint8_t gate, uint64_t gate_type);
H A Dx86_task.c111 … *cpu, x86_segment_selector tss_sel, int reason, bool gate_valid, uint8_t gate, uint64_t gate_type) in vmx_handle_task_switch() argument
140 x86_read_call_gate(cpu, &task_gate_desc, gate); in vmx_handle_task_switch()
/qemu/target/i386/emulate/
H A Dx86.h178 static inline uint32_t x86_call_gate_offset(x86_call_gate *gate) in x86_call_gate_offset() argument
180 return (uint32_t)((gate->offset1 << 16) | gate->offset0); in x86_call_gate_offset()
259 int gate);
/qemu/linux-user/i386/
H A DMakefile.vdso9 $(CC) -o $@ -m32 -nostdlib -shared -Wl,-h,linux-gate.so.1 \
/qemu/include/hw/timer/
H A Di8254.h36 int gate; member
H A Di8254_internal.h44 uint8_t gate; /* timer start */ member
/qemu/linux-headers/asm-x86/
H A Dkvm.h279 __u8 gate; member