Home
last modified time | relevance | path

Searched refs:domain (Results 126 – 150 of 283) sorted by relevance

12345678910>>...12

/Zephyr-latest/include/zephyr/xen/public/
Ddomctl.h100 domid_t domain; /* Also echoed in domctl.domain */ member
495 domid_t domain; member
/Zephyr-latest/boards/phytec/phyboard_electra/doc/
Dindex.rst29 dual Cortex-A53 cluster and two dual Cortex-R5F cores in the MAIN domain as
30 well as a single Cortex-M4 core in the MCU domain. Zephyr is ported to run on
81 MCU domain UART (MCU_UART0).
/Zephyr-latest/scripts/west_commands/
Dbuild.py279 self._run_build(args.target, args.domain)
672 def _run_build(self, target, domain): argument
688 if domain is None:
693 self._banner('building domain(s): {}'.format(' '.join(domain)))
694 domain_list = domains.get_domains(domain)
/Zephyr-latest/dts/arm/nordic/
Dnrf5340_cpuappns.dtsi7 /* .dtsi header for nRF5340 CPUAPP (Application MCU), Non-Secure domain */
/Zephyr-latest/include/zephyr/logging/
Dlog_output.h163 const char *domain,
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/
Dl4_i2c1_hsi_lptim1_lse.overlay88 /* Basic test only. Don't configure domain clock. */
Dl4_i2c1_sysclk_lptim1_lsi.overlay88 /* Basic test only. Don't configure domain clock. */
Dwl_i2c1_sysclk_lptim1_lsi.overlay85 /* Basic test only. Don't configure domain clock. */
/Zephyr-latest/samples/posix/gettimeofday/
DREADME.rst21 - DNS server should be available on the host to resolve domain names
/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Dapp_threads.h17 struct k_mem_domain domain; member
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmock_frontend.c111 zassert_equal(desc.domain, exp_msg->domain_id); in log_frontend_msg()
/Zephyr-latest/include/zephyr/llext/
Dllext.h349 int llext_add_domain(struct llext *ext, struct k_mem_domain *domain);
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst3 Multi-domain logging using ARM Coresight STM
18 Local domain (each core) has access to its own set of STMESP peripherals. Each set has registers fo…
87 Following figure presents multi-domain logging using ARM Coresight STM.
91 Each core (local domain) is using logging frontend which writes logging data to STMESP registers.
138 …ing logs from the device, specifying the database configuration for each domain ID, as well as the…
156 Each log line contains a domain-related or core-related prefix between the log level and the module…
220 Each log line contains a domain-related or core-related prefix between the log level and the module…
240 … Radio core and Application core, ensure that each database is prefixed with the correct domain ID.
/Zephyr-latest/drivers/gpio/
Dgpio_rcar.c303 .mod_clk.domain = \
304 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \
/Zephyr-latest/drivers/serial/
Duart_rcar.c549 .mod_clk.domain = DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \
551 .bus_clk.domain = DT_INST_CLOCKS_CELL_BY_IDX(n, 1, domain), \
/Zephyr-latest/boards/nordic/nrf54l09pdk/
Dnrf54l09_cpuapp_common.dtsi7 /* This file is common to the secure and non-secure domain */
/Zephyr-latest/boards/nordic/nrf54l20pdk/
Dnrf54l20_cpuapp_common.dtsi7 /* This file is common to the secure and non-secure domain */
/Zephyr-latest/subsys/net/lib/lwm2m/
DREADME_lwm2m7 domain specific code. To generate the SenML encoder and decoder the following CDDL file
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst39 Multi-domain
40 When more than one Zephyr CMake build system (domain) is managed by sysbuild.
93 Here is an example. For details, see :ref:`west-multi-domain-builds` in
219 Sysbuild creates a namespace for each domain. The namespace prefix is the
220 domain's application name. See :ref:`sysbuild_zephyr_application` for more
309 For more details, see :ref:`west-multi-domain-flashing`.
317 To debug a different domain (Zephyr application), such as ``mcuboot``, use
318 the ``--domain`` argument, as follows::
320 west debug --domain mcuboot
322 For more details, see :ref:`west-multi-domain-debugging`.
[all …]
/Zephyr-latest/boards/panasonic/panb511evb/
Dpanb511evb_nrf54l15_cpuapp_common.dtsi7 /* This file is common to the secure and non-secure domain */
/Zephyr-latest/boards/nordic/nrf54l15dk/
Dnrf54l_05_10_15_cpuapp_common.dtsi7 /* This file is common to the secure and non-secure domain */
/Zephyr-latest/samples/net/lwm2m_client/
DKconfig40 When DNS resolver is enabled, DNS domain names could be used as well.
/Zephyr-latest/subsys/net/lib/ptp/
Dport.c229 resp->header.domain_number = dds->domain; in port_sync_timestamp_cb()
264 msg->header.domain_number = dds->domain; in port_announce_msg_transmit()
302 msg->header.domain_number = dds->domain; in port_delay_req_msg_transmit()
338 msg->header.domain_number = dds->domain; in port_sync_msg_transmit()
628 resp->header.domain_number = dds->domain; in port_delay_req_msg_process()
706 resp->header.domain_number = dds->domain; in port_management_resp_prepare()
762 tlv_dds->domain = dds->domain; in port_management_resp_tlv_fill()
805 length = sizeof(dds->domain); in port_management_resp_tlv_fill()
806 *mgmt->data = dds->domain; in port_management_resp_tlv_fill()
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py1356 for domain in self.instance.domains.get_domains():
1357 files_to_keep += self._get_artifact_allow_list_for_domain(domain.name)
1363 def _get_artifact_allow_list_for_domain(self, domain: str) -> list[str]:
1368 os.path.join(domain, 'build.ninja'),
1369 os.path.join(domain, 'CMakeCache.txt'),
1370 os.path.join(domain, 'CMakeFiles', 'rules.ninja'),
1371 os.path.join(domain, 'Makefile'),
1372 os.path.join(domain, 'zephyr', '.config'),
1373 os.path.join(domain, 'zephyr', 'runners.yaml')
1395 for domain in self.instance.domains.get_domains():
[all …]
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_dict_uart.c231 hdr->domain = desc.domain; in hdr_fill()

12345678910>>...12