Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 59) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmkstringprep.py51 tables = [] variable
69 tables.append((curname, table))
123 name, table = tables[0]
124 del tables[0]
146 name, table = tables[0]
147 del tables[0]
162 name, table_b2 = tables[0]
163 del tables[0]
166 name, table_b3 = tables[0]
167 del tables[0]
[all …]
/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/arm-trusted-firmware/docs/
Dxlat-tables-lib-v2-design.rst11 This document describes the design of the translation tables library (version 2)
13 tables based on a description of the memory layout, as well as setting up system
19 #. Statically allocate translation tables and populate them (at run-time) based
23 #. Support for generating translation tables pertaining to a different
58 translation tables library.
75 library transpose that in a set of translation tables. As a result, the library
76 might create new translation tables, update or split existing ones.
95 The first solution potentially requires less translation tables, hence
98 page tables to refine the mappings. If a single level-2 entry has been used
115 The library can create or modify translation tables pertaining to a different
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
DAcpiTableDxe.uni19 …is driver initializes ACPI tables (Rsdp, Rsdt and Xsdt) and produces UEFI/PI services to install/u…
DAcpiTableDxe.inf4 # This driver initializes ACPI tables (Rsdp, Rsdt and Xsdt) and produces UEFI/PI
5 # services to install/uninstall/manage ACPI tables.
/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
Dxlat_tables_v2_helpers.h68 uint64_t (*tables)[XLAT_TABLE_ENTRIES]; member
155 .tables = _ctx_name##_xlat_tables, \
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiLib.uni7 // EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers,
24 …TPLs), install EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers, …
DUefiLib.inf7 # EFI Driver Model related protocols, manage Unicode string tables for UEFI Drivers,
/device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/
DPageTables64.asm47 ; For OVMF, build some initial page tables at
53 ; At the end of PEI, the pages tables will be rebuilt into a
/device/google/contexthub/firmware/os/platform/stm32/flash_script/
DMakefile20 FLAGS += -mthumb -mcpu=cortex-m4 -march=armv7e-m -mno-thumb-interwork -fno-unwind-tables -fstack-re…
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
DCpuS3DataDxe.uni7 // register initialization tables for ACPI S3 resume. It also only supports the
35 "register initialization tables for ACPI S3 resume. It also only supports the "
DCpuS3DataDxe.inf7 # register initialization tables for ACPI S3 resume. It also only supports the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsilib.py150 tables = []
161 tables.append(name)
166 f.write("\ntables=[%s]\n\n" % (", ".join(tables)))
206 tables = []
211 tables.append(table)
243 f.write("tables=%s\n" % repr(map(str,tables)))
304 for t in schema.tables:
334 for table in module.tables:
Dsequence.py126 tables=['AdminExecuteSequence', 'AdminUISequence', 'AdvtExecuteSequence', 'InstallExecuteSequence',… variable
/device/google/contexthub/firmware/os/platform/native/
Dnative.mk20 FLAGS += -I. -fno-unwind-tables -fstack-reuse=all -ffunction-sections -fdata-sections -m32
/device/google/contexthub/firmware/build/
Dcommon_config.mk32 -fno-unwind-tables \
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/
DPowerManagementAcpiTables.inf21 # Component description file for the ACPI tables
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_difflib.py155 tables = '\n'.join(
184 actual = full.replace('</body>','\n%s\n</body>' % tables)
/device/linaro/bootloader/edk2/StdLib/LibC/Containers/
DContainerLib.inf5 # Types of containers may be Queues (FIFO, LIFO, etc.), hash tables, etc.
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PlatformHasAcpiLib/
DPlatformHasAcpiLib.inf9 # Universal and platform specific DXE drivers that produce ACPI tables depend
/device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportDxe/
DCbSupportDxe.inf4 # Report some MMIO/IO resources to dxe core, extract smbios and acpi tables from coreboot and insta…
/device/google/contexthub/firmware/os/platform/stm32/
Dstm32.mk27 FLAGS += -I. -fno-unwind-tables -fstack-reuse=all -ffunction-sections -fdata-sections
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DCpuPm.asl125 // Save the capability information and load tables as needed.
141 // Save the capability information and load tables as needed.
264 // Get the capability information and load appropriate tables as needed.
397 // Get the capability information and load appropriate tables as needed.
540 // Get the capability information and load appropriate tables as needed.
683 // Get the capability information and load appropriate tables as needed.
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_internal.c63 if (ctx->tables[i] == table) in xlat_table_get_index()
80 return ctx->tables[i]; in xlat_table_get_empty()
110 return ctx->tables[ctx->next_table++]; in xlat_table_get_empty()
1247 ctx->tables[j][i] = INVALID_DESC; in init_xlat_tables_ctx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dalgorithm.txt181 So what we have here are three tables with a total of 20 entries that had to
183 compared to 16 entries for a Huffman tree (six two entry tables and one four
195 compactly in the tables.

123