HomeSort by relevance Sort by last modified time
    Searched full:idt_base (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
start.asm 358 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
534 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit
548 public IDT_BASE
549 IDT_BASE:
551 DIV_ZERO_SEL equ $-IDT_BASE
559 DEBUG_EXCEPT_SEL equ $-IDT_BASE
567 NMI_SEL equ $-IDT_BASE
575 BREAKPOINT_SEL equ $-IDT_BASE
583 OVERFLOW_SEL equ $-IDT_BASE
591 BOUNDS_CHECK_SEL equ $-IDT_BASE
    [all...]
start16.asm 351 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
527 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit
541 public IDT_BASE
542 IDT_BASE:
544 DIV_ZERO_SEL equ $-IDT_BASE
552 DEBUG_EXCEPT_SEL equ $-IDT_BASE
560 NMI_SEL equ $-IDT_BASE
568 BREAKPOINT_SEL equ $-IDT_BASE
576 OVERFLOW_SEL equ $-IDT_BASE
584 BOUNDS_CHECK_SEL equ $-IDT_BASE
    [all...]
start32.asm 366 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
542 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit
556 public IDT_BASE
557 IDT_BASE:
559 DIV_ZERO_SEL equ $-IDT_BASE
567 DEBUG_EXCEPT_SEL equ $-IDT_BASE
575 NMI_SEL equ $-IDT_BASE
583 BREAKPOINT_SEL equ $-IDT_BASE
591 OVERFLOW_SEL equ $-IDT_BASE
599 BOUNDS_CHECK_SEL equ $-IDT_BASE
    [all...]
st16_64.asm 363 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
685 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit
700 public IDT_BASE
701 IDT_BASE:
703 DIV_ZERO_SEL equ $-IDT_BASE
713 DEBUG_EXCEPT_SEL equ $-IDT_BASE
723 NMI_SEL equ $-IDT_BASE
733 BREAKPOINT_SEL equ $-IDT_BASE
743 OVERFLOW_SEL equ $-IDT_BASE
753 BOUNDS_CHECK_SEL equ $-IDT_BASE
    [all...]
st32_64.asm 379 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
701 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit
716 public IDT_BASE
717 IDT_BASE:
719 DIV_ZERO_SEL equ $-IDT_BASE
729 DEBUG_EXCEPT_SEL equ $-IDT_BASE
739 NMI_SEL equ $-IDT_BASE
749 BREAKPOINT_SEL equ $-IDT_BASE
759 OVERFLOW_SEL equ $-IDT_BASE
769 BOUNDS_CHECK_SEL equ $-IDT_BASE
    [all...]
start64.asm 370 lea eax,[IDT_BASE + ebx] ; EAX=PHYSICAL address of idt
692 idtr dw IDT_END - IDT_BASE - 1 ; IDT limit
707 public IDT_BASE
708 IDT_BASE:
710 DIV_ZERO_SEL equ $-IDT_BASE
720 DEBUG_EXCEPT_SEL equ $-IDT_BASE
730 NMI_SEL equ $-IDT_BASE
740 BREAKPOINT_SEL equ $-IDT_BASE
750 OVERFLOW_SEL equ $-IDT_BASE
760 BOUNDS_CHECK_SEL equ $-IDT_BASE
    [all...]
st16_64.S 368 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
689 idtr: .long IDT_END - IDT_BASE - 1 # IDT limit
705 IDT_BASE:
707 .equ DIV_ZERO_SEL, .-IDT_BASE
717 .equ DEBUG_EXCEPT_SEL, .-IDT_BASE
727 .equ NMI_SEL, .-IDT_BASE
737 .equ BREAKPOINT_SEL, .-IDT_BASE
747 .equ OVERFLOW_SEL, .-IDT_BASE
757 .equ BOUNDS_CHECK_SEL, .-IDT_BASE
767 .equ INVALID_OPCODE_SEL, .-IDT_BASE
    [all...]
st32_64.S 383 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
704 idtr: .long IDT_END - IDT_BASE - 1 # IDT limit
720 IDT_BASE:
722 .equ DIV_ZERO_SEL, .-IDT_BASE
732 .equ DEBUG_EXCEPT_SEL, .-IDT_BASE
742 .equ NMI_SEL, .-IDT_BASE
752 .equ BREAKPOINT_SEL, .-IDT_BASE
762 .equ OVERFLOW_SEL, .-IDT_BASE
772 .equ BOUNDS_CHECK_SEL, .-IDT_BASE
782 .equ INVALID_OPCODE_SEL, .-IDT_BASE
    [all...]
start.S 362 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
538 idtr: .long IDT_END - IDT_BASE - 1 # IDT limit
552 IDT_BASE:
554 .equ DIV_ZERO_SEL, .-IDT_BASE
562 .equ DEBUG_EXCEPT_SEL, .-IDT_BASE
570 .equ NMI_SEL, .-IDT_BASE
578 .equ BREAKPOINT_SEL, .-IDT_BASE
586 .equ OVERFLOW_SEL, .-IDT_BASE
594 .equ BOUNDS_CHECK_SEL, .-IDT_BASE
602 .equ INVALID_OPCODE_SEL, .-IDT_BASE
    [all...]
start16.S 356 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
531 idtr: .word IDT_END - IDT_BASE - 1 # IDT limit
545 IDT_BASE:
547 .equ DIV_ZERO_SEL, .-IDT_BASE
555 .equ DEBUG_EXCEPT_SEL, .-IDT_BASE
563 .equ NMI_SEL, .-IDT_BASE
571 .equ BREAKPOINT_SEL, .-IDT_BASE
579 .equ OVERFLOW_SEL, .-IDT_BASE
587 .equ BOUNDS_CHECK_SEL, .-IDT_BASE
595 .equ INVALID_OPCODE_SEL, .-IDT_BASE
    [all...]
start32.S 371 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
546 idtr: .word IDT_END - IDT_BASE - 1
560 IDT_BASE:
562 .equ DIV_ZERO_SEL, .-IDT_BASE
570 .equ DEBUG_EXCEPT_SEL, .-IDT_BASE
578 .equ NMI_SEL, .-IDT_BASE
586 .equ BREAKPOINT_SEL, .-IDT_BASE
594 .equ OVERFLOW_SEL, .-IDT_BASE
602 .equ BOUNDS_CHECK_SEL, .-IDT_BASE
610 .equ INVALID_OPCODE_SEL, .-IDT_BASE
    [all...]
start64.S 375 leal IDT_BASE(%ebx), %eax # EAX=PHYSICAL address of idt
696 idtr: .long IDT_END - IDT_BASE - 1 # IDT limit
712 IDT_BASE:
714 .equ DIV_ZERO_SEL, .-IDT_BASE
724 .equ DEBUG_EXCEPT_SEL, .-IDT_BASE
734 .equ NMI_SEL, .-IDT_BASE
744 .equ BREAKPOINT_SEL, .-IDT_BASE
754 .equ OVERFLOW_SEL, .-IDT_BASE
764 .equ BOUNDS_CHECK_SEL, .-IDT_BASE
774 .equ INVALID_OPCODE_SEL, .-IDT_BASE
    [all...]
  /external/syslinux/gpxe/src/arch/i386/core/
gdbidt.S 19 idt_base: label
75 movl %eax, idt_base
76 addl $idt, idt_base

Completed in 247 milliseconds