/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/ |
Real16ToFlat32.asm | 71 %define DPL(dpl) (dpl << 5)
99 DB 0 ; sys flag, dpl, type
108 DB PRESENT_FLAG(1)|DPL(0)|SYSTEM_FLAG(1)|DESC_TYPE(DATA32_TYPE)
117 DB PRESENT_FLAG(1)|DPL(0)|SYSTEM_FLAG(1)|DESC_TYPE(CODE32_TYPE)
127 DB PRESENT_FLAG(1)|DPL(0)|SYSTEM_FLAG(1)|DESC_TYPE(CODE64_TYPE)
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
README.lsch3 | 54 | MC DPL Blob | 81 | MC DPL Blob (1M) | | 103 | MC DPL Blob (1M) | | 124 mcinitcmd: This environment variable is defined to initiate MC and DPL deployment 127 will be null and MC will not be booted and DPL will not be applied 128 during U-boot booting.However the MC, DPC and DPL can be applied from 133 using NOR Flash i.e. MC, DPL, and DPC is stored in the NOR flash: 143 setenv mcinitcmd 'fsl_mc start mc 0x580300000 0x580800000;fsl_mc apply DPL 0x580700000' 146 MC binary, DPC binary and DPL binary are stored and 0x580300000, 0x580800000 148 noted that these addresses in 'fsl_mc start mc 0x580300000 0x580800000;fsl_mc apply DPL 0x580700000 [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/ |
X86Thunk.c | 34 UINT32 DPL:2;
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
SmiException.S | 246 .byte 0x85 # Task Gate, present, DPL = 0
|
SmiException.asm | 262 DB 85h ; Task Gate, present, DPL = 0
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
st16_64.S | 659 .byte 0x92 # P | DPL [1..2] | 1 | 1 | C | R | A
670 .byte 0x9A # P | DPL [1..2] | 1 | 1 | C | R | A
[all...] |
st32_64.S | 674 .byte 0x92 # P | DPL [1..2] | 1 | 1 | C | R | A
685 .byte 0x9A # P | DPL [1..2] | 1 | 1 | C | R | A
[all...] |
start64.S | 666 .byte 0x92 # P | DPL [1..2] | 1 | 1 | C | R | A
677 .byte 0x9A # P | DPL [1..2] | 1 | 1 | C | R | A
[all...] |
st16_64.asm | 655 db 092h ; P | DPL [1..2] | 1 | 1 | C | R | A
666 db 09Ah ; P | DPL [1..2] | 1 | 1 | C | R | A
[all...] |
st32_64.asm | 671 db 092h ; P | DPL [1..2] | 1 | 1 | C | R | A
682 db 09Ah ; P | DPL [1..2] | 1 | 1 | C | R | A
[all...] |
start64.asm | 662 db 092h ; P | DPL [1..2] | 1 | 1 | C | R | A
673 db 09Ah ; P | DPL [1..2] | 1 | 1 | C | R | A
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
BaseLib.h | [all...] |