Searched refs:aff0 (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm/kernel/
H A Dsleep.S26 * u32 aff0, aff1, aff2;
28 * aff0 = mpidr_masked & 0xff;
31 * dst = (aff0 >> rs0 | aff1 >> rs1 | aff2 >> rs2);
40 and \dst, \mpidr, #0xff @ mask=aff0
41 ARM( mov \dst, \dst, lsr \rs0 ) @ dst=aff0>>rs0
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c1064 u32 sgi, aff0; local
1088 for_each_set_bit(aff0, &target_cpus, hweight_long(ICC_SGI1R_TARGET_LIST_MASK)) {
1089 c_vcpu = kvm_mpidr_to_vcpu(kvm, mpidr | aff0);

Completed in 261 milliseconds