/Zephyr-Core-3.5.0/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-Core-3.5.0/boards/arm64/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-Core-3.5.0/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-Core-3.5.0/include/zephyr/acpi/ |
D | acpi.h | 152 int acpi_madt_entry_get(int type, struct acpi_subtable_header **tables, int *num_inst); 162 struct acpi_subtable_header **tables);
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/drivers/flash/ |
D | Kconfig.nxp_s32 | 25 tables to configure Quad mode. Otherwise it defaults to Dual or 27 - Soft Reset bitfield (DW16) must be present in the SFDP tables to
|
/Zephyr-Core-3.5.0/modules/liblc3/ |
D | CMakeLists.txt | 19 zephyr_library_sources(${ZEPHYR_LIBLC3_MODULE_DIR}/src/tables.c)
|
/Zephyr-Core-3.5.0/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 | 324 and creates a set of page tables at boot time that is runtime- 335 own page tables. Instead, context switching operations will modify 336 page tables in place. This is much slower, but uses much less RAM 337 for page tables. 344 The initial page tables at boot are pre-allocated, and used for the 346 if common page tables are in use requires a pool of free pinned 347 memory pages for constructing page tables. 461 increase for additional page tables and trampoline stacks. 481 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-Core-3.5.0/include/zephyr/linker/ |
D | kobject-text.ld | 5 * Fortunately, unlike the data tables, the size of the code is
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ia32/scripts/ |
D | shared_kernel_pages.ld | 11 * user mode page tables. IDT, GDT, TSSes, trampoline stack, and
|
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | Kconfig | 345 int "Maximum numbers of translation tables" 351 This option specifies the maximum numbers of translation tables. 352 Based on this, translation tables are allocated at compile time and 354 numbers of translation tables, it will result in assert. Number of 355 translation tables required is decided based on how many discrete
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-qual.rst | 11 See the tables below for a list of qualification listings
|
/Zephyr-Core-3.5.0/arch/x86/core/ |
D | Kconfig.ia32 | 88 bool "Use PAE page tables" 92 If enabled, use PAE-style page tables instead of 32-bit page tables.
|
/Zephyr-Core-3.5.0/lib/acpi/ |
D | acpi.c | 670 int acpi_madt_entry_get(int type, struct acpi_subtable_header **tables, int *num_inst) in acpi_madt_entry_get() argument 685 *tables = subtable; in acpi_madt_entry_get() 698 int acpi_dmar_entry_get(enum AcpiDmarType type, struct acpi_subtable_header **tables) in acpi_dmar_entry_get() argument 713 *tables = (struct acpi_subtable_header *)subtable; in acpi_dmar_entry_get()
|
/Zephyr-Core-3.5.0/modules/cmsis-nn/ |
D | Kconfig | 51 When off, its default behavior is all tables are included.
|
/Zephyr-Core-3.5.0/boards/arm/mps2_an521/ |
D | mps2_an521.dts | 91 * Please see tables mentioned in individual comments below for details.
|
D | mps2_an521_ns.dts | 83 * Please see tables mentioned in individual comments below for details.
|
/Zephyr-Core-3.5.0/boards/arm/nrf52840_mdk_usb_dongle/ |
D | nrf52840_mdk_usb_dongle.dts | 117 * Two partition tables are available:
|
/Zephyr-Core-3.5.0/dts/riscv/openisa/ |
D | rv32m1_ri5cy.dtsi | 26 * these base addresses contain the Arm core vector tables if
|
D | rv32m1_zero_riscy.dtsi | 26 * these base addresses contain the Arm core vector tables if
|
/Zephyr-Core-3.5.0/soc/riscv/openisa_rv32m1/ |
D | linker.ld | 69 * (The Arm core vector tables are at the beginning of each 78 * to generate interrupt tables. See include/linker/intlist.ld.
|
/Zephyr-Core-3.5.0/kernel/ |
D | Kconfig.vm | 42 page tables are in use, they all have the same virtual-to-physical 54 in page tables, the equation: 70 how much total memory can be used for page tables.
|
/Zephyr-Core-3.5.0/drivers/interrupt_controller/ |
D | Kconfig.gic | 76 enough to allocate ITS tables (size is probed at runtime).
|