/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/ |
D | uniphier_nand.c | 76 int page = nand->pages_per_block * block; in uniphier_nand_block_isbad() local 94 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, page & 0xff); in uniphier_nand_block_isbad() 95 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, (page >> 8) & 0xff); in uniphier_nand_block_isbad() 98 (page >> 16) & 0xff); in uniphier_nand_block_isbad() 168 int page = lba % pages_per_block; in __uniphier_nand_read() local 194 page_count = MIN(pages_per_block - page, pages_to_read); in __uniphier_nand_read() 197 block * pages_per_block + page, in __uniphier_nand_read() 203 page = 0; in __uniphier_nand_read()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/ |
D | ResetVectorVtf0.asm | 21 ; Pad the image size to 4k when page tables are in VTF0 23 ; If the VTF0 image has page tables built in, then we need to make 24 ; sure the end of VTF0 is 4k above where the page tables end. 26 ; This is required so the page tables will be 4k aligned when VTF0 is
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/ |
D | wiki.py | 11 page = form.getvalue("page", "FrontPage") 12 wiki = WikiPage(page) 100 def mklink(self, cmd, page, text): argument 101 link = self.scripturl + "?cmd=" + cmd + "&page=" + page
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/ |
D | PageFaultHandler.S | 2 # This is the assembly code for page fault handler hook. 65 # NULL if the page fault is handled by PageFaultHandler 66 # OriginalHandler address if the page fault is not handled by PageFaultHandler
|
D | PageFaultHandler.asm | 2 ; This is the assembly code for page fault handler hook. 68 ; NULL if the page fault is handled by PageFaultHandler 69 ; OriginalHandler address if the page fault is not handled by PageFaultHandler
|
D | PageFaultHandler.nasm | 2 ; This is the assembly code for page fault handler hook. 70 ; NULL if the page fault is handled by PageFaultHandler 71 ; OriginalHandler address if the page fault is not handled by PageFaultHandler
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
D | SecEntry.S | 262 .byte 0xCF # page-granular, 32-bit 272 .byte 0xCF # page-granular, 32-bit 282 .byte 0xCF # page-granular, 32-bit 293 .byte 0xCF # page-granular, 32-bit 324 .byte 0 # page-granular, 32-bit
|
D | SecEntry.asm | 275 DB 0CFh ; page-granular, 32-bit 285 DB 0CFh ; page-granular, 32-bit 295 DB 0CFh ; page-granular, 32-bit 306 DB 0CFh ; page-granular, 32-bit 337 DB 0 ; page-granular, 32-bit
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/ |
D | Tcg2ConfigPei.uni | 5 // NOTE: This module is only for reference only, each platform should have its own setup page. 22 … "NOTE: This module is only for reference only, each platform should have its own setup page."
|
D | Tcg2ConfigDxe.uni | 5 // NOTE: This module is only for reference only, each platform should have its own setup page. 21 …, etc. NOTE: This module is only for reference only, each platform should have its own setup page."
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/ |
D | TrEEConfigPei.uni | 5 // NOTE: This module is only for reference only, each platform should have its own setup page. 22 … "NOTE: This module is only for reference only, each platform should have its own setup page."
|
D | TrEEConfigDxe.uni | 5 // NOTE: This module is only for reference only, each platform should have its own setup page. 21 …, etc. NOTE: This module is only for reference only, each platform should have its own setup page."
|
/device/google/cuttlefish_common/host/commands/ivserver/ |
D | shm_layout.txt | 5 (starts at page 0) 47 …+----------------------------+ | | | | \/ REGION AREA (page aligned) …
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/ |
D | VfrStrings.uni | 40 #string STR_FIRST_REFRESH #language en-US "Please refresh page firstly" 41 … #language fr-FR "fr-FR: Please Refresh page firstly" 42 #string STR_FIRST_REFRESH_HELP #language en-US "When enter the page at first ti… 43 …#language fr-FR "fr-FR: When enter the page at first time, refresh is needed to show all the cont…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
D | genwincodecs.bat | 6 @rem Arabic DOS code page
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | README | 7 The Distutils-SIG web page is also a good starting point:
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/ |
D | SpiFlash.txt | 15 Size of SPI flash page
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
D | e1000phy.c | 240 UINT16 page; in e1000phy_reset() local 251 page = PHY_READ (sc_phy, E1000_EADR); in e1000phy_reset() 264 PHY_WRITE (sc_phy, E1000_EADR, page); in e1000phy_reset() 320 page = PHY_READ (sc_phy, E1000_EADR); in e1000phy_reset() 330 PHY_WRITE (sc_phy, E1000_EADR, page); in e1000phy_reset()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | INDEX | 16 zlib.3 Man page for zlib 17 zlib.3.pdf Man page in PDF format
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/ |
D | SecEntry.nasm | 264 DB 0CFh ; page-granular, 32-bit 274 DB 0CFh ; page-granular, 32-bit 284 DB 0CFh ; page-granular, 32-bit 295 DB 0CFh ; page-granular, 32-bit 326 DB 0 ; page-granular, 32-bit
|
/device/linaro/bootloader/edk2/UefiCpuPkg/ |
D | UefiCpuPkg.uni | 150 …kenSpaceGuid_PcdCpuSmmStaticPageTable_PROMPT #language en-US "Use static page table for all memor… 152 …aceGuid_PcdCpuSmmStaticPageTable_HELP #language en-US "Indicates if SMM uses static page table.\n" 153 …"If enabled, SMM will not use on-demand paging. SMM will build static page table for all memory.<B… 154 … "This flag only impacts X64 build, because SMM alway builds static page table for IA32.\n" 155 … "TRUE - SMM uses static page table for all memory.<BR>\n" 156 …"FALSE - SMM uses static page table for below 4G memory and use on-demand paging for above 4G memo…
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/ |
D | Flat32.S | 734 .byte 0xCF # page-granular, 32-bit 743 .byte 0xCF # page-granular, 32-bit 752 .byte 0xCF # page-granular, 32-bit 761 .byte 0xCF # page-granular, 32-bit 770 .byte 0 # page-granular, 32-bit 779 .byte 0 # page-granular, 32-bit 788 .byte 0 # page-granular, 32-bit
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/Ia32/ |
D | Flat32.nasm | 98 DB 0CFh ; page-granular, 32-bit 108 DB 0CFh ; page-granular, 32-bit
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | start.S | 475 .byte 0xCF # page-granular, 32-bit 484 .byte 0xCF # page-granular, 32-bit 493 .byte 0xCF # page-granular, 32-bit 502 .byte 0xCF # page-granular, 32-bit 511 .byte 0 # page-granular, 32-bit 520 .byte 0 # page-granular, 32-bit 529 .byte 0 # page-granular, 32-bit
|
D | start16.S | 468 .byte 0xCF # page-granular, 32-bit 477 .byte 0xCF # page-granular, 32-bit 486 .byte 0xCF # page-granular, 32-bit 495 .byte 0xCF # page-granular, 32-bit 504 .byte 0 # page-granular, 32-bit 513 .byte 0 # page-granular, 32-bit 522 .byte 0 # page-granular, 32-bit
|