Lines Matching defs:target
745 u64 target;
762 target = desc->its_vmapp_cmd.col->target_address + its->vlpi_redist_offset;
764 its_encode_target(cmd, target);
835 u64 target;
837 target = desc->its_vmovp_cmd.col->target_address + its->vlpi_redist_offset;
842 its_encode_target(cmd, target);
1586 * not target CPUs, so it cannot describe a single
1656 /* don't set the affinity when the target cpu is same as current one */
3196 u64 target;
3209 * We now have to bind each collection to its target
3217 target = gic_data_rdist()->phys_base;
3220 target = gic_read_typer(gic_data_rdist_rd_base() + GICR_TYPER);
3221 target = GICR_TYPER_CPU_NUMBER(target) << 0x10;
3225 its->collections[cpu].target_address = target;