Searched refs:idt (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dtrampoline.S65 lidtl boot_idt_descr - r_base # load idt with 0, 0
81 .word 0 # idt limit = 0
82 .long 0 # idt base = 0L
H A Dvmlinux.lds.S91 *(.data.idt)
H A Dhead.S370 * sets up a idt with 256 entries pointing to
372 * idt - that can be done only after paging has been enabled
542 .word IDT_ENTRIES*8-1 # idt contains 256 entries
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dsuspend.h16 struct Xgt_desc_struct idt; member in struct:saved_context
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtrampoline.S76 lidtl tidt - r_base # load idt with 0, 0
114 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
133 .word 0 # idt limit = 0
134 .word 0, 0 # idt base = 0L
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/power/
H A Dcpu.c31 store_idt(&ctxt->idt);
104 load_idt(&ctxt->idt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dibmebus.c244 static void ibmebus_add_devices_by_id(struct of_device_id *idt) argument
246 while (strlen(idt->name) > 0) {
247 ibmebus_probe_of_nodes(idt->name);
248 idt++;
274 static void ibmebus_remove_devices_by_id(struct of_device_id *idt) argument
278 while (strlen(idt->name) > 0) {
280 (void*)idt->name,
284 idt++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dvmlinux.lds.S62 .data.page_aligned : { *(.data.idt) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dvmlinux.lds.S64 .data.page_aligned : { *(.data.idt) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S775 # set up gdt and idt and 32bit start address
776 lidt idt_48 # load idt with 0,0
1003 .word 0 # idt limit = 0
1004 .word 0, 0 # idt base = 0L
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dvmlinux.lds.S93 .data.page_aligned : { *(.data.idt) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_smp.c533 } idt; member in union:IDTFormat
544 hijack_source.idt.Offset = start_phys_address & 0x000F;
545 hijack_source.idt.Segment = (start_phys_address >> 4) & 0xFFFF;
564 (unsigned long)hijack_source.val, hijack_source.idt.Segment,
565 hijack_source.idt.Offset, stack_start.esp));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkvm.h163 struct kvm_dtable gdt, idt; member in struct:kvm_sregs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S156 * the new gdt/idt that has __KERNEL_CS with CS.L = 1.
223 .word 0 # idt limit = 0
224 .word 0, 0 # idt base = 0L
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S562 lidt idt_48 # load idt with 0,0
757 .word 0 # idt limit = 0
758 .word 0, 0 # idt base = 0L
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm_main.c1960 sregs->idt.limit = dt.limit;
1961 sregs->idt.base = dt.base;
1998 dt.limit = sregs->idt.limit;
1999 dt.base = sregs->idt.base;

Completed in 255 milliseconds