Lines Matching defs:target
783 u64 target;
800 target = desc->its_vmapp_cmd.col->target_address + its->vlpi_redist_offset;
802 its_encode_target(cmd, target);
876 u64 target;
878 target = desc->its_vmovp_cmd.col->target_address + its->vlpi_redist_offset;
883 its_encode_target(cmd, target);
1617 * not target CPUs, so it cannot describe a single
1682 /* don't set the affinity when the target cpu is same as current one */
3191 u64 target;
3204 * We now have to bind each collection to its target
3212 target = gic_data_rdist()->phys_base;
3215 target = gic_read_typer(gic_data_rdist_rd_base() + GICR_TYPER);
3216 target = GICR_TYPER_CPU_NUMBER(target) << 16;
3220 its->collections[cpu].target_address = target;