Searched refs:idt (Results 1 – 17 of 17) sorted by relevance
/linux-2.6.39/drivers/lguest/ |
D | interrupts_and_traps.c | 189 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 …]
|
D | lg.h | 167 void copy_traps(const struct lg_cpu *cpu, struct desc_struct *idt,
|
/linux-2.6.39/arch/x86/kernel/ |
D | trampoline_64.S | 114 * 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
|
D | trampoline_32.S | 74 .word 0 # idt limit = 0 75 .long 0 # idt base = 0L
|
D | head_32.S | 714 .word IDT_ENTRIES*8-1 # idt contains 256 entries
|
/linux-2.6.39/sound/pci/hda/ |
D | Makefile | 12 snd-hda-codec-idt-objs := patch_sigmatel.o 34 obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-codec-idt.o
|
D | Kconfig | 107 snd-hda-codec-idt.
|
/linux-2.6.39/arch/x86/power/ |
D | cpu.c | 62 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/ |
D | suspend_32.h | 21 struct desc_ptr idt; member
|
D | lguest.h | 77 struct desc_struct idt[IDT_ENTRIES]; member
|
D | desc.h | 115 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()
|
D | kvm.h | 127 struct kvm_dtable gdt, idt; member
|
/linux-2.6.39/Documentation/hwmon/ |
D | jc42 | 14 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/ |
D | boot.c | 299 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/ |
D | x86.c | 5540 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/ |
D | api.txt | 275 struct kvm_dtable gdt, idt;
|
/linux-2.6.39/ |
D | MAINTAINERS | 5216 M: Alexandre Bounine <alexandre.bounine@idt.com>
|