Home
last modified time | relevance | path

Searched refs:page (Results 1 – 25 of 207) sorted by relevance

123456789

/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_nand.c76 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/
DResetVectorVtf0.asm21 ; 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/
Dwiki.py11 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/
DPageFaultHandler.S2 # 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
DPageFaultHandler.asm2 ; 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
DPageFaultHandler.nasm2 ; 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/
DSecEntry.S262 .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
DSecEntry.asm275 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/TrEEConfig/
DTrEEConfigPei.uni5 // 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."
DTrEEConfigDxe.uni5 // 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/Tcg2Config/
DTcg2ConfigDxe.uni5 // 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."
DTcg2ConfigPei.uni5 // 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."
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DVfrStrings.uni40 #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/
Dgenwincodecs.bat6 @rem Arabic DOS code page
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
DREADME7 The Distutils-SIG web page is also a good starting point:
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
DSpiFlash.txt15 Size of SPI flash page
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
De1000phy.c240 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/
DINDEX16 zlib.3 Man page for zlib
17 zlib.3.pdf Man page in PDF format
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/
DSecEntry.nasm264 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/
DUefiCpuPkg.uni150 …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/
DFlat32.S734 .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/
DFlat32.nasm98 DB 0CFh ; page-granular, 32-bit
108 DB 0CFh ; page-granular, 32-bit
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Dstart16.S468 .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
Dstart.S475 .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
Dstart16.asm464 db 0CFh ; page-granular, 32-bit
473 db 0CFh ; page-granular, 32-bit
482 db 0CFh ; page-granular, 32-bit
491 db 0CFh ; page-granular, 32-bit
500 db 0 ; page-granular, 32-bit
509 db 0 ; page-granular, 32-bit
518 db 0 ; page-granular, 32-bit

123456789