Home
last modified time | relevance | path

Searched defs:domain (Results 1 – 25 of 40) sorted by relevance

12

/Zephyr-Core-3.6.0/kernel/
Dmem_domain.c24 static bool check_add_partition(struct k_mem_domain *domain, in check_add_partition()
88 int k_mem_domain_init(struct k_mem_domain *domain, uint8_t num_parts, in k_mem_domain_init()
159 int k_mem_domain_add_partition(struct k_mem_domain *domain, in k_mem_domain_add_partition()
212 int k_mem_domain_remove_partition(struct k_mem_domain *domain, in k_mem_domain_remove_partition()
259 static int add_thread_locked(struct k_mem_domain *domain, in add_thread_locked()
323 int k_mem_domain_add_thread(struct k_mem_domain *domain, k_tid_t thread) in k_mem_domain_add_thread()
/Zephyr-Core-3.6.0/tests/subsys/logging/log_msg/src/
Dmain.c77 uint8_t domain, uint8_t level, log_timestamp_t t, in basic_validate()
151 uint8_t domain, uint8_t level, in validate_base_message_set()
204 static const uint8_t domain = 3; in ZTEST() local
232 static const uint8_t domain = 3; in ZTEST() local
264 static const uint8_t domain = 3; in ZTEST() local
293 static const uint8_t domain = 3; in ZTEST() local
326 static const uint8_t domain = 3; in ZTEST() local
371 static const uint8_t domain = 3; in ZTEST() local
403 static const uint8_t domain = 3; in ZTEST() local
431 static const uint8_t domain = 3; in ZTEST() local
[all …]
/Zephyr-Core-3.6.0/include/zephyr/drivers/clock_control/
Drenesas_cpg_mssr.h16 uint32_t domain; member
/Zephyr-Core-3.6.0/include/zephyr/net/
Ddns_sd.h161 #define DNS_SD_REGISTER_TCP_SERVICE(id, instance, service, domain, text, \ argument
192 #define DNS_SD_REGISTER_UDP_SERVICE(id, instance, service, domain, text, \ argument
229 const char *domain; member
/Zephyr-Core-3.6.0/arch/riscv/core/
Dpmp.c524 struct k_mem_domain *domain) in resync_pmp_domain()
570 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in z_riscv_pmp_usermode_enable() local
632 int arch_mem_domain_init(struct k_mem_domain *domain) in arch_mem_domain_init()
638 int arch_mem_domain_partition_add(struct k_mem_domain *domain, in arch_mem_domain_partition_add()
646 int arch_mem_domain_partition_remove(struct k_mem_domain *domain, in arch_mem_domain_partition_remove()
692 struct k_mem_domain *domain = _current->mem_domain_info.mem_domain; in arch_buffer_validate() local
/Zephyr-Core-3.6.0/arch/xtensa/core/
Dptables.c455 struct arch_mem_domain *domain; in __arch_mem_map() local
610 struct arch_mem_domain *domain; in __arch_mem_unmap() local
714 struct arch_mem_domain *domain = in xtensa_mmu_tlb_shootdown() local
793 int arch_mem_domain_init(struct k_mem_domain *domain) in arch_mem_domain_init()
923 int arch_mem_domain_partition_remove(struct k_mem_domain *domain, in arch_mem_domain_partition_remove()
933 int arch_mem_domain_partition_add(struct k_mem_domain *domain, in arch_mem_domain_partition_add()
950 struct k_mem_domain *domain; in arch_mem_domain_thread_add() local
1000 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_remove() local
1094 struct arch_mem_domain *domain = in xtensa_swap_update_page_tables() local
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/rdc/
Dimx_rdc.h20 #define RDC_DOMAIN_PERM(domain, perm) (perm << (domain * 2)) argument
/Zephyr-Core-3.6.0/samples/net/gptp/src/
Dgptp.c33 struct gptp_domain *domain; in get_current_status() local
/Zephyr-Core-3.6.0/subsys/pm/
Ddevice_runtime.c140 const struct device *domain = PM_DOMAIN(&pm->base); in get_sync_locked() local
209 const struct device *domain = PM_DOMAIN(&pm->base); in pm_device_runtime_get() local
300 const struct device *domain = PM_DOMAIN(&pm->base); in put_sync_locked() local
Ddevice.c104 const struct device *domain, in power_domain_add_or_remove()
167 const struct device *domain) in pm_device_power_domain_remove()
173 const struct device *domain) in pm_device_power_domain_add()
/Zephyr-Core-3.6.0/tests/subsys/llext/hello_world/src/test/
Dtest_llext_simple.c62 struct k_mem_domain domain; in ZTEST() local
/Zephyr-Core-3.6.0/drivers/clock_control/
Dclock_control_renesas_cpg_mssr.c73 rcar_cpg_find_clk_info_by_module_id(const struct device *dev, uint32_t domain, uint32_t id) in rcar_cpg_find_clk_info_by_module_id()
342 uint32_t domain; in rcar_cpg_build_clock_relationship() local
402 uint32_t domain; in rcar_cpg_update_all_in_out_freq() local
/Zephyr-Core-3.6.0/subsys/net/lib/shell/
Dgptp.c276 struct gptp_domain *domain; in gptp_print_port_info() local
585 struct gptp_domain *domain = gptp_get_domain(); in cmd_net_gptp() local
/Zephyr-Core-3.6.0/include/zephyr/logging/
Dlog_output_dict.h33 uint32_t domain:3; member
/Zephyr-Core-3.6.0/tests/benchmarks/sched_userspace/src/
Dapp_threads.h17 struct k_mem_domain domain; member
/Zephyr-Core-3.6.0/soc/arm/microchip_mec/common/
Dsoc_pcr.h15 #define MCHP_XEC_PCR_SCR_ENCODE(slp_idx, bitpos, domain) \ argument
/Zephyr-Core-3.6.0/drivers/power_domain/
Dpower_domain_gpio.c29 const struct device *domain; member
Dpower_domain_gpio_monitor.c29 const struct device *domain; member
/Zephyr-Core-3.6.0/arch/arm64/core/
Dmmu.c899 struct arch_mem_domain *domain; in sync_domains() local
1078 int arch_mem_domain_init(struct k_mem_domain *domain) in arch_mem_domain_init()
1139 int arch_mem_domain_partition_add(struct k_mem_domain *domain, in arch_mem_domain_partition_add()
1149 int arch_mem_domain_partition_remove(struct k_mem_domain *domain, in arch_mem_domain_partition_remove()
1170 struct k_mem_domain *domain; in arch_mem_domain_thread_add() local
1206 struct k_mem_domain *domain; in arch_mem_domain_thread_remove() local
/Zephyr-Core-3.6.0/arch/x86/core/
Dx86_mmu.c1196 struct arch_mem_domain *domain = in range_map() local
1573 int arch_mem_domain_partition_remove(struct k_mem_domain *domain, in arch_mem_domain_partition_remove()
1588 int arch_mem_domain_partition_add(struct k_mem_domain *domain, in arch_mem_domain_partition_add()
1790 int arch_mem_domain_init(struct k_mem_domain *domain) in arch_mem_domain_init()
1850 int arch_mem_domain_partition_remove(struct k_mem_domain *domain, in arch_mem_domain_partition_remove()
1863 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_remove() local
1887 int arch_mem_domain_partition_add(struct k_mem_domain *domain, in arch_mem_domain_partition_add()
1904 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_add() local
2153 struct arch_mem_domain *domain = in arch_page_info_get() local
/Zephyr-Core-3.6.0/tests/subsys/pm/power_domain/src/
Dmain.c17 static const struct device *const domain = DEVICE_DT_GET(TEST_DOMAIN); variable
/Zephyr-Core-3.6.0/arch/arm64/core/cortex_r/
Darm_mpu.c758 static int configure_domain_partitions(struct k_mem_domain *domain) in configure_domain_partitions()
778 int arch_mem_domain_partition_add(struct k_mem_domain *domain, uint32_t partition_id) in arch_mem_domain_partition_add()
785 int arch_mem_domain_partition_remove(struct k_mem_domain *domain, uint32_t partition_id) in arch_mem_domain_partition_remove()
/Zephyr-Core-3.6.0/include/zephyr/pm/
Ddevice.h154 const struct device *domain; member
742 const struct device *domain) in pm_device_power_domain_add()
750 const struct device *domain) in pm_device_power_domain_remove()
/Zephyr-Core-3.6.0/arch/arc/core/mpu/
Darc_mpu_common_internal.h188 void arc_core_mpu_remove_mem_partition(struct k_mem_domain *domain, uint32_t part_id) in arc_core_mpu_remove_mem_partition()
/Zephyr-Core-3.6.0/subsys/logging/
Dlog_output.c329 const char *domain, in ids_print()
442 const char *domain, in prefix_print()
509 const char *domain, in log_output_process()

12