Home
last modified time | relevance | path

Searched refs:shared (Results 26 – 50 of 290) sorted by relevance

12345678910>>...12

/Zephyr-latest/samples/subsys/ipc/openamp/boards/
Dmps2_an521_cpu0.overlay10 * shared memory reserved for the inter-processor communication
Dlpcxpresso55s69_lpc55s69_cpu0.overlay10 * shared memory reserved for the inter-processor communication
/Zephyr-latest/samples/subsys/ipc/openamp/remote/boards/
Dmps2_an521_cpu1.overlay10 * shared memory reserved for the inter-processor communication
Dlpcxpresso55s69_lpc55s69_cpu1.overlay10 * shared memory reserved for the inter-processor communication
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/boards/
Dimx8mp_evk_mimx8ml8_m7.overlay10 * shared memory reserved for the inter-processor communication
Dimx8mp_evk_mimx8ml8_adsp.overlay10 * shared memory reserved for the inter-processor communication
Dstm32mp157c_dk2.overlay10 * shared memory reserved for the inter-processor communication
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/boards/
Dv2m_musca_b1_musca_b1_ns.overlay10 * shared memory reserved for the inter-processor communication
Dmps2_an521_cpu1.overlay10 * shared memory reserved for the inter-processor communication
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/boards/
Dmps2_an521_cpu0.overlay10 * shared memory reserved for the inter-processor communication
/Zephyr-latest/doc/services/retention/
Dblinfo.rst7 the :ref:`retention_api` which allows for reading shared data from a bootloader
62 configured to store the shared data in this area, the following Kconfigs need
67 * :kconfig:option:`CONFIG_BOOT_SHARE_DATA` - Enables shared data
69 shared data type
70 * :kconfig:option:`CONFIG_BOOT_SHARE_BACKEND_RETENTION` - Stores shared data
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/snippets/
Dnxp-openamp-imx8-adsp.overlay10 * shared memory reserved for the inter-processor communication
/Zephyr-latest/subsys/ipc/ipc_service/backends/
DKconfig.rpmsg16 bool "Reset shared memory state"
21 When this parameter is set to 'y' the status region of the shared
/Zephyr-latest/lib/posix/options/
Dmmap.c27 bool shared = (pflags & MAP_SHARED) != 0; in p2z() local
30 if (!(shared ^ private)) { in p2z()
/Zephyr-latest/boards/st/nucleo_wl55jc/
Dst_morpho_connector.dtsi16 <ST_MORPHO_L_13 0 &gpioa 13 0>, /* shared with SWD connected to STLINK */
17 <ST_MORPHO_L_15 0 &gpioa 14 0>, /* shared with SWD connected to STLINK */
/Zephyr-latest/tests/kernel/mp/
DKconfig6 # the shared variables in cached/incoherent memory.
/Zephyr-latest/doc/services/virtualization/
Divshmem.rst16 This is made possible by exposing a shared memory among parties via a feature
19 The two types are supported: a plain shared memory (ivshmem-plain) or a shared
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icmsg.rst13 The ICMsg backend uses shared memory and MBOX devices for exchanging data.
27 * If at least one of the cores uses data cache on shared memory, set the ``dcache-alignment`` value.
29 You can skip it if none of the communication sides is using data cache on shared memory.
82 1. The domain (or CPU) writes a magic number to its ``tx-region`` of the shared
101 The ICMsg uses two shared memory regions and two MBOX channels.
112 If data caching is enabled, the shared memory region provided to ICMsg must be aligned according to…
115 The shared memory region is entirely used by a single FIFO.
201 It will arrive over the other pair (shared memory region and MBOX).
/Zephyr-latest/boards/panasonic/pan1783/
Dpan1783_evb_nrf5340_cpunet.dts22 /* Include default shared RAM configuration file */
Dpan1783a_evb_nrf5340_cpunet.dts22 /* Include default shared RAM configuration file */
/Zephyr-latest/arch/arm/core/mmu/
Darm_mmu.c296 perms_attrs.shared = 0; in arm_mmu_convert_attr_flags()
303 perms_attrs.shared = 0; in arm_mmu_convert_attr_flags()
325 perms_attrs.shared = 1; in arm_mmu_convert_attr_flags()
429 l1_page_table.entries[l1_index].l1_section_1m.shared = perms_attrs.shared; in arm_mmu_l1_map_section()
489 perms_attrs.shared = l1_page_table.entries[l1_index].l1_section_1m.shared; in arm_mmu_remap_l1_section_to_l2_table()
664 l2_page_table->entries[l2_index].l2_page_4k.shared = perms_attrs.shared; in arm_mmu_l2_map_page()
/Zephyr-latest/doc/connectivity/networking/api/
Dtrickle.rst16 The Trickle algorithm allows nodes in a lossy shared medium (e.g.,
/Zephyr-latest/drivers/fuel_gauge/sbs_gauge/
DKconfig.emul_sbs_gauge4 # Keep this Kconfig separate from the fuel_gauge/sbs_gauge Kconfig so it may be shared with the
/Zephyr-latest/drivers/can/
DKconfig.sja10009 This enables support for the shared NXP SJA1000 CAN driver.
/Zephyr-latest/drivers/ethernet/
DKconfig.ivshmem7 bool "Inter-VM shared memory Ethernet driver"

12345678910>>...12