Home
last modified time | relevance | path

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

123

/Zephyr-Core-3.5.0/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-Core-3.5.0/boards/arm64/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-Core-3.5.0/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-Core-3.5.0/include/zephyr/acpi/
Dacpi.h152 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/
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-Core-3.5.0/drivers/flash/
DKconfig.nxp_s3225 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/
DCMakeLists.txt19 zephyr_library_sources(${ZEPHYR_LIBLC3_MODULE_DIR}/src/tables.c)
/Zephyr-Core-3.5.0/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]
DKconfig324 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
DCMakeLists.txt34 # Always set for 64-bit (long mode requires page tables), optional for 32-bit
/Zephyr-Core-3.5.0/include/zephyr/linker/
Dkobject-text.ld5 * Fortunately, unlike the data tables, the size of the code is
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ia32/scripts/
Dshared_kernel_pages.ld11 * user mode page tables. IDT, GDT, TSSes, trampoline stack, and
/Zephyr-Core-3.5.0/arch/arm64/core/
DKconfig345 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/
Dbluetooth-qual.rst11 See the tables below for a list of qualification listings
/Zephyr-Core-3.5.0/arch/x86/core/
DKconfig.ia3288 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/
Dacpi.c670 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/
DKconfig51 When off, its default behavior is all tables are included.
/Zephyr-Core-3.5.0/boards/arm/mps2_an521/
Dmps2_an521.dts91 * Please see tables mentioned in individual comments below for details.
Dmps2_an521_ns.dts83 * Please see tables mentioned in individual comments below for details.
/Zephyr-Core-3.5.0/boards/arm/nrf52840_mdk_usb_dongle/
Dnrf52840_mdk_usb_dongle.dts117 * Two partition tables are available:
/Zephyr-Core-3.5.0/dts/riscv/openisa/
Drv32m1_ri5cy.dtsi26 * these base addresses contain the Arm core vector tables if
Drv32m1_zero_riscy.dtsi26 * these base addresses contain the Arm core vector tables if
/Zephyr-Core-3.5.0/soc/riscv/openisa_rv32m1/
Dlinker.ld69 * (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/
DKconfig.vm42 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/
DKconfig.gic76 enough to allocate ITS tables (size is probed at runtime).

123