Searched refs:XTSTR (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/soc/esp32/ |
D | dport_access.c | 21 "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/ |
D | dport_access.c | 16 "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/ |
D | xtruntime.h | 33 #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/ |
D | dport_access.h | 118 #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/ |
D | xt_instr_macros.h | 106 "movi %2, " XTSTR( PS_WOE_MASK ) "\n"\
|
D | xt_utils.h | 226 __asm__ __volatile__ ("rsil %0, " XTSTR(XCHAL_EXCM_LEVEL) "\n" in xt_utils_compare_and_set()
|
/hal_espressif-latest/components/esp_hw_support/include/hal/ |
D | cpu_ll.h | 134 __asm__ __volatile__ ("rsil %0, " XTSTR(XCHAL_EXCM_LEVEL) "\n" in cpu_ll_compare_and_set_native()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | cpu.c | 266 __asm__ __volatile__ ("rsil %0, " XTSTR(XCHAL_EXCM_LEVEL) "\n" in esp_cpu_compare_and_set()
|