Home
last modified time | relevance | path

Searched refs:XTSTR (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/soc/esp32/
Ddport_access.c21 "rsil %[LVL], "XTSTR(SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL)"\n"\ in esp_dport_access_reg_read()
22 "movi %[APB], "XTSTR(0x3ff40078)"\n"\ in esp_dport_access_reg_read()
25 "wsr %[LVL], "XTSTR(PS)"\n"\ in esp_dport_access_reg_read()
42 "movi %[APB], "XTSTR(0x3ff40078)"\n"\ in esp_dport_access_sequence_reg_read()
/hal_espressif-latest/zephyr/esp32/src/common/
Ddport_access.c16 "rsil %[LVL], "XTSTR (CONFIG_ESP32_DPORT_DIS_INTERRUPT_LVL)"\n" \ in esp_dport_access_reg_read()
17 "movi %[APB], "XTSTR (0x3ff40078) "\n" \ in esp_dport_access_reg_read()
20 "wsr %[LVL], "XTSTR (PS)"\n" \ in esp_dport_access_reg_read()
/hal_espressif-latest/components/xtensa/include/xtensa/
Dxtruntime.h33 #ifndef XTSTR
35 #define XTSTR(x) _XTSTR(x) macro
92 __asm__ __volatile__( "rsil %0, " XTSTR(intlevel) "\n" \
97 "movi %2, " XTSTR(intlevel) "\n" \
100 "rsil %0, " XTSTR(intlevel) "\n" \
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_access.h118 #ifndef XTSTR
120 #define XTSTR(x) _XTSTR(x) macro
124 … __asm__ __volatile__("rsil %0, " XTSTR(SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL) "\n" \
/hal_espressif-latest/components/xtensa/include/
Dxt_instr_macros.h106 "movi %2, " XTSTR( PS_WOE_MASK ) "\n"\
Dxt_utils.h226 __asm__ __volatile__ ("rsil %0, " XTSTR(XCHAL_EXCM_LEVEL) "\n" in xt_utils_compare_and_set()
/hal_espressif-latest/components/esp_hw_support/include/hal/
Dcpu_ll.h134 __asm__ __volatile__ ("rsil %0, " XTSTR(XCHAL_EXCM_LEVEL) "\n" in cpu_ll_compare_and_set_native()
/hal_espressif-latest/components/esp_hw_support/
Dcpu.c266 __asm__ __volatile__ ("rsil %0, " XTSTR(XCHAL_EXCM_LEVEL) "\n" in esp_cpu_compare_and_set()