Home
last modified time | relevance | path

Searched refs:idtr (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart16.S357 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
Dstart.S363 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
Dstart16.asm352 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
Dstart32.S372 movl %eax, idtr + 2 # Put address of idt into the idtr
432 lidt idtr
546 idtr: .word IDT_END - IDT_BASE - 1 label
Dstart.asm359 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
Dstart32.asm367 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
Dst16_64.S369 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
Dstart64.S376 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
Dst32_64.S384 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
Dstart64.asm371 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
Dst16_64.asm364 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
Dst32_64.asm380 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