Home
last modified time | relevance | path

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

1234

/Zephyr-latest/modules/acpica/
DCMakeLists.txt132 ${COMP_DIR}/tables/tbdata.c
133 ${COMP_DIR}/tables/tbfadt.c
134 ${COMP_DIR}/tables/tbfind.c
135 ${COMP_DIR}/tables/tbinstal.c
136 ${COMP_DIR}/tables/tbprint.c
137 ${COMP_DIR}/tables/tbutils.c
138 ${COMP_DIR}/tables/tbxface.c
139 ${COMP_DIR}/tables/tbxfload.c
140 ${COMP_DIR}/tables/tbxfroot.c
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/
DKconfig15 # 256bytes aligned tables, for reference a 32 ITEs table needs 256bytes.
16 # With 11x64K HEAP, up to 116 ITT tables of 32 ITEs can be allocated.
/Zephyr-latest/arch/arm/core/mmu/
DKconfig22 int "Number of L2 translation tables available to the MMU"
25 Number of level 2 translation tables. Each level 2 table
/Zephyr-latest/doc/hardware/arch/
Dx86.rst15 During very early boot, page tables are loaded so technically the kernel
80 the necessary multi-level page tables for code execution and data access
119 space for the pre-allocated page tables (both kernel and per-domain
120 tables). :kconfig:option:`CONFIG_X86_EXTRA_PAGE_TABLE_PAGES` is needed to
121 specify how many more memory pages to be reserved for the page tables.
/Zephyr-latest/include/zephyr/acpi/
Dacpi.h244 int acpi_madt_entry_get(int type, ACPI_SUBTABLE_HEADER **tables, int *num_inst);
253 int acpi_dmar_entry_get(enum AcpiDmarType type, ACPI_SUBTABLE_HEADER **tables);
/Zephyr-latest/arch/x86/
Dgen_mmu.py351 self.tables = {}
386 table = self.tables[table.lookup(virt_addr)]
409 self.tables[new_table_addr] = new_table
427 table = self.tables[table.lookup(virt_addr)]
552 table = self.tables[table.lookup(addr)]
563 for addr in sorted(self.tables):
564 mmu_table = self.tables[addr]
DKconfig321 and creates a set of page tables at boot time that is runtime-
332 own page tables. Instead, context switching operations will modify
333 page tables in place. This is much slower, but uses much less RAM
334 for page tables.
341 The initial page tables at boot are pre-allocated, and used for the
343 if common page tables are in use requires a pool of free pinned
344 memory pages for constructing page tables.
458 increase for additional page tables and trampoline stacks.
478 used by the firmware environment and its page tables be
DCMakeLists.txt34 # Always set for 64-bit (long mode requires page tables), optional for 32-bit
/Zephyr-latest/drivers/flash/
DKconfig.nxp_s3239 tables to configure Quad mode. Otherwise it defaults to Dual or
41 - Soft Reset bitfield (DW16) must be present in the SFDP tables to
/Zephyr-latest/modules/liblc3/
DCMakeLists.txt40 ${ZEPHYR_LIBLC3_MODULE_DIR}/src/tables.c
/Zephyr-latest/kernel/
DKconfig.mem_domain27 Typical uses might be a set of page tables for that memory domain.
53 tables, these APIs don't need to be implemented as the underlying
/Zephyr-latest/arch/xtensa/
DKconfig205 int "Number of L1 page tables"
209 This option specifies the maximum number of traslation tables.
210 Translation tables are directly related to the number of
214 int "Number of L2 page tables"
230 memory domain when swapping page tables.
/Zephyr-latest/arch/arm64/core/
DKconfig342 int "Maximum numbers of translation tables"
348 This option specifies the maximum numbers of translation tables.
349 Based on this, translation tables are allocated at compile time and
351 numbers of translation tables, it will result in assert. Number of
352 translation tables required is decided based on how many discrete
/Zephyr-latest/include/zephyr/linker/
Dkobject-text.ld5 * Fortunately, unlike the data tables, the size of the code is
/Zephyr-latest/include/zephyr/arch/x86/ia32/scripts/
Dshared_kernel_pages.ld11 * user mode page tables. IDT, GDT, TSSes, trampoline stack, and
/Zephyr-latest/arch/common/
DKconfig20 bool "Shell command to dump the ISR tables"
24 This option enables a shell command to dump the ISR tables.
/Zephyr-latest/arch/x86/core/
DKconfig.ia3289 bool "Use PAE page tables"
93 If enabled, use PAE-style page tables instead of 32-bit page tables.
/Zephyr-latest/boards/arm/mps2/
Dmps2_an521_cpu0.dts90 * Please see tables mentioned in individual comments below for details.
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
Dnrf52840_mdk_usb_dongle.dts116 * Two partition tables are available:
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/arm/mps2/
Dmps2_an521_cputest.dts90 * Please see tables mentioned in individual comments below for details.
/Zephyr-latest/lib/acpi/
Dacpi.c690 int acpi_madt_entry_get(int type, ACPI_SUBTABLE_HEADER **tables, int *num_inst) in acpi_madt_entry_get() argument
705 *tables = subtable; in acpi_madt_entry_get()
718 int acpi_dmar_entry_get(enum AcpiDmarType type, ACPI_SUBTABLE_HEADER **tables) in acpi_dmar_entry_get() argument
733 *tables = (struct acpi_subtable_header *)subtable; in acpi_dmar_entry_get()
/Zephyr-latest/dts/riscv/openisa/
Drv32m1_zero_riscy.dtsi26 * these base addresses contain the Arm core vector tables if
Drv32m1_ri5cy.dtsi26 * these base addresses contain the Arm core vector tables if
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.gic64 enough to allocate ITS tables (size is probed at runtime).
/Zephyr-latest/modules/cmsis-nn/
DKconfig51 When off, its default behavior is all tables are included.

1234