Searched refs:ed (Results 1 – 2 of 2) sorted by relevance
27 paddr_t ed = st + sz; in platform_secure_ddr_region() local29 uint32_t ed_mb = ed / SIZE_M(1); in platform_secure_ddr_region()35 assert(st < ed); in platform_secure_ddr_region()39 assert(ed % SIZE_M(1) == 0); in platform_secure_ddr_region()41 DMSG("protecting region %d: 0x%lx-0x%lx\n", rgn, st, ed); in platform_secure_ddr_region()
21 paddr_t ed = st + sz; in platform_secure_ddr_region() local23 uint32_t ed_mb = ed / SIZE_M(1); in platform_secure_ddr_region()29 assert(st < ed); in platform_secure_ddr_region()33 assert(ed % SIZE_M(1) == 0); in platform_secure_ddr_region()35 DMSG("protecting region %d: 0x%lx-0x%lx\n", rgn, st, ed); in platform_secure_ddr_region()
Completed in 3 milliseconds