Home
last modified time | relevance | path

Searched refs:global (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dtls_internal.c36 struct tls_global *global; member
42 struct tls_global *global; in tls_init() local
56 global = os_zalloc(sizeof(*global)); in tls_init()
57 if (global == NULL) in tls_init()
60 global->event_cb = conf->event_cb; in tls_init()
61 global->cb_ctx = conf->cb_ctx; in tls_init()
62 global->cert_in_cb = conf->cert_in_cb; in tls_init()
65 return global; in tls_init()
70 struct tls_global *global = ssl_ctx; in tls_deinit() local
81 tlsv1_cred_free(global->server_cred); in tls_deinit()
[all …]
/hal_espressif-latest/components/xtensa/
Dxtensa_intr_asm.S62 .global _xt_intdata
65 .global _xt_intenable
68 .global _xt_vpri_mask
94 .global _xt_interrupt_table
129 .global _xt_exception_table
153 .global xt_ints_on
203 .global xt_ints_off
/hal_espressif-latest/components/newlib/port/riscv/
Dport_stdatomic.S18 .global __atomic_load_2
30 .global __atomic_store_2
48 .global __atomic_exchange_2
69 .global __atomic_compare_exchange_2
98 .global __atomic_fetch_or_2
111 .global __atomic_or_fetch_2
124 .global __atomic_fetch_xor_2
137 .global __atomic_xor_fetch_2
150 .global __atomic_fetch_and_2
166 .global __atomic_and_fetch_2
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dstate_machine.h34 int global)
47 if (!global || sm->machine ## _state != machine ## _ ## state) { \
66 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
84 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dpanic_handler_asm.S18 .global panicHandler
20 .global _xt_panic
Desp_ipc_isr_routines.S19 .global esp_ipc_isr_waiting_for_finish_cmd
Ddebug_helpers_asm.S44 .global esp_backtrace_get_start
Desp_ipc_isr_handler.S43 .global esp_ipc_isr_handler
/hal_espressif-latest/components/riscv/
Dvectors.S102 .global rtos_int_enter
103 .global rtos_int_exit
104 .global _global_interrupt_handler
118 .global _vector_table
211 .global _interrupt_handler
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dhighint_hdl.S34 .global xt_highint4
106 .global ld_include_highint_hdl
/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu_asm.S18 .global rv_core_critical_regs_frame
35 .global rv_core_critical_regs_save
168 .global rv_core_critical_regs_restore
171 .global _rv_core_critical_regs_restore
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dhighint_hdl.S35 .global xt_highint4
134 .global ld_include_highint_hdl
/hal_espressif-latest/zephyr/esp32/src/hal/
Dwindowspill_asm.S86 .global xthal_spill_registers_into_stack_nw
90 .global xthal_window_spill_nw
366 .global xthal_window_spill
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dexpression_with_stack_asm.S17 .global esp_shared_stack_invoke_function
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_vectors.S43 .global xt_highint4
266 .global ld_include_hli_vectors_bt
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dhighint_hdl.S143 .global _lx_intr_livelock_counter
144 .global _lx_intr_livelock_max
159 .global xt_highintx
546 .global ld_include_highint_hdl
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_cache_writeback_esp32s3.S71 .global cache_writeback_items_freeze
Desp_rom_longjmp.S38 .global __wrap_longjmp
/hal_espressif-latest/tools/esptool_py/docs/en/
Dinstallation.rst55 If you are using ``esptool.py`` as a standalone tool (as a global installation or in a virtual envi…
/hal_espressif-latest/components/xtensa/include/xtensa/
Dcoreasm.h1026 #define _GBL(x) .global x
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in260 /* external memory bss, from any global variable with EXT_RAM_BSS_ATTR attribute*/