Home
last modified time | relevance | path

Searched refs:rtas_token_lock (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_rtas.c149 lockdep_assert_held(&kvm->arch.rtas_token_lock); in rtas_token_undefine()
170 lockdep_assert_held(&kvm->arch.rtas_token_lock); in rtas_token_define()
209 mutex_lock(&kvm->arch.rtas_token_lock); in kvm_vm_ioctl_rtas_define_token()
216 mutex_unlock(&kvm->arch.rtas_token_lock); in kvm_vm_ioctl_rtas_define_token()
248 mutex_lock(&vcpu->kvm->arch.rtas_token_lock); in kvmppc_rtas_hcall()
259 mutex_unlock(&vcpu->kvm->arch.rtas_token_lock); in kvmppc_rtas_hcall()
Dbook3s.c842 mutex_init(&kvm->arch.rtas_token_lock); in kvmppc_core_init_vm()
/arch/powerpc/include/asm/
Dkvm_host.h299 struct mutex rtas_token_lock; member