Lines Matching full:downstream
389 * blocking them; non-blocked accesses go directly to the downstream
502 * as we don't know the size of the MR used as the downstream until then. in tz_mpc_realize()
503 * We insist on having a downstream, to avoid complicating the code in tz_mpc_realize()
505 * enough for the user to create an unimplemented_device as downstream in tz_mpc_realize()
508 if (!s->downstream) { in tz_mpc_realize()
509 error_setg(errp, "MPC 'downstream' link not set"); in tz_mpc_realize()
513 size = memory_region_size(s->downstream); in tz_mpc_realize()
528 "MPC 'downstream' size %" PRId64 in tz_mpc_realize()
553 address_space_init(&s->downstream_as, s->downstream, in tz_mpc_realize()
554 "tz-mpc-downstream"); in tz_mpc_realize()
591 DEFINE_PROP_LINK("downstream", TZMPC, downstream,