Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 154) sorted by relevance

1234567

/Zephyr-Core-3.7.0/arch/xtensa/include/
Dxtensa_mpu_priv.h199 uintptr_t xtensa_mpu_entry_start_address_get(const struct xtensa_mpu_entry *entry) in xtensa_mpu_entry_start_address_get()
211 void xtensa_mpu_entry_start_address_set(struct xtensa_mpu_entry *entry, uintptr_t addr) in xtensa_mpu_entry_start_address_set()
225 bool xtensa_mpu_entry_lock_get(const struct xtensa_mpu_entry *entry) in xtensa_mpu_entry_lock_get()
237 void xtensa_mpu_entry_lock_set(struct xtensa_mpu_entry *entry, bool lock) in xtensa_mpu_entry_lock_set()
251 bool xtensa_mpu_entry_enable_get(const struct xtensa_mpu_entry *entry) in xtensa_mpu_entry_enable_get()
263 void xtensa_mpu_entry_enable_set(struct xtensa_mpu_entry *entry, bool en) in xtensa_mpu_entry_enable_set()
276 uint8_t xtensa_mpu_entry_access_rights_get(const struct xtensa_mpu_entry *entry) in xtensa_mpu_entry_access_rights_get()
288 void xtensa_mpu_entry_access_rights_set(struct xtensa_mpu_entry *entry, uint8_t access_rights) in xtensa_mpu_entry_access_rights_set()
301 uint16_t xtensa_mpu_entry_memory_type_get(const struct xtensa_mpu_entry *entry) in xtensa_mpu_entry_memory_type_get()
313 void xtensa_mpu_entry_memory_type_set(struct xtensa_mpu_entry *entry, uint16_t memory_type) in xtensa_mpu_entry_memory_type_set()
[all …]
Dxtensa_mmu_priv.h246 static ALWAYS_INLINE void xtensa_itlb_entry_invalidate(uint32_t entry) in xtensa_itlb_entry_invalidate()
257 static ALWAYS_INLINE void xtensa_itlb_entry_invalidate_sync(uint32_t entry) in xtensa_itlb_entry_invalidate_sync()
269 static ALWAYS_INLINE void xtensa_dtlb_entry_invalidate_sync(uint32_t entry) in xtensa_dtlb_entry_invalidate_sync()
281 static ALWAYS_INLINE void xtensa_dtlb_entry_invalidate(uint32_t entry) in xtensa_dtlb_entry_invalidate()
293 static ALWAYS_INLINE void xtensa_dtlb_entry_write_sync(uint32_t pte, uint32_t entry) in xtensa_dtlb_entry_write_sync()
306 static ALWAYS_INLINE void xtensa_dtlb_entry_write(uint32_t pte, uint32_t entry) in xtensa_dtlb_entry_write()
318 static ALWAYS_INLINE void xtensa_itlb_entry_write(uint32_t pte, uint32_t entry) in xtensa_itlb_entry_write()
330 static ALWAYS_INLINE void xtensa_itlb_entry_write_sync(uint32_t pte, uint32_t entry) in xtensa_itlb_entry_write_sync()
357 uint32_t entry = way + (i << XTENSA_MMU_PTE_PPN_SHIFT); in xtensa_tlb_autorefill_invalidate() local
399 static ALWAYS_INLINE void *xtensa_dtlb_vaddr_read(uint32_t entry) in xtensa_dtlb_vaddr_read()
[all …]
/Zephyr-Core-3.7.0/lib/hash/
Dhash_map_sc.c25 static void sys_hashmap_sc_entry_init(struct sys_hashmap_sc_entry *entry, uint64_t key, in sys_hashmap_sc_entry_init()
33 static void sys_hashmap_sc_insert_entry(struct sys_hashmap *map, struct sys_hashmap_sc_entry *entry) in sys_hashmap_sc_insert_entry()
45 struct sys_hashmap_sc_entry *entry; in sys_hashmap_sc_insert_all() local
56 struct sys_hashmap_sc_entry *entry; in sys_hashmap_sc_to_list() local
114 struct sys_hashmap_sc_entry *entry; in sys_hashmap_sc_find() local
139 struct sys_hashmap_sc_entry *entry; in sys_hashmap_sc_iter_next() local
194 struct sys_hashmap_sc_entry *entry; in sys_hashmap_sc_clear() local
224 struct sys_hashmap_sc_entry *entry; in sys_hashmap_sc_insert() local
256 struct sys_hashmap_sc_entry *entry; in sys_hashmap_sc_remove() local
282 struct sys_hashmap_sc_entry *entry; in sys_hashmap_sc_get() local
Dhash_map_oa_lp.c40 struct oalp_entry *entry = NULL; in sys_hashmap_oa_lp_find() local
80 struct oalp_entry *entry = NULL; in sys_hashmap_oa_lp_insert_no_rehash() local
118 struct oalp_entry *entry; in sys_hashmap_oa_lp_rehash() local
169 struct oalp_entry *entry; in sys_hashmap_oa_lp_iter_next() local
212 struct oalp_entry *entry; in sys_hashmap_oa_lp_clear() local
249 struct oalp_entry *entry; in sys_hashmap_oa_lp_remove() local
273 struct oalp_entry *entry; in sys_hashmap_oa_lp_get() local
/Zephyr-Core-3.7.0/subsys/logging/
Dlog_cache.c16 #define LOG_CACHE_DBG_ENTRY(str, entry) \ argument
32 struct log_cache_entry *entry = config->buf; in log_cache_init() local
56 struct log_cache_entry *entry; in log_cache_get() local
99 struct log_cache_entry *entry = CONTAINER_OF(data, struct log_cache_entry, data[0]); in log_cache_put() local
107 struct log_cache_entry *entry = CONTAINER_OF(data, struct log_cache_entry, data[0]); in log_cache_release() local
/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/
Darp.c44 static void arp_entry_cleanup(struct arp_entry *entry, bool pending) in arp_entry_cleanup()
71 struct arp_entry *entry; in arp_entry_find() local
95 struct arp_entry *entry; in arp_entry_find_move_first() local
128 struct arp_entry *entry; in arp_entry_get_pending() local
179 static void arp_entry_register_pending(struct arp_entry *entry) in arp_entry_register_pending()
197 struct arp_entry *entry, *next; in arp_request_timeout() local
252 struct arp_entry *entry, in arp_prepare()
351 struct arp_entry *entry; in net_arp_prepare() local
469 struct arp_entry *entry; in arp_gratuitous() local
624 struct arp_entry *entry; in net_arp_update() local
[all …]
/Zephyr-Core-3.7.0/tests/bluetooth/mesh/rpl/src/
Dmain.c160 static void call_rpl_check_on(int func, int cnt, struct test_rpl_entry *entry) in call_rpl_check_on()
269 struct test_rpl_entry *entry = &test_vector[1]; in ZTEST() local
296 struct test_rpl_entry *entry = &test_vector[0]; in ZTEST() local
323 struct test_rpl_entry *entry = &test_vector[3]; in ZTEST() local
355 struct test_rpl_entry *entry = &test_vector[2]; in ZTEST() local
385 struct test_rpl_entry *entry = &test_vector[1]; in ZTEST() local
418 struct test_rpl_entry *entry = &test_vector[0]; in ZTEST() local
444 struct test_rpl_entry entry = { in ZTEST() local
/Zephyr-Core-3.7.0/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_dir.c64 struct fs_dirent entry; in test_lsdir() local
105 static struct fs_dirent entry; in test_rmdir() local
Dcommon.c18 struct fs_dirent entry; in check_file_dir_exists() local
/Zephyr-Core-3.7.0/tests/subsys/fs/multi-fs/src/
Dtest_common_dir.c75 struct fs_dirent entry; in test_lsdir() local
116 static struct fs_dirent entry; in test_rmdir() local
/Zephyr-Core-3.7.0/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_dir.c69 struct fs_dirent entry; in test_lsdir() local
110 static struct fs_dirent entry; in test_rmdir() local
Dcommon.c15 struct fs_dirent entry; in check_file_dir_exists() local
/Zephyr-Core-3.7.0/arch/common/
Dshared_irq.c22 const struct z_shared_isr_table_entry *entry; in z_shared_isr() local
44 struct _isr_table_entry *entry; in z_isr_install() local
164 struct _isr_table_entry *entry; in z_isr_uninstall() local
/Zephyr-Core-3.7.0/arch/arm/core/cortex_m/
Disr_wrapper.c76 struct _isr_table_entry *entry = &_sw_isr_table[irq_number]; in _isr_wrapper() local
/Zephyr-Core-3.7.0/tests/arch/x86/info/src/
Dmemmap.c33 struct x86_memmap_entry *entry = x86_memmap + i; in memmap() local
/Zephyr-Core-3.7.0/tests/subsys/settings/functional/file/
Dsettings_test_file.c15 struct fs_dirent entry; in ZTEST() local
/Zephyr-Core-3.7.0/drivers/sensor/
Dsensor_shell.c737 static void channel_name_get(size_t idx, struct shell_static_entry *entry) in channel_name_get()
763 static void attribute_name_get(size_t idx, struct shell_static_entry *entry) in attribute_name_get()
786 static void trigger_opt_get_for_stream(size_t idx, struct shell_static_entry *entry) in trigger_opt_get_for_stream()
809 static void trigger_name_get_for_stream(size_t idx, struct shell_static_entry *entry) in trigger_name_get_for_stream()
829 static void stream_on_off(size_t idx, struct shell_static_entry *entry) in stream_on_off()
849 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
860 static void device_name_get_for_attr(size_t idx, struct shell_static_entry *entry) in device_name_get_for_attr()
872 static void trigger_name_get(size_t idx, struct shell_static_entry *entry) in trigger_name_get()
894 static void trigger_on_off_get(size_t idx, struct shell_static_entry *entry) in trigger_on_off_get()
915 static void device_name_get_for_trigger(size_t idx, struct shell_static_entry *entry) in device_name_get_for_trigger()
[all …]
/Zephyr-Core-3.7.0/tests/arch/x86/pagetables/src/
Dmain.c66 pentry_t entry; in get_entry() local
87 pentry_t entry, flags, expected; in ZTEST() local
222 pentry_t entry; in ZTEST() local
/Zephyr-Core-3.7.0/subsys/input/
Dinput_longpress.c36 struct longpress_data_entry *entry = CONTAINER_OF( in longpress_deferred() local
53 struct longpress_data_entry *entry; in longpress_cb() local
96 struct longpress_data_entry *entry = &cfg->entries[i]; in longpress_init() local
/Zephyr-Core-3.7.0/lib/os/
Dthread_entry.c35 FUNC_NORETURN void z_thread_entry(k_thread_entry_t entry, in z_thread_entry()
/Zephyr-Core-3.7.0/subsys/tracing/user/
Dtracing_user.c26 void __weak sys_trace_sys_init_enter_user(const struct init_entry *entry, int level) {} in sys_trace_sys_init_enter_user()
27 void __weak sys_trace_sys_init_exit_user(const struct init_entry *entry, int level, int result) {} in sys_trace_sys_init_exit_user()
99 void sys_trace_sys_init_enter(const struct init_entry *entry, int level) in sys_trace_sys_init_enter()
104 void sys_trace_sys_init_exit(const struct init_entry *entry, int level, int result) in sys_trace_sys_init_exit()
/Zephyr-Core-3.7.0/tests/lib/lockfree/src/
Dtest_spsc.c82 uint32_t *entry = spsc_acquire(&ezspsc); in ZTEST() local
91 uint32_t *entry = spsc_consume(&ezspsc); in ZTEST() local
116 uint32_t *entry = spsc_acquire(&ezspsc); in ZTEST() local
126 uint32_t *entry = spsc_consume(&ezspsc); in ZTEST() local
/Zephyr-Core-3.7.0/arch/mips/core/
Dthread.c19 char *stack_ptr, k_thread_entry_t entry, in arch_new_thread()
/Zephyr-Core-3.7.0/tests/subsys/fs/common/
Dtest_fs_mkfs.c52 struct fs_dirent entry; in test_fs_mkfs_ops() local
/Zephyr-Core-3.7.0/samples/drivers/i2s/echo/src/
Dcodec.c111 const uint8_t *entry = init[i]; in init_wm8731_i2c() local

1234567