/Zephyr-latest/kernel/ |
D | mem_domain.c | 24 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-latest/soc/nordic/common/ |
D | soc_lrcconf.c | 14 void soc_lrcconf_poweron_request(sys_snode_t *node, nrf_lrcconf_power_domain_mask_t domain) in soc_lrcconf_poweron_request() 38 void soc_lrcconf_poweron_release(sys_snode_t *node, nrf_lrcconf_power_domain_mask_t domain) in soc_lrcconf_poweron_release()
|
/Zephyr-latest/tests/subsys/logging/log_msg/src/ |
D | main.c | 77 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-latest/include/zephyr/net/ |
D | dns_sd.h | 161 #define DNS_SD_REGISTER_TCP_SERVICE(id, instance, service, domain, text, \ argument 190 #define DNS_SD_REGISTER_UDP_SERVICE(id, instance, service, domain, text, \ argument 223 const char *domain; member
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | renesas_cpg_mssr.h | 16 uint32_t domain; member
|
/Zephyr-latest/arch/xtensa/core/ |
D | ptables.c | 335 struct arch_mem_domain *domain = in xtensa_mmu_reinit() local 448 struct arch_mem_domain *domain; in __arch_mem_map() local 603 struct arch_mem_domain *domain; in __arch_mem_unmap() local 707 struct arch_mem_domain *domain = in xtensa_mmu_tlb_shootdown() local 798 int arch_mem_domain_init(struct k_mem_domain *domain) in arch_mem_domain_init() 941 int arch_mem_domain_partition_remove(struct k_mem_domain *domain, in arch_mem_domain_partition_remove() 951 int arch_mem_domain_partition_add(struct k_mem_domain *domain, in arch_mem_domain_partition_add() 968 struct k_mem_domain *domain; in arch_mem_domain_thread_add() local 1018 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_remove() local 1120 struct arch_mem_domain *domain = in xtensa_swap_update_page_tables() local
|
D | mpu.c | 750 int arch_mem_domain_init(struct k_mem_domain *domain) in arch_mem_domain_init() 771 int arch_mem_domain_partition_remove(struct k_mem_domain *domain, in arch_mem_domain_partition_remove() 858 int arch_mem_domain_partition_add(struct k_mem_domain *domain, in arch_mem_domain_partition_add() 900 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_add() local 971 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_remove() local
|
/Zephyr-latest/arch/riscv/core/ |
D | pmp.c | 603 struct k_mem_domain *domain) in resync_pmp_domain() 649 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in z_riscv_pmp_usermode_enable() local 711 int arch_mem_domain_init(struct k_mem_domain *domain) in arch_mem_domain_init() 717 int arch_mem_domain_partition_add(struct k_mem_domain *domain, in arch_mem_domain_partition_add() 725 int arch_mem_domain_partition_remove(struct k_mem_domain *domain, in arch_mem_domain_partition_remove() 771 struct k_mem_domain *domain = arch_current_thread()->mem_domain_info.mem_domain; in arch_buffer_validate() local
|
/Zephyr-latest/samples/net/gptp/src/ |
D | gptp.c | 33 struct gptp_domain *domain; in get_current_status() local
|
/Zephyr-latest/include/zephyr/dt-bindings/rdc/ |
D | imx_rdc.h | 22 #define RDC_DOMAIN_PERM(domain, perm) (perm << (domain * 2)) argument
|
/Zephyr-latest/subsys/pm/ |
D | device_runtime.c | 140 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 301 const struct device *domain = PM_DOMAIN(&pm->base); in put_sync_locked() local
|
D | device.c | 100 const struct device *domain, in power_domain_add_or_remove() 163 const struct device *domain) in pm_device_power_domain_remove() 169 const struct device *domain) in pm_device_power_domain_add()
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | ptp.c | 95 const struct ptp_clock *domain = ptp_clock_init(); in ptp_init() local
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_renesas_cpg_mssr.c | 73 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-latest/subsys/net/lib/shell/ |
D | gptp.c | 276 struct gptp_domain *domain; in gptp_print_port_info() local 585 struct gptp_domain *domain = gptp_get_domain(); in cmd_net_gptp() local
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_output_dict.h | 33 uint32_t domain:4; member
|
/Zephyr-latest/tests/benchmarks/sched_userspace/src/ |
D | app_threads.h | 17 struct k_mem_domain domain; member
|
/Zephyr-latest/soc/microchip/mec/common/ |
D | soc_pcr.h | 15 #define MCHP_XEC_PCR_SCR_ENCODE(slp_idx, bitpos, domain) \ argument
|
/Zephyr-latest/tests/misc/llext-edk/src/ |
D | main.c | 51 struct k_mem_domain *domain, in load_and_run_extension()
|
/Zephyr-latest/drivers/power_domain/ |
D | power_domain_gpio.c | 29 const struct device *domain; member
|
/Zephyr-latest/subsys/logging/ |
D | log_output.c | 301 const char *domain, in ids_print() 443 const char *domain, in syslog_print() 577 const char *domain, in prefix_print() 642 const char *domain, in log_output_process()
|
/Zephyr-latest/arch/x86/core/ |
D | x86_mmu.c | 1203 struct arch_mem_domain *domain = in range_map() local 1586 int arch_mem_domain_partition_remove(struct k_mem_domain *domain, in arch_mem_domain_partition_remove() 1601 int arch_mem_domain_partition_add(struct k_mem_domain *domain, in arch_mem_domain_partition_add() 1803 int arch_mem_domain_init(struct k_mem_domain *domain) in arch_mem_domain_init() 1863 int arch_mem_domain_partition_remove(struct k_mem_domain *domain, in arch_mem_domain_partition_remove() 1876 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_remove() local 1900 int arch_mem_domain_partition_add(struct k_mem_domain *domain, in arch_mem_domain_partition_add() 1917 struct k_mem_domain *domain = thread->mem_domain_info.mem_domain; in arch_mem_domain_thread_add() local 2166 struct arch_mem_domain *domain = in arch_page_info_get() local
|
/Zephyr-latest/tests/subsys/pm/power_domain/src/ |
D | main.c | 17 static const struct device *const domain = DEVICE_DT_GET(TEST_DOMAIN); variable
|
/Zephyr-latest/include/zephyr/pm/ |
D | device.h | 152 const struct device *domain; member 695 const struct device *domain) in pm_device_power_domain_add() 703 const struct device *domain) in pm_device_power_domain_remove()
|
/Zephyr-latest/subsys/llext/ |
D | llext_mem.c | 229 int llext_add_domain(struct llext *ext, struct k_mem_domain *domain) in llext_add_domain()
|