/Zephyr-Core-2.7.6/include/arch/arm64/ |
D | asm_inline_gcc.h | 28 unsigned int key; in arch_irq_lock() local 40 static ALWAYS_INLINE void arch_irq_unlock(unsigned int key) in arch_irq_unlock() 45 static ALWAYS_INLINE bool arch_irq_unlocked(unsigned int key) in arch_irq_unlocked()
|
/Zephyr-Core-2.7.6/include/arch/arm/aarch32/ |
D | asm_inline_gcc.h | 45 unsigned int key; in arch_irq_lock() local 84 static ALWAYS_INLINE void arch_irq_unlock(unsigned int key) in arch_irq_unlock() 111 static ALWAYS_INLINE bool arch_irq_unlocked(unsigned int key) in arch_irq_unlocked()
|
/Zephyr-Core-2.7.6/include/arch/arc/v2/ |
D | arcv2_irq_unit.h | 54 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_irq_enable_set() local 102 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_int_enabled() local 125 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_prio_set() local 149 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_uinit_secure_set() local 181 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_sensitivity_set() local 221 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_trigger_set() local 241 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_trigger_get() local 262 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_int_eoi() local
|
/Zephyr-Core-2.7.6/kernel/include/ |
D | kswap.h | 61 static ALWAYS_INLINE unsigned int do_swap(unsigned int key, in do_swap() 160 static inline int z_swap_irqlock(unsigned int key) in z_swap_irqlock() 165 static inline int z_swap(struct k_spinlock *lock, k_spinlock_key_t key) in z_swap() 179 static inline int z_swap_irqlock(unsigned int key) in z_swap_irqlock() 191 static ALWAYS_INLINE int z_swap(struct k_spinlock *lock, k_spinlock_key_t key) in z_swap()
|
/Zephyr-Core-2.7.6/kernel/ |
D | atomic_c.c | 84 k_spinlock_key_t key; in z_impl_atomic_cas() local 113 k_spinlock_key_t key; in z_impl_atomic_ptr_cas() local 155 k_spinlock_key_t key; in z_impl_atomic_add() local 185 k_spinlock_key_t key; in z_impl_atomic_sub() local 236 k_spinlock_key_t key; in z_impl_atomic_set() local 254 k_spinlock_key_t key; in z_impl_atomic_ptr_set() local 293 k_spinlock_key_t key; in z_impl_atomic_or() local 323 k_spinlock_key_t key; in z_impl_atomic_xor() local 353 k_spinlock_key_t key; in z_impl_atomic_and() local 383 k_spinlock_key_t key; in z_impl_atomic_nand() local
|
D | mem_domain.c | 92 k_spinlock_key_t key; in k_mem_domain_init() local 143 k_spinlock_key_t key; in k_mem_domain_add_partition() local 180 k_spinlock_key_t key; in k_mem_domain_remove_partition() local 243 k_spinlock_key_t key = k_spin_lock(&z_mem_domain_lock); in z_mem_domain_init_thread() local 253 k_spinlock_key_t key = k_spin_lock(&z_mem_domain_lock); in z_mem_domain_exit_thread() local 260 k_spinlock_key_t key; in k_mem_domain_add_thread() local
|
D | condvar.c | 37 k_spinlock_key_t key = k_spin_lock(&lock); in z_impl_k_condvar_signal() local 70 k_spinlock_key_t key; in z_impl_k_condvar_broadcast() local 103 k_spinlock_key_t key; in z_impl_k_condvar_wait() local
|
/Zephyr-Core-2.7.6/soc/riscv/riscv-privilege/common/ |
D | idle.c | 14 static ALWAYS_INLINE void riscv_idle(unsigned int key) in riscv_idle() 56 void arch_cpu_atomic_idle(unsigned int key) in arch_cpu_atomic_idle()
|
/Zephyr-Core-2.7.6/soc/sparc/leon3/ |
D | idle.c | 10 static void leon_idle(unsigned int key) in leon_idle() 23 void arch_cpu_atomic_idle(unsigned int key) in arch_cpu_atomic_idle()
|
/Zephyr-Core-2.7.6/subsys/tracing/user/ |
D | tracing_user.c | 21 int key = irq_lock(); in sys_trace_k_thread_switched_in() local 32 int key = irq_lock(); in sys_trace_k_thread_switched_out() local 43 int key = irq_lock(); in sys_trace_isr_enter() local 54 int key = irq_lock(); in sys_trace_isr_exit() local
|
/Zephyr-Core-2.7.6/lib/posix/ |
D | pthread_key.c | 19 int pthread_key_create(pthread_key_t *key, in pthread_key_create() 45 int pthread_key_delete(pthread_key_t key) in pthread_key_delete() 77 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() 139 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific()
|
/Zephyr-Core-2.7.6/tests/crypto/tinycrypt/src/ |
D | hmac.c | 71 const uint8_t key[20] = { in test_hmac_1() local 102 const uint8_t key[4] = { in test_hmac_2() local 136 const uint8_t key[20] = { in test_hmac_3() local 176 const uint8_t key[25] = { in test_hmac_4() local 218 const uint8_t key[20] = { in test_hmac_5() local 252 const uint8_t key[131] = { in test_hmac_6() local 310 const uint8_t key[131] = { in test_hmac_7() local
|
D | ccm_mode.c | 71 uint32_t do_test(const uint8_t *key, in do_test() 127 const uint8_t key[NUM_NIST_KEYS] = { in test_ccm_vector_1() local 165 const uint8_t key[NUM_NIST_KEYS] = { in test_ccm_vector_2() local 203 const uint8_t key[NUM_NIST_KEYS] = { in test_ccm_vector_3() local 243 const uint8_t key[NUM_NIST_KEYS] = { in test_ccm_vector_4() local 282 const uint8_t key[NUM_NIST_KEYS] = { in test_ccm_vector_5() local 321 const uint8_t key[NUM_NIST_KEYS] = { in test_ccm_vector_6() local 361 const uint8_t key[NUM_NIST_KEYS] = { in test_ccm_vector_7() local 422 const uint8_t key[NUM_NIST_KEYS] = { in test_ccm_vector_8() local
|
/Zephyr-Core-2.7.6/tests/kernel/fatal/no-multithreading/src/ |
D | main.c | 54 unsigned int key; in entry_oops() local 66 unsigned int key; in entry_panic() local 86 unsigned int key; in entry_arbitrary_reason() local 98 unsigned int key; in entry_arbitrary_reason_negative() local
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | keys_br.c | 36 struct bt_keys_link_key *key; in bt_keys_find_link_key() local 54 struct bt_keys_link_key *key; in bt_keys_get_link_key() local 99 char key[BT_SETTINGS_KEY_MAX]; in bt_keys_link_key_clear() local 116 struct bt_keys_link_key *key; in bt_keys_link_key_clear_addr() local 136 char key[BT_SETTINGS_KEY_MAX]; in bt_keys_link_key_store() local
|
/Zephyr-Core-2.7.6/drivers/timer/ |
D | apic_timer.c | 109 k_spinlock_key_t key = k_spin_lock(&lock); in sys_clock_set_timeout() local 125 k_spinlock_key_t key = k_spin_lock(&lock); in sys_clock_elapsed() local 142 k_spinlock_key_t key = k_spin_lock(&lock); in isr() local 173 k_spinlock_key_t key = k_spin_lock(&lock); in isr() local 206 k_spinlock_key_t key = k_spin_lock(&lock); in sys_clock_cycle_get_32() local
|
D | stm32_lptim_timer.c | 56 k_spinlock_key_t key = k_spin_lock(&lock); in lptim_irq_handler() local 229 k_spinlock_key_t key = k_spin_lock(&lock); local 286 k_spinlock_key_t key = k_spin_lock(&lock); local 312 k_spinlock_key_t key = k_spin_lock(&lock); local
|
D | cc13x2_cc26x2_rtc_timer.c | 67 unsigned int key; in setThreshold() local 105 k_spinlock_key_t key = k_spin_lock(&lock); in rtc_isr() local 150 unsigned int key; in startDevice() local 213 k_spinlock_key_t key = k_spin_lock(&lock); in sys_clock_set_timeout() local
|
/Zephyr-Core-2.7.6/lib/libc/minimal/source/stdlib/ |
D | bsearch.c | 22 void *bsearch(const void *key, const void *array, size_t count, size_t size, in bsearch() 23 int (*cmp)(const void *key, const void *element)) in bsearch()
|
/Zephyr-Core-2.7.6/subsys/testsuite/ztest/include/arch/ |
D | cpu.h | 35 static inline void arch_irq_unlock(unsigned int key) in arch_irq_unlock() 40 static inline bool arch_irq_unlocked(unsigned int key) in arch_irq_unlocked()
|
/Zephyr-Core-2.7.6/drivers/gpio/ |
D | gpio_mmio32.c | 50 unsigned int key; in gpio_mmio32_config() local 82 unsigned int key; in gpio_mmio32_port_set_masked_raw() local 101 unsigned int key; in gpio_mmio32_port_set_bits_raw() local 119 unsigned int key; in gpio_mmio32_port_clear_bits_raw() local 137 unsigned int key; in gpio_mmio32_port_toggle_bits() local
|
/Zephyr-Core-2.7.6/tests/kernel/spinlock/src/ |
D | main.c | 43 k_spinlock_key_t key; in test_spinlock_basic() local 60 k_spinlock_key_t key; in bounce_once() local 146 k_spinlock_key_t key; in test_spinlock_mutual_exclusion() local
|
/Zephyr-Core-2.7.6/subsys/portability/cmsis_rtos_v1/ |
D | cmsis_signal.c | 23 int sig, key; in osSignalSet() local 49 int sig, key; in osSignalClear() local 74 int retval, key; in osSignalWait() local
|
/Zephyr-Core-2.7.6/subsys/portability/cmsis_rtos_v2/ |
D | thread_flags.c | 18 int key; in osThreadFlagsSet() local 60 int sig, key; in osThreadFlagsClear() local 90 int retval, key; in osThreadFlagsWait() local
|
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/ |
D | swap.c | 33 int arch_swap(unsigned int key) in arch_swap()
|