Searched refs:MMU_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance
164 …ruction_reserved_end - (uint32_t)&_instruction_reserved_start + MMU_PAGE_SIZE - 1) / MMU_PAGE_SIZE; in instruction_flash_page_info_init()165 …t32_t instr_mmu_offset = ((uint32_t)&_instruction_reserved_start & MMU_VADDR_MASK) / MMU_PAGE_SIZE; in instruction_flash_page_info_init()168 …ge_cnt = ((uint32_t)&_instruction_reserved_end - SOC_IROM_LOW + MMU_PAGE_SIZE - 1) / MMU_PAGE_SIZE; in instruction_flash_page_info_init()217 …2_t)&_rodata_reserved_end - (uint32_t)&_rodata_reserved_start + MMU_PAGE_SIZE - 1) / MMU_PAGE_SIZE; in rodata_flash_page_info_init()218 … uint32_t rodata_mmu_offset = ((uint32_t)&_rodata_reserved_start & MMU_VADDR_MASK) / MMU_PAGE_SIZE; in rodata_flash_page_info_init()221 …d_end - ((uint32_t)&_rodata_reserved_start & ~ (MMU_PAGE_SIZE - 1)) + MMU_PAGE_SIZE - 1) / MMU_PAG… in rodata_flash_page_info_init()
31 #define MMU_PAGE_SIZE 0x8000 macro33 #define MMU_PAGE_SIZE 0x1000034 #define MMU_PAGE_TO_BYTES(page_id) ((page_id) * MMU_PAGE_SIZE)35 #define BYTES_TO_MMU_PAGE(bytes) ((bytes) / MMU_PAGE_SIZE)
32 config MMU_PAGE_SIZE config