Home
last modified time | relevance | path

Searched refs:phys_offset (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/post/drivers/
H A Dmemory.c471 int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_prepare() argument
487 int arch_memory_test_advance(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_advance() argument
493 int arch_memory_test_cleanup(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_cleanup() argument
507 phys_addr_t phys_offset = 0; in memory_regions_post_test() local
510 arch_memory_test_prepare(&vstart, &memsize, &phys_offset); in memory_regions_post_test()
522 phys_addr_t phys_offset = 0; in memory_post_test() local
525 arch_memory_test_prepare(&vstart, &memsize, &phys_offset); in memory_post_test()
534 !arch_memory_test_advance(&vstart, &memsize, &phys_offset)); in memory_post_test()
536 arch_memory_test_cleanup(&vstart, &memsize, &phys_offset); in memory_post_test()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c576 static int reset_tlb(phys_addr_t p_addr, u32 size, phys_addr_t *phys_offset) in reset_tlb() argument
591 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, phys_offset); 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()
620 if (reset_tlb(p_addr, p_size, phys_offset) == -1) 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
640 *phys_offset = 0; in arch_memory_test_prepare()
652 (u64)(*vstart) + (*phys_offset), in arch_memory_test_prepare()
[all …]
/rk3399_rockchip-uboot/board/keymile/km83xx/
H A Dkm83xx.c409 int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_prepare() argument
/rk3399_rockchip-uboot/board/keymile/km_arm/
H A Dkm_arm.c535 int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_prepare() argument