Searched refs:MMU_SECTION_SIZE (Results 1 – 16 of 16) sorted by relevance
| /u-boot/arch/arm/lib/ |
| A D | cache.c | 96 end = ALIGN(mem_malloc_start, MMU_SECTION_SIZE) - MMU_SECTION_SIZE; in noncached_init() 97 size = ALIGN(CONFIG_SYS_NONCACHED_MEMORY, MMU_SECTION_SIZE); in noncached_init()
|
| A D | cache-cp15.c | 69 end = ALIGN((start / 2) + (size / 2), MMU_SECTION_SIZE / 2) in mmu_set_region_dcache_behaviour_phys() 80 for (upto = start; upto < end; upto++, phys += MMU_SECTION_SIZE) in mmu_set_region_dcache_behaviour_phys()
|
| /u-boot/arch/arm/mach-stm32mp/ |
| A D | dram_init.c | 57 size = ALIGN(SZ_8M + CONFIG_SYS_MALLOC_LEN + total_size, MMU_SECTION_SIZE), in board_get_usable_ram_top() 58 reg = lmb_alloc(&lmb, size, MMU_SECTION_SIZE); in board_get_usable_ram_top()
|
| A D | cpu.c | 58 start = ALIGN_DOWN(STM32_SYSRAM_BASE, MMU_SECTION_SIZE); in dram_bank_mmu_setup() 59 size = ALIGN(STM32_SYSRAM_SIZE, MMU_SECTION_SIZE); in dram_bank_mmu_setup()
|
| /u-boot/arch/mips/lib/ |
| A D | cache.c | 217 end = ALIGN(mem_malloc_start, MMU_SECTION_SIZE) - MMU_SECTION_SIZE; in noncached_init() 218 size = ALIGN(CONFIG_SYS_NONCACHED_MEMORY, MMU_SECTION_SIZE); in noncached_init()
|
| /u-boot/drivers/firmware/scmi/ |
| A D | smt.c | 54 mmu_set_region_dcache_behaviour(ALIGN_DOWN((uintptr_t)smt->buf, MMU_SECTION_SIZE), in scmi_dt_get_smt_buffer() 55 ALIGN(smt->size, MMU_SECTION_SIZE), in scmi_dt_get_smt_buffer()
|
| /u-boot/drivers/video/ |
| A D | bcm2835.c | 37 fb_start = fb_base & ~(MMU_SECTION_SIZE - 1); in bcm2835_video_probe()
|
| A D | mvebu_lcd.c | 562 fb_start = plat->base & ~(MMU_SECTION_SIZE - 1); in mvebu_video_probe()
|
| A D | mxsfb.c | 333 fb_start = plat->base & ~(MMU_SECTION_SIZE - 1); in mxs_video_probe()
|
| /u-boot/arch/microblaze/include/asm/ |
| A D | system.h | 26 #define MMU_SECTION_SIZE (1 * 1024 * 1024) macro
|
| /u-boot/arch/arm/include/asm/ |
| A D | system.h | 141 #define MMU_SECTION_SIZE (1 << MMU_SECTION_SHIFT) macro 530 MMU_SECTION_SIZE = 1 << MMU_SECTION_SHIFT, enumerator
|
| /u-boot/arch/mips/include/asm/ |
| A D | system.h | 288 #define MMU_SECTION_SIZE (1 << MMU_SECTION_SHIFT) macro
|
| /u-boot/common/ |
| A D | board_f.c | 487 gd->start_addr_sp = ALIGN(gd->start_addr_sp, MMU_SECTION_SIZE) - in reserve_noncached() 488 MMU_SECTION_SIZE; in reserve_noncached() 490 MMU_SECTION_SIZE); in reserve_noncached()
|
| /u-boot/board/xilinx/common/ |
| A D | board.c | 646 size = ALIGN(CONFIG_SYS_MALLOC_LEN + total_size, MMU_SECTION_SIZE); in board_get_usable_ram_top() 647 reg = lmb_alloc(&lmb, size, MMU_SECTION_SIZE); in board_get_usable_ram_top()
|
| /u-boot/board/raspberrypi/rpi/ |
| A D | rpi.c | 290 gd->ram_size &= ~MMU_SECTION_SIZE; in dram_init()
|
| /u-boot/drivers/video/imx/ |
| A D | mxc_ipuv3_fb.c | 631 fb_start = plat->base & ~(MMU_SECTION_SIZE - 1); in ipuv3_video_probe()
|
Completed in 38 milliseconds