HomeSort by relevance Sort by last modified time
    Searched refs:idtr (Results 1 - 17 of 17) sorted by null

  /external/syslinux/gpxe/src/arch/i386/core/
gdbidt.S 15 .globl idtr
16 idtr: label
  /hardware/intel/bootstub/
e820_bios.S 55 idtr: label
75 /* Save ESP, GDTR and IDTR registers */
91 lidtl %cs:idtr
  /external/syslinux/gpxe/src/arch/i386/transitions/
librm.S 206 data32 lidt idtr
241 /* Default IDTR with no interrupts */
243 .weak idtr
244 idtr: label
317 /* Reset IDTR to the real-mode defaults */
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.S 363 movl %eax, (idtr + 2) # Put address of idt into the idtr
424 lidt idtr
538 idtr: .long IDT_END - IDT_BASE - 1 # IDT limit label
    [all...]
start16.S 357 movl %eax, idtr + 2 # Put address of idt into the idtr
417 lidt idtr
531 idtr: .word IDT_END - IDT_BASE - 1 # IDT limit label
    [all...]
start32.S 372 movl %eax, idtr + 2 # Put address of idt into the idtr
432 lidt idtr
546 idtr: .word IDT_END - IDT_BASE - 1 label
    [all...]
st16_64.S 369 movl %eax, (idtr + 2) # Put address of idt into the idtr
552 movw $idtr, %ax
689 idtr: .long IDT_END - IDT_BASE - 1 # IDT limit label
    [all...]
st32_64.S 384 movl %eax, (idtr + 2) # Put address of idt into the idtr
567 movw $idtr, %ax
704 idtr: .long IDT_END - IDT_BASE - 1 # IDT limit label
    [all...]
start64.S 376 movl %eax, (idtr + 2) # Put address of idt into the idtr
559 movw $idtr, %ax
696 idtr: .long IDT_END - IDT_BASE - 1 # IDT limit label
    [all...]
st16_64.asm 364 mov dword ptr [idtr + 2],eax ; Put address of idt into the idtr
547 mov ax, offset idtr
685 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit define
    [all...]
st32_64.asm 380 mov dword ptr [idtr + 2],eax ; Put address of idt into the idtr
563 mov ax, offset idtr
701 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit define
    [all...]
start.asm 359 mov dword ptr [idtr + 2],eax ; Put address of idt into the idtr
419 lidt fword ptr [idtr]
534 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit define
    [all...]
start16.asm 352 mov dword ptr [idtr + 2],eax ; Put address of idt into the idtr
412 lidt fword ptr [idtr]
527 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit define
    [all...]
start32.asm 367 mov dword ptr [idtr + 2],eax ; Put address of idt into the idtr
427 lidt fword ptr [idtr]
542 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit define
    [all...]
start64.asm 371 mov dword ptr [idtr + 2],eax ; Put address of idt into the idtr
554 mov ax, offset idtr
692 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit define
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 767 IDTR: "%idtr",
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 767 IDTR: "%idtr",

Completed in 755 milliseconds