/Zephyr-latest/modules/acpica/ |
D | CMakeLists.txt | 132 ${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/ |
D | Kconfig | 15 # 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/ |
D | Kconfig | 22 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/ |
D | x86.rst | 15 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/ |
D | acpi.h | 244 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/ |
D | gen_mmu.py | 351 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]
|
D | Kconfig | 321 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
|
D | CMakeLists.txt | 34 # Always set for 64-bit (long mode requires page tables), optional for 32-bit
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nxp_s32 | 39 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/ |
D | CMakeLists.txt | 40 ${ZEPHYR_LIBLC3_MODULE_DIR}/src/tables.c
|
/Zephyr-latest/kernel/ |
D | Kconfig.mem_domain | 27 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/ |
D | Kconfig | 205 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/ |
D | Kconfig | 342 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/ |
D | kobject-text.ld | 5 * Fortunately, unlike the data tables, the size of the code is
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/scripts/ |
D | shared_kernel_pages.ld | 11 * user mode page tables. IDT, GDT, TSSes, trampoline stack, and
|
/Zephyr-latest/arch/common/ |
D | Kconfig | 20 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/ |
D | Kconfig.ia32 | 89 bool "Use PAE page tables" 93 If enabled, use PAE-style page tables instead of 32-bit page tables.
|
/Zephyr-latest/boards/arm/mps2/ |
D | mps2_an521_cpu0.dts | 90 * Please see tables mentioned in individual comments below for details.
|
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/ |
D | nrf52840_mdk_usb_dongle.dts | 116 * Two partition tables are available:
|
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/arm/mps2/ |
D | mps2_an521_cputest.dts | 90 * Please see tables mentioned in individual comments below for details.
|
/Zephyr-latest/lib/acpi/ |
D | acpi.c | 690 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/ |
D | rv32m1_zero_riscy.dtsi | 26 * these base addresses contain the Arm core vector tables if
|
D | rv32m1_ri5cy.dtsi | 26 * these base addresses contain the Arm core vector tables if
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.gic | 64 enough to allocate ITS tables (size is probed at runtime).
|
/Zephyr-latest/modules/cmsis-nn/ |
D | Kconfig | 51 When off, its default behavior is all tables are included.
|