Home
last modified time | relevance | path

Searched full:mappings (Results 1 – 25 of 94) sorted by relevance

1234

/Zephyr-Core-3.5.0/scripts/ci/
Dupload_test_results_es.py49 mappings = {
72 es.indices.create(index=index_name, mappings=mappings, settings=settings)
/Zephyr-Core-3.5.0/kernel/
DKconfig.vm43 mappings (with potentially different permissions).
73 size of the virtual region for runtime memory mappings. This is needed
76 mappings. The kernel itself will be mapped in here as well at boot.
91 there isn't overlap with the existed mappings, it will reserve the
150 all page frames via anonymous memory mappings.
/Zephyr-Core-3.5.0/doc/hardware/arch/
Dx86.rst76 Specifying Additional Memory Mappings at Build Time
83 memory mappings. This is useful for static mappings and/or device MMIO
118 Note that specifying additional memory mappings requires larger storage
/Zephyr-Core-3.5.0/scripts/logging/dictionary/dictionary_parser/
Dlog_database.py164 """Get string mappings to database"""
169 """Add string mappings to database"""
174 """Return True if there are string mappings in database"""
273 # JSON encodes the addresses in string mappings as literal strings.
/Zephyr-Core-3.5.0/dts/bindings/arm/
Dnxp,mcux-xbar.yaml17 Crossbar input and output mappings. Input is followed by the output.
/Zephyr-Core-3.5.0/include/zephyr/arch/arm/mmu/
Darm_mmu.h53 * for the specification of mappings whose PA and VA differ,
55 * mapping, which are used for the mappings of the Zephyr image's
/Zephyr-Core-3.5.0/include/zephyr/sys/
Dmem_manage.h158 "address %p not in permanent mappings", virt); in z_mem_phys_addr()
227 * frames. It may conflict with anonymous memory mappings and demand paging
248 * where temporary memory mappings need to be made. This allows these
249 * memory mappings to be discarded once they are no longer needed.
260 * It is highly discouraged to use this function to unmap memory mappings.
261 * It may conflict with anonymous memory mappings and demand paging and
304 * concurrent memory mappings or page-ins take place.
398 * marked as available for mappings or page-ins.
/Zephyr-Core-3.5.0/dts/bindings/led_strip/
Dti,tlc5971.yaml11 The color order of the TLC5971 is BGR. Applications can provide custom mappings
/Zephyr-Core-3.5.0/include/zephyr/xen/public/
Dgrant_table.h162 * @trans_grant in @trans_domid. No mappings are allowed.
172 * GTF_readonly: Restrict @domid to read-only mappings and accesses. [GST]
177 * mappings of the grant [GST]
262 * 3. Mappings should only be destroyed via GNTTABOP_unmap_grant_ref. If a
281 * GNTTABOP_unmap_grant_ref: Destroy one or more grant-reference mappings
289 * mappings will remain in the device or host TLBs.
Darch-arm.h400 * vGIC mappings: Only one set of mapping is used by the guest.
404 /* vGIC v2 mappings */
410 /* vGIC v3 mappings */
423 /* PL011 mappings */
/Zephyr-Core-3.5.0/snippets/xen_dom0/boards/
Drcar_salvator_xs_m3.overlay31 * (XEN) Allocating 1:1 mappings for dom0:
Drcar_h3ulcb_ca57.overlay31 * (XEN) Allocating 1:1 mappings for dom0:
Dqemu_cortex_a53.overlay35 * (XEN) Allocating 1:1 mappings for dom0:
/Zephyr-Core-3.5.0/samples/drivers/led_lp5562/
DREADME.rst28 mappings used by this sample.
/Zephyr-Core-3.5.0/dts/bindings/i2c/
Dinfineon,xmc4xxx-i2c.yaml63 Refer to the XMC4XXX reference manual for the GPIO pin/mux mappings.
79 Refer to the XMC4XXX reference manual for the GPIO pin/mux mappings.
/Zephyr-Core-3.5.0/include/zephyr/drivers/mm/
Dmm_drv_intel_adsp_mtl_tlb.h37 * and recreate physical to virtual mappings
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dtraffic-class.rst26 See :zephyr_file:`subsys/net/ip/net_tc.c` for details of how various mappings are done.
/Zephyr-Core-3.5.0/boards/arm/nrf52_adafruit_feather/
Dboard.h10 /* External edge connector pin mappings to nRF52 GPIO pin numbers.
/Zephyr-Core-3.5.0/boards/arm/bbc_microbit/
Dboard.h10 /* External edge connector pin mappings to nRF51 GPIO pin numbers.
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/rt/
Dpower_rt11xx.c31 /* Configure the set point mappings for Cortex M4 and M7 cores */
44 /* Cortex Set point mappings */ in gpc_set_core_mappings()
190 /* Setup GPC set point mappings */ in gpc_init()
/Zephyr-Core-3.5.0/kernel/include/
Dkernel_arch_interface.h257 * will be established. If the page tables already had mappings installed
287 * Remove mappings for a provided virtual address range
292 * needs to be preserved. This function must update mappings in all active
322 * Unless otherwise specified, virtual pages have the same mappings
431 * Unless otherwise specified, virtual data pages have the same mappings
516 * Unless otherwise specified, virtual data pages have the same mappings
Dmmu.h25 * anonymous mappings. We don't currently maintain an ontology of these in the
46 /* Only applies to boot RAM mappings within the Zephyr image that have never
259 * marked as available for mappings or page-ins.
/Zephyr-Core-3.5.0/soc/riscv/espressif_esp32/esp32c3/
Dloader.c50 * so the new app only has the mappings it creates. in map_rom_segments()
/Zephyr-Core-3.5.0/soc/xtensa/espressif_esp32/esp32s3/
Dloader.c51 * so the new app only has the mappings it creates. in map_rom_segments()
/Zephyr-Core-3.5.0/dts/bindings/spi/
Dinfineon,xmc4xxx-spi.yaml18 Refer to the XMC4XXX reference manual for the GPIO pin/mux mappings. DX0G

1234