Searched defs:psize (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/ |
D | cache_sram_mmu.c | 25 #define PRO_DRAM1_END_ADDR(psize) (PRO_DRAM1_START_ADDR + ((psize) << 17)) argument 29 #define ADDRESS_CHECK(addr,psize) (((addr) & (0xFFFF >>((64/(psize))-1))) != 0) argument 37 #define SRAM_MMU_EDGE_CHECK(mmu_val,num,psize) (((mmu_val) + (num)) > ((8*1024)/(psize))) argument 53 …cache_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num) in cache_sram_mmu_set() 129 …che_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num) { in cache_sram_mmu_set()
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32/rom/ |
D | cache.h | 69 …che_flash_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int psize, int num) in cache_flash_mmu_set()
|
/hal_espressif-3.6.0/components/ulp/ |
D | ulp_macro.c | 184 esp_err_t ulp_process_macros_and_load(uint32_t load_addr, const ulp_insn_t* program, size_t* psize) in ulp_process_macros_and_load()
|
/hal_espressif-3.6.0/components/esp_system/ |
D | eh_frame_parser.c | 310 static uint32_t esp_eh_frame_get_encoded(void* data, uint8_t encoding, uint32_t* psize) in esp_eh_frame_get_encoded()
|