Home
last modified time | relevance | path

Searched refs:WDTLB (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmpu_ll.h41 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/
Dmpu_ll.h41 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/
Dmpu_ll.h41 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/
Dxt_instr_macros.h18 #define WDTLB(at, as) __asm__ volatile ("wdtlb %0, %1; \n dsync \n " : : "r" (at), "r" (as)) macro