Lines Matching defs:start
179 sc_faddr_t start, end;
263 err = sc_rm_get_memreg_info(ipc_handle, mr, &start, &end);
266 NOTICE("Memreg %u 0x%" PRIx64 " -- 0x%" PRIx64 "\n", mr, start, end);
267 if (BL31_BASE >= start && (BL31_LIMIT - 1) <= end) {
273 err %d\n", start, end, err);
279 err = sc_rm_get_memreg_info(ipc_handle, mr_record, &start, &end);
293 if (start < (BL31_BASE - 1)) {
294 err = sc_rm_memreg_alloc(ipc_handle, &mr, start, BL31_BASE - 1);
297 start, (sc_faddr_t)BL31_BASE - 1);
301 start, (sc_faddr_t)BL31_BASE - 1);