Searched refs:spot (Results 1 – 3 of 3) sorted by relevance
/lk-master/app/loader/ |
A D | loader.c | 52 static void set_ram_zone(download_t *d, unsigned char *spot, int slot) { in set_ram_zone() argument 53 d->start = spot + (DOWNLOAD_SLOT_SIZE * slot); in set_ram_zone() 56 memset(spot, 0, DOWNLOAD_SLOT_SIZE); in set_ram_zone()
|
/lk-master/arch/arm/arm/ |
A D | mmu.c | 457 vaddr_t spot; in arch_mmu_pick_spot() local 461 spot = ALIGN(base, align); in arch_mmu_pick_spot() 463 spot = ALIGN(base, SECTION_SIZE); in arch_mmu_pick_spot() 466 vaddr_t spot_end = spot + size - 1; in arch_mmu_pick_spot() 467 if (spot_end < spot || spot_end > end) in arch_mmu_pick_spot() 475 return spot; in arch_mmu_pick_spot()
|
/lk-master/kernel/vm/ |
A D | vmm.c | 221 vaddr_t spot; in alloc_spot() local 227 &spot, align, size, arch_mmu_flags)) in alloc_spot() 234 &spot, align, size, arch_mmu_flags)) in alloc_spot() 244 return spot; in alloc_spot()
|
Completed in 6 milliseconds