Lines Matching refs:vstart
577 u32 vstart = CONFIG_SYS_DDR_SDRAM_BASE; in reset_tlb() local
587 ptr = vstart; in reset_tlb()
604 int arch_memory_test_advance(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_advance() argument
616 p_addr = (*vstart) + (*size) + (*phys_offset); in arch_memory_test_advance()
621 *vstart = CONFIG_SYS_DDR_SDRAM_BASE; in arch_memory_test_advance()
624 (u64)(*vstart) + (*phys_offset), in arch_memory_test_advance()
625 (u64)(*vstart) + (*phys_offset) + (*size) - 1); in arch_memory_test_advance()
633 int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_prepare() argument
637 *vstart = CONFIG_SYS_DDR_SDRAM_BASE; in arch_memory_test_prepare()
651 (u64)(*vstart) + (*phys_offset), in arch_memory_test_prepare()
652 (u64)(*vstart) + (*phys_offset) + (*size) - 1); in arch_memory_test_prepare()
658 int arch_memory_test_cleanup(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_cleanup() argument
666 ptr = *vstart; in arch_memory_test_cleanup()
668 while (ptr < (*vstart) + (*size)) { in arch_memory_test_cleanup()