/Zephyr-latest/include/zephyr/xen/public/ |
D | domctl.h | 100 domid_t domain; /* Also echoed in domctl.domain */ member 495 domid_t domain; member
|
/Zephyr-latest/boards/phytec/phyboard_electra/doc/ |
D | index.rst | 29 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/ |
D | build.py | 279 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/ |
D | nrf5340_cpuappns.dtsi | 7 /* .dtsi header for nRF5340 CPUAPP (Application MCU), Non-Secure domain */
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_output.h | 163 const char *domain,
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/ |
D | l4_i2c1_hsi_lptim1_lse.overlay | 88 /* Basic test only. Don't configure domain clock. */
|
D | l4_i2c1_sysclk_lptim1_lsi.overlay | 88 /* Basic test only. Don't configure domain clock. */
|
D | wl_i2c1_sysclk_lptim1_lsi.overlay | 85 /* Basic test only. Don't configure domain clock. */
|
/Zephyr-latest/samples/posix/gettimeofday/ |
D | README.rst | 21 - DNS server should be available on the host to resolve domain names
|
/Zephyr-latest/tests/benchmarks/sched_userspace/src/ |
D | app_threads.h | 17 struct k_mem_domain domain; member
|
/Zephyr-latest/tests/subsys/logging/log_api/src/ |
D | mock_frontend.c | 111 zassert_equal(desc.domain, exp_msg->domain_id); in log_frontend_msg()
|
/Zephyr-latest/include/zephyr/llext/ |
D | llext.h | 349 int llext_add_domain(struct llext *ext, struct k_mem_domain *domain);
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 3 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/ |
D | gpio_rcar.c | 303 .mod_clk.domain = \ 304 DT_INST_CLOCKS_CELL_BY_IDX(n, 0, domain), \
|
/Zephyr-latest/drivers/serial/ |
D | uart_rcar.c | 549 .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/ |
D | nrf54l09_cpuapp_common.dtsi | 7 /* This file is common to the secure and non-secure domain */
|
/Zephyr-latest/boards/nordic/nrf54l20pdk/ |
D | nrf54l20_cpuapp_common.dtsi | 7 /* This file is common to the secure and non-secure domain */
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | README_lwm2m | 7 domain specific code. To generate the SenML encoder and decoder the following CDDL file
|
/Zephyr-latest/doc/build/sysbuild/ |
D | index.rst | 39 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/ |
D | panb511evb_nrf54l15_cpuapp_common.dtsi | 7 /* This file is common to the secure and non-secure domain */
|
/Zephyr-latest/boards/nordic/nrf54l15dk/ |
D | nrf54l_05_10_15_cpuapp_common.dtsi | 7 /* This file is common to the secure and non-secure domain */
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | Kconfig | 40 When DNS resolver is enabled, DNS domain names could be used as well.
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | port.c | 229 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/ |
D | runner.py | 1356 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/ |
D | log_frontend_dict_uart.c | 231 hdr->domain = desc.domain; in hdr_fill()
|