Home
last modified time | relevance | path

Searched refs:rtas_tokens (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_rtas.c138 list_for_each_entry_safe(d, tmp, &kvm->arch.rtas_tokens, list) { in rtas_token_undefine()
159 list_for_each_entry(d, &kvm->arch.rtas_tokens, list) { in rtas_token_define()
183 list_add_tail(&d->list, &kvm->arch.rtas_tokens); in rtas_token_define()
249 list_for_each_entry(d, &vcpu->kvm->arch.rtas_tokens, list) { in kvmppc_rtas_hcall()
291 list_for_each_entry_safe(d, tmp, &kvm->arch.rtas_tokens, list) { in kvmppc_rtas_tokens_free()
Dbook3s_pr_papr.c347 if (list_empty(&vcpu->kvm->arch.rtas_tokens)) in kvmppc_h_pr()
Dbook3s.c814 INIT_LIST_HEAD(&kvm->arch.rtas_tokens); in kvmppc_core_init_vm()
Dbook3s_hv.c736 if (list_empty(&vcpu->kvm->arch.rtas_tokens)) in kvmppc_pseries_do_hcall()
/arch/powerpc/include/asm/
Dkvm_host.h252 struct list_head rtas_tokens; member