Lines Matching refs:vstart
578 u32 vstart = CONFIG_SYS_DDR_SDRAM_BASE; in reset_tlb() local
588 ptr = vstart; in reset_tlb()
605 int arch_memory_test_advance(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_advance() argument
617 p_addr = (*vstart) + (*size) + (*phys_offset); in arch_memory_test_advance()
622 *vstart = CONFIG_SYS_DDR_SDRAM_BASE; in arch_memory_test_advance()
625 (u64)(*vstart) + (*phys_offset), in arch_memory_test_advance()
626 (u64)(*vstart) + (*phys_offset) + (*size) - 1); in arch_memory_test_advance()
634 int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_prepare() argument
638 *vstart = CONFIG_SYS_DDR_SDRAM_BASE; in arch_memory_test_prepare()
652 (u64)(*vstart) + (*phys_offset), in arch_memory_test_prepare()
653 (u64)(*vstart) + (*phys_offset) + (*size) - 1); in arch_memory_test_prepare()
659 int arch_memory_test_cleanup(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_cleanup() argument
667 ptr = *vstart; in arch_memory_test_cleanup()
669 while (ptr < (*vstart) + (*size)) { in arch_memory_test_cleanup()