Home
last modified time | relevance | path

Searched refs:fwk_interrupt_global_disable (Results 1 – 17 of 17) sorted by relevance

/SCP-firmware-master/framework/include/
A Dfwk_interrupt.h92 inline static unsigned int fwk_interrupt_global_disable(void) in fwk_interrupt_global_disable() function
/SCP-firmware-master/framework/src/
A Dfwk_log.c219 flags = fwk_interrupt_global_disable(); /* Facilitate reentrancy */ in fwk_log_printf()
272 flags = fwk_interrupt_global_disable(); in fwk_log_unbuffer()
335 flags = fwk_interrupt_global_disable(); in fwk_log_flush()
A Dfwk_notification.c219 flags = fwk_interrupt_global_disable(); in fwk_notification_subscribe()
260 flags = fwk_interrupt_global_disable(); in fwk_notification_unsubscribe()
A Dfwk_core.c68 flags = fwk_interrupt_global_disable(); in duplicate_event()
168 flags = fwk_interrupt_global_disable(); in free_event()
246 flags = fwk_interrupt_global_disable(); in process_isr()
/SCP-firmware-master/framework/test/
A Dtest_fwk_interrupt.c219 flags = fwk_interrupt_global_disable(); in test_fwk_interrupt_critical_section()
350 flags1 = fwk_interrupt_global_disable(); in test_fwk_interrupt_nested_critical_section()
353 flags2 = fwk_interrupt_global_disable(); in test_fwk_interrupt_nested_critical_section()
356 flags3 = fwk_interrupt_global_disable(); in test_fwk_interrupt_nested_critical_section()
A DCMakeLists.txt95 list(APPEND test_fwk_core_WRAP fwk_interrupt_global_disable)
107 list(APPEND test_fwk_notification_WRAP fwk_interrupt_global_disable)
/SCP-firmware-master/product/synquacer/module/synquacer_rom/src/
A Dmod_synquacer_rom.c44 (void)fwk_interrupt_global_disable(); in jump_to_ramfw()
/SCP-firmware-master/product/n1sdp/module/n1sdp_rom/src/
A Dmod_n1sdp_rom.c56 (void)fwk_interrupt_global_disable(); in jump_to_ramfw()
/SCP-firmware-master/module/dw_apb_i2c/src/
A Dmod_dw_apb_i2c.c167 flags = fwk_interrupt_global_disable(); in transmit_as_controller()
213 flags = fwk_interrupt_global_disable(); in receive_as_controller()
/SCP-firmware-master/product/morello/module/morello_rom/src/
A Dmod_morello_rom.c56 (void)fwk_interrupt_global_disable(); in jump_to_ramfw()
/SCP-firmware-master/module/bootloader/src/
A Dmod_bootloader.c177 fwk_interrupt_global_disable(); /* We are relocating the vector table */ in load_image()
/SCP-firmware-master/product/rcar/module/rcar_system/src/
A Dmod_rcar_system.c136 flags = fwk_interrupt_global_disable(); in vApplicationIdleHook()
/SCP-firmware-master/module/statistics/src/
A Dmod_stats.c378 flags = fwk_interrupt_global_disable(); in stats_update_domain()
465 flags = fwk_interrupt_global_disable(); in update_all_domains_current_level()
/SCP-firmware-master/product/juno/module/juno_dmc400/src/
A Dmod_juno_dmc400.c666 flags = fwk_interrupt_global_disable(); in ddr_retraining()
1001 flags = fwk_interrupt_global_disable(); in juno_dmc400_start()
/SCP-firmware-master/product/morello/module/morello_smt/src/
A Dmod_smt.c196 flags = fwk_interrupt_global_disable(); in smt_respond()
/SCP-firmware-master/product/n1sdp/module/n1sdp_smt/src/
A Dmod_smt.c194 flags = fwk_interrupt_global_disable(); in smt_respond()
/SCP-firmware-master/module/transport/src/
A Dmod_transport.c271 flags = fwk_interrupt_global_disable(); in transport_respond()

Completed in 18 milliseconds