Searched refs:smccc_get_arg1 (Results 1 – 4 of 4) sorted by relevance
69 cpu_id = smccc_get_arg1(source_vcpu) & MPIDR_HWID_BITMASK; in kvm_psci_vcpu_on()126 target_affinity = smccc_get_arg1(vcpu); in kvm_psci_vcpu_affinity_info()311 feature = smccc_get_arg1(vcpu); in kvm_psci_1_0_call()
24 feature = smccc_get_arg1(vcpu); in kvm_hvc_call_handler()
37 u32 feature = smccc_get_arg1(vcpu); in kvm_hypercall_pv_features()
16 static inline unsigned long smccc_get_arg1(struct kvm_vcpu *vcpu) in smccc_get_arg1() function