/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/ |
D | Real16ToFlat32.asm | 61 dw GDT_END - GDT_BASE - 1 ; GDT limit 62 dd ADDR_OF(GDT_BASE) 93 GDT_BASE: label 95 NULL_SEL equ $-GDT_BASE 104 LINEAR_SEL equ $-GDT_BASE 113 LINEAR_CODE_SEL equ $-GDT_BASE 123 LINEAR_CODE64_SEL equ $-GDT_BASE
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
D | SecEntry.S | 250 .equ NULL_SEL, . - GDT_BASE # Selector [0] 251 GDT_BASE: label 257 .equ LINEAR_SEL, . - GDT_BASE # Selector [0x8] 267 .equ LINEAR_CODE_SEL, . - GDT_BASE # Selector [0x10] 277 .equ SYS_DATA_SEL, . - GDT_BASE # Selector [0x18] 288 .equ SYS_CODE_SEL, . - GDT_BASE # Selector [0x20] 298 .equ SYS16_CODE_SEL, . - GDT_BASE # Selector [0x28] 308 .equ SYS16_DATA_SEL, . - GDT_BASE # Selector [0x30] 319 .equ SPARE5_SEL, . - GDT_BASE # Selector [0x38]
|
D | SecEntry.asm | 263 NULL_SEL EQU $ - GDT_BASE ; Selector [0] 264 GDT_BASE: label 270 LINEAR_SEL EQU $ - GDT_BASE ; Selector [0x8] 280 LINEAR_CODE_SEL EQU $ - GDT_BASE ; Selector [0x10] 290 SYS_DATA_SEL EQU $ - GDT_BASE ; Selector [0x18] 301 SYS_CODE_SEL EQU $ - GDT_BASE ; Selector [0x20] 311 SYS16_CODE_SEL EQU $ - GDT_BASE ; Selector [0x28] 321 SYS16_DATA_SEL EQU $ - GDT_BASE ; Selector [0x30] 332 SPARE5_SEL EQU $ - GDT_BASE ; Selector [0x38]
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | start16.asm | 349 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt 439 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit 447 public GDT_BASE 448 GDT_BASE: label 450 NULL_SEL equ $-GDT_BASE 459 LINEAR_SEL equ $-GDT_BASE 468 LINEAR_CODE_SEL equ $-GDT_BASE 477 SYS_DATA_SEL equ $-GDT_BASE 486 SYS_CODE_SEL equ $-GDT_BASE 495 SPARE3_SEL equ $-GDT_BASE [all …]
|
D | start16.S | 354 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt 444 gdtr: .word GDT_END - GDT_BASE - 1 # GDT limit 452 GDT_BASE: label 454 .equ NULL_SEL, .-GDT_BASE 463 .equ LINEAR_SEL, .-GDT_BASE 472 .equ LINEAR_CODE_SEL, .-GDT_BASE 481 .equ SYS_DATA_SEL, .-GDT_BASE 490 .equ SYS_CODE_SEL, .-GDT_BASE 499 .equ SPARE3_SEL, .-GDT_BASE 508 .equ SPARE4_SEL, .-GDT_BASE [all …]
|
D | start.S | 360 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt 451 gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit 459 GDT_BASE: label 461 .equ NULL_SEL, .-GDT_BASE 470 .equ LINEAR_SEL, .-GDT_BASE 479 .equ LINEAR_CODE_SEL, .-GDT_BASE 488 .equ SYS_DATA_SEL, .-GDT_BASE 497 .equ SYS_CODE_SEL, .-GDT_BASE 506 .equ SPARE3_SEL, .-GDT_BASE 515 .equ SPARE4_SEL, .-GDT_BASE [all …]
|
D | start.asm | 356 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt 446 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit 454 public GDT_BASE 455 GDT_BASE: label 457 NULL_SEL equ $-GDT_BASE 466 LINEAR_SEL equ $-GDT_BASE 475 LINEAR_CODE_SEL equ $-GDT_BASE 484 SYS_DATA_SEL equ $-GDT_BASE 493 SYS_CODE_SEL equ $-GDT_BASE 502 SPARE3_SEL equ $-GDT_BASE [all …]
|
D | start32.asm | 364 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt 454 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit 462 public GDT_BASE 463 GDT_BASE: label 465 NULL_SEL equ $-GDT_BASE 474 LINEAR_SEL equ $-GDT_BASE 483 LINEAR_CODE_SEL equ $-GDT_BASE 492 SYS_DATA_SEL equ $-GDT_BASE 501 SYS_CODE_SEL equ $-GDT_BASE 510 SPARE3_SEL equ $-GDT_BASE [all …]
|
D | start32.S | 369 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt 459 gdtr: .word GDT_END - GDT_BASE - 1 467 GDT_BASE: label 469 .equ NULL_SEL, .-GDT_BASE 478 .equ LINEAR_SEL, .-GDT_BASE 487 .equ LINEAR_CODE_SEL, .-GDT_BASE 496 .equ SYS_DATA_SEL, .-GDT_BASE 505 .equ SYS_CODE_SEL, .-GDT_BASE 514 .equ SPARE3_SEL, .-GDT_BASE 523 .equ SPARE4_SEL, .-GDT_BASE [all …]
|
D | st16_64.asm | 361 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt 584 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit 592 public GDT_BASE 593 GDT_BASE: label 595 NULL_SEL equ $-GDT_BASE ; Selector [0x0] 604 LINEAR_SEL equ $-GDT_BASE ; Selector [0x8] 613 LINEAR_CODE_SEL equ $-GDT_BASE ; Selector [0x10] 622 SYS_DATA_SEL equ $-GDT_BASE ; Selector [0x18] 631 SYS_CODE_SEL equ $-GDT_BASE ; Selector [0x20] 640 SPARE3_SEL equ $-GDT_BASE ; Selector [0x28] [all …]
|
D | st32_64.asm | 377 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt 600 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit 608 public GDT_BASE 609 GDT_BASE: label 611 NULL_SEL equ $-GDT_BASE ; Selector [0x0] 620 LINEAR_SEL equ $-GDT_BASE ; Selector [0x8] 629 LINEAR_CODE_SEL equ $-GDT_BASE ; Selector [0x10] 638 SYS_DATA_SEL equ $-GDT_BASE ; Selector [0x18] 647 SYS_CODE_SEL equ $-GDT_BASE ; Selector [0x20] 656 SPARE3_SEL equ $-GDT_BASE ; Selector [0x28] [all …]
|
D | start64.asm | 368 lea eax,[GDT_BASE + ebx] ; EAX=PHYSICAL address of gdt 591 gdtr dw GDT_END - GDT_BASE - 1 ; GDT limit 599 public GDT_BASE 600 GDT_BASE: label 602 NULL_SEL equ $-GDT_BASE ; Selector [0x0] 611 LINEAR_SEL equ $-GDT_BASE ; Selector [0x8] 620 LINEAR_CODE_SEL equ $-GDT_BASE ; Selector [0x10] 629 SYS_DATA_SEL equ $-GDT_BASE ; Selector [0x18] 638 SYS_CODE_SEL equ $-GDT_BASE ; Selector [0x20] 647 SPARE3_SEL equ $-GDT_BASE ; Selector [0x28] [all …]
|
D | st16_64.S | 366 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt 589 gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit 597 GDT_BASE: label 599 .equ NULL_SEL, .-GDT_BASE # Selector [0x0] 608 .equ LINEAR_SEL, .-GDT_BASE # Selector [0x8] 617 .equ LINEAR_CODE_SEL, .-GDT_BASE # Selector [0x10] 626 .equ SYS_DATA_SEL, .-GDT_BASE # Selector [0x18] 635 .equ SYS_CODE_SEL, .-GDT_BASE # Selector [0x20] 644 .equ SPARE3_SEL, .-GDT_BASE # Selector [0x28] 655 .equ SYS_DATA64_SEL, .-GDT_BASE # Selector [0x30] [all …]
|
D | start64.S | 373 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt 596 gdtr: .long GDT_END - GDT_BASE - 1 # GDT limit 604 GDT_BASE: label 606 .equ NULL_SEL, .-GDT_BASE # Selector [0x0] 615 .equ LINEAR_SEL, .-GDT_BASE # Selector [0x8] 624 .equ LINEAR_CODE_SEL, .-GDT_BASE # Selector [0x10] 633 .equ SYS_DATA_SEL, .-GDT_BASE # Selector [0x18] 642 .equ SYS_CODE_SEL, .-GDT_BASE # Selector [0x20] 651 .equ SPARE3_SEL, .-GDT_BASE # Selector [0x28] 662 .equ SYS_DATA64_SEL, .-GDT_BASE # Selector [0x30] [all …]
|
D | st32_64.S | 381 leal GDT_BASE(%ebx), %eax # EAX=PHYSICAL address of gdt 604 gdtr: .word GDT_END - GDT_BASE - 1 # GDT limit 612 GDT_BASE: label 614 .equ NULL_SEL, .-GDT_BASE # Selector [0x0] 623 .equ LINEAR_SEL, .-GDT_BASE # Selector [0x8] 632 .equ LINEAR_CODE_SEL, .-GDT_BASE # Selector [0x10] 641 .equ SYS_DATA_SEL, .-GDT_BASE # Selector [0x18] 650 .equ SYS_CODE_SEL, .-GDT_BASE # Selector [0x20] 659 .equ SPARE3_SEL, .-GDT_BASE # Selector [0x28] 670 .equ SYS_DATA64_SEL, .-GDT_BASE # Selector [0x30] [all …]
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/ |
D | Flat32.S | 717 GDT_BASE: label 720 .equ NULL_SEL, . - GDT_BASE # Selector [0] 729 .equ LINEAR_SEL, . - GDT_BASE # Selector [0x8] 738 .equ LINEAR_CODE_SEL, . - GDT_BASE # Selector [0x10] 747 .equ SYS_DATA_SEL, . - GDT_BASE # Selector [0x18] 756 .equ SYS_CODE_SEL, . - GDT_BASE 765 .equ SYS16_CODE_SEL, . - GDT_BASE 774 .equ SYS16_DATA_SEL, . - GDT_BASE 783 .equ SPARE5_SEL, . - GDT_BASE 790 .equ GDT_SIZE, . - GDT_BASE
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/ |
D | SmmBase.h | 303 UINT32 GDT_BASE; // FE8C member
|