Home
last modified time | relevance | path

Searched refs:idt (Results 1 – 17 of 17) sorted by relevance

/linux-2.6.39/drivers/lguest/
Dinterrupts_and_traps.c189 struct desc_struct *idt; in try_deliver_interrupt() local
225 idt = &cpu->arch.idt[FIRST_EXTERNAL_VECTOR+irq]; in try_deliver_interrupt()
227 if (idt_present(idt->a, idt->b)) { in try_deliver_interrupt()
235 set_guest_interrupt(cpu, idt->a, idt->b, false); in try_deliver_interrupt()
337 if (num >= ARRAY_SIZE(cpu->arch.idt)) in deliver_trap()
344 if (!idt_present(cpu->arch.idt[num].a, cpu->arch.idt[num].b)) in deliver_trap()
346 set_guest_interrupt(cpu, cpu->arch.idt[num].a, in deliver_trap()
347 cpu->arch.idt[num].b, has_err(num)); in deliver_trap()
517 if (num >= ARRAY_SIZE(cpu->arch.idt)) in load_guest_idt_entry()
520 set_trap(cpu, &cpu->arch.idt[num], num, lo, hi); in load_guest_idt_entry()
[all …]
Dlg.h167 void copy_traps(const struct lg_cpu *cpu, struct desc_struct *idt,
/linux-2.6.39/arch/x86/kernel/
Dtrampoline_64.S114 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
134 .word 0 # idt limit = 0
135 .word 0, 0 # idt base = 0L
Dtrampoline_32.S74 .word 0 # idt limit = 0
75 .long 0 # idt base = 0L
Dhead_32.S714 .word IDT_ENTRIES*8-1 # idt contains 256 entries
/linux-2.6.39/sound/pci/hda/
DMakefile12 snd-hda-codec-idt-objs := patch_sigmatel.o
34 obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-codec-idt.o
DKconfig107 snd-hda-codec-idt.
/linux-2.6.39/arch/x86/power/
Dcpu.c62 store_idt(&ctxt->idt); in __save_processor_state()
183 load_idt(&ctxt->idt); in __restore_processor_state()
/linux-2.6.39/arch/x86/include/asm/
Dsuspend_32.h21 struct desc_ptr idt; member
Dlguest.h77 struct desc_struct idt[IDT_ENTRIES]; member
Ddesc.h115 static inline void native_write_idt_entry(gate_desc *idt, int entry, in native_write_idt_entry() argument
118 memcpy(&idt[entry], gate, sizeof(*gate)); in native_write_idt_entry()
Dkvm.h127 struct kvm_dtable gdt, idt; member
/linux-2.6.39/Documentation/hwmon/
Djc4214 http://www.idt.com/products/getdoc.cfm?docid=18715691
15 http://www.idt.com/products/getdoc.cfm?docid=18715692
/linux-2.6.39/arch/x86/lguest/
Dboot.c299 struct desc_struct *idt = (void *)desc->address; in lguest_load_idt() local
302 hcall(LHCALL_LOAD_IDT_ENTRY, i, idt[i].a, idt[i].b, 0); in lguest_load_idt()
/linux-2.6.39/arch/x86/kvm/
Dx86.c5540 sregs->idt.limit = dt.size; in kvm_arch_vcpu_ioctl_get_sregs()
5541 sregs->idt.base = dt.address; in kvm_arch_vcpu_ioctl_get_sregs()
5608 dt.size = sregs->idt.limit; in kvm_arch_vcpu_ioctl_set_sregs()
5609 dt.address = sregs->idt.base; in kvm_arch_vcpu_ioctl_set_sregs()
/linux-2.6.39/Documentation/kvm/
Dapi.txt275 struct kvm_dtable gdt, idt;
/linux-2.6.39/
DMAINTAINERS5216 M: Alexandre Bounine <alexandre.bounine@idt.com>