target_affinity   197 drivers/firmware/psci/psci.c static int psci_affinity_info(unsigned long target_affinity,
target_affinity   201 drivers/firmware/psci/psci.c 			      target_affinity, lowest_affinity_level, 0);
target_affinity    38 include/linux/psci.h 	int (*affinity_info)(unsigned long target_affinity,
target_affinity   152 virt/kvm/arm/psci.c 	unsigned long target_affinity;
target_affinity   158 virt/kvm/arm/psci.c 	target_affinity = smccc_get_arg1(vcpu);
target_affinity   167 virt/kvm/arm/psci.c 	target_affinity &= target_affinity_mask;
target_affinity   175 virt/kvm/arm/psci.c 		if ((mpidr & target_affinity_mask) == target_affinity) {