Searched refs:gate (Results 1 – 12 of 12) sorted by relevance
/qemu/hw/audio/ |
H A D | pcspk.c | 145 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 D | i8254.c | 120 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 D | i8254_common.c | 136 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 D | i8254.c | 89 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 D | x86.c | 103 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 D | x86_task.h | 19 int reason, bool gate_valid, uint8_t gate, uint64_t gate_type);
|
H A D | x86_task.c | 111 … *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 D | x86.h | 178 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 D | Makefile.vdso | 9 $(CC) -o $@ -m32 -nostdlib -shared -Wl,-h,linux-gate.so.1 \
|
/qemu/include/hw/timer/ |
H A D | i8254.h | 36 int gate; member
|
H A D | i8254_internal.h | 44 uint8_t gate; /* timer start */ member
|
/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 279 __u8 gate; member
|