Home
last modified time | relevance | path

Searched refs:irq_unlock (Results 1 – 25 of 218) sorted by relevance

123456789

/Zephyr-Core-2.7.6/subsys/tracing/user/
Dtracing_user.c27 irq_unlock(key); in sys_trace_k_thread_switched_in()
38 irq_unlock(key); in sys_trace_k_thread_switched_out()
49 irq_unlock(key); in sys_trace_isr_enter()
60 irq_unlock(key); in sys_trace_isr_exit()
/Zephyr-Core-2.7.6/tests/kernel/fatal/no-multithreading/src/
Dmain.c61 irq_unlock(key); in entry_oops()
73 irq_unlock(key); in entry_panic()
93 irq_unlock(key); in entry_arbitrary_reason()
105 irq_unlock(key); in entry_arbitrary_reason_negative()
/Zephyr-Core-2.7.6/arch/nios2/core/
Dcpu_idle.c15 irq_unlock(NIOS2_STATUS_PIE_MSK); in arch_cpu_idle()
23 irq_unlock(key); in arch_cpu_atomic_idle()
Dirq_manage.c45 irq_unlock(key); in arch_irq_enable()
61 irq_unlock(key); in arch_irq_disable()
/Zephyr-Core-2.7.6/arch/riscv/core/
Dcpu_idle.c22 irq_unlock(MSTATUS_IEN); in arch_cpu_idle()
27 irq_unlock(key); in arch_cpu_atomic_idle()
/Zephyr-Core-2.7.6/drivers/gpio/
Dgpio_mmio32.c59 irq_unlock(key); in gpio_mmio32_config()
90 irq_unlock(key); in gpio_mmio32_port_set_masked_raw()
108 irq_unlock(key); in gpio_mmio32_port_set_bits_raw()
126 irq_unlock(key); in gpio_mmio32_port_clear_bits_raw()
144 irq_unlock(key); in gpio_mmio32_port_toggle_bits()
Dgpio_xlnx_axi.c126 irq_unlock(key); in gpio_xlnx_axi_pin_configure()
148 irq_unlock(key); in gpio_xlnx_axi_port_set_masked_raw()
162 irq_unlock(key); in gpio_xlnx_axi_port_set_bits_raw()
176 irq_unlock(key); in gpio_xlnx_axi_port_clear_bits_raw()
190 irq_unlock(key); in gpio_xlnx_axi_port_toggle_bits()
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/
Dswap.c44 irq_unlock(0); in arch_swap()
47 irq_unlock(key); in arch_swap()
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/mpu/cortex_m/
Darm_mpu_internal.h67 irq_unlock(key); in is_enabled_region()
88 irq_unlock(key); in get_region_ap()
114 irq_unlock(key); in is_in_region()
/Zephyr-Core-2.7.6/tests/benchmarks/cmsis_dsp/common/
Dbenchmark_common.h36 irq_unlock(irq_key); in benchmark_end()
69 irq_unlock(irq_key); in benchmark_end()
/Zephyr-Core-2.7.6/drivers/interrupt_controller/
Dintc_ite_it8xxx2.c85 irq_unlock(key); in ite_intc_save_and_disable_interrupts()
100 irq_unlock(key); in ite_intc_restore_interrupts()
132 irq_unlock(key); in ite_intc_irq_enable()
150 irq_unlock(key); in ite_intc_irq_disable()
238 irq_unlock(0); in ite_intc_init()
Dintc_swerv_pic.c65 irq_unlock(key); in swerv_pic_irq_enable()
78 irq_unlock(key); in swerv_pic_irq_disable()
109 irq_unlock(key); in swerv_pic_set_priority()
/Zephyr-Core-2.7.6/drivers/flash/
Dsoc_flash_mcux.c97 irq_unlock(key); in is_area_readable()
102 irq_unlock(key); in is_area_readable()
106 irq_unlock(key); in is_area_readable()
155 irq_unlock(key); in flash_mcux_erase()
220 irq_unlock(key); in flash_mcux_write()
/Zephyr-Core-2.7.6/subsys/portability/cmsis_rtos_v2/
Devent_flags.c74 irq_unlock(key); in osEventFlagsSet()
97 irq_unlock(key); in osEventFlagsClear()
156 irq_unlock(key); in osEventFlagsWait()
165 irq_unlock(key); in osEventFlagsWait()
Dthread_flags.c28 irq_unlock(key); in osThreadFlagsSet()
78 irq_unlock(key); in osThreadFlagsClear()
179 irq_unlock(key); in osThreadFlagsWait()
/Zephyr-Core-2.7.6/drivers/sensor/qdec_nrfx/
Dqdec_nrfx.c43 irq_unlock(key); in accumulate()
88 irq_unlock(key); in qdec_nrfx_channel_get()
124 irq_unlock(key); in qdec_nrfx_trigger_set()
140 irq_unlock(key); in qdec_nrfx_event_handler()
/Zephyr-Core-2.7.6/subsys/portability/cmsis_rtos_v1/
Dcmsis_signal.c37 irq_unlock(key); in osSignalSet()
63 irq_unlock(key); in osSignalClear()
161 irq_unlock(key); in osSignalWait()
/Zephyr-Core-2.7.6/include/
Dirq.h255 #define irq_unlock(key) z_smp_global_unlock(key) macro
257 #define irq_unlock(key) arch_irq_unlock(key) macro
/Zephyr-Core-2.7.6/drivers/serial/
Duart_sam0.c169 irq_unlock(key); in uart_sam0_tx_halt()
237 irq_unlock(key); in uart_sam0_dma_rx_done()
267 irq_unlock(key); in uart_sam0_dma_rx_done()
290 irq_unlock(key); in uart_sam0_dma_rx_done()
303 irq_unlock(key); in uart_sam0_dma_rx_done()
316 irq_unlock(key); in uart_sam0_rx_timeout()
330 irq_unlock(key); in uart_sam0_rx_timeout()
361 irq_unlock(key); in uart_sam0_rx_timeout()
385 irq_unlock(key); in uart_sam0_rx_timeout()
738 irq_unlock(key); in uart_sam0_isr()
[all …]
/Zephyr-Core-2.7.6/arch/x86/core/ia32/
Dfloat.c269 irq_unlock(imask); in z_float_enable()
302 irq_unlock(imask); in z_float_disable()
/Zephyr-Core-2.7.6/subsys/net/l2/ethernet/gptp/
Dgptp_user_api.c69 irq_unlock(key); in gptp_event_capture()
75 irq_unlock(key); in gptp_event_capture()
/Zephyr-Core-2.7.6/drivers/entropy/
Dentropy_nrf5.c115 irq_unlock(key); in random_byte_get()
153 irq_unlock(key); in rng_pool_get()
168 irq_unlock(key); in rng_pool_get()
278 irq_unlock(key); in entropy_nrf5_get_entropy_isr()
/Zephyr-Core-2.7.6/include/logging/
Dlog_backend_std.h116 irq_unlock(key); in log_backend_std_sync_string()
160 irq_unlock(key); in log_backend_std_sync_hexdump()
/Zephyr-Core-2.7.6/soc/sparc/leon3/
Didle.c13 irq_unlock(key); in leon_idle()
/Zephyr-Core-2.7.6/drivers/usb/device/
Dusb_dc_sam_usbc.c370 irq_unlock(key); in usb_dc_ctrl_send_zlp_in()
385 irq_unlock(key); in usb_dc_ctrl_send_zlp_out()
754 irq_unlock(key); in usb_dc_attach()
782 irq_unlock(key); in usb_dc_detach()
799 irq_unlock(key); in usb_dc_reset()
993 irq_unlock(key); in usb_dc_ep_clear_stall()
1048 irq_unlock(key); in usb_dc_ep_enable()
1072 irq_unlock(key); in usb_dc_ep_disable()
1107 irq_unlock(key); in usb_dc_ep_flush()
1145 irq_unlock(key); in usb_dc_ep_write_stp()
[all …]

123456789