Searched refs:WDTLB (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | mpu_ll.h | 41 WDTLB(0x0, addr); // cached, no allocate in mpu_ll_set_region_rw() 46 WDTLB(0x2, addr); // bypass cache in mpu_ll_set_region_rwx() 57 WDTLB(0xF, addr); in mpu_ll_set_region_illegal()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | mpu_ll.h | 41 WDTLB(0x0, addr); // cached, no allocate in mpu_ll_set_region_rw() 46 WDTLB(0x2, addr); // bypass cache in mpu_ll_set_region_rwx() 57 WDTLB(0xF, addr); in mpu_ll_set_region_illegal()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | mpu_ll.h | 41 WDTLB(0x0, addr); // cached, no allocate in mpu_ll_set_region_rw() 46 WDTLB(0x2, addr); // bypass cache in mpu_ll_set_region_rwx() 57 WDTLB(0xF, addr); in mpu_ll_set_region_illegal()
|
/hal_espressif-latest/components/xtensa/include/ |
D | xt_instr_macros.h | 18 #define WDTLB(at, as) __asm__ volatile ("wdtlb %0, %1; \n dsync \n " : : "r" (at), "r" (as)) macro
|