Home
last modified time | relevance | path

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

/arch/powerpc/kvm/
Dbook3s_rtas.c151 list_for_each_entry_safe(d, tmp, &kvm->arch.rtas_tokens, list) { in rtas_token_undefine()
172 list_for_each_entry(d, &kvm->arch.rtas_tokens, list) { in rtas_token_define()
196 list_add_tail(&d->list, &kvm->arch.rtas_tokens); in rtas_token_define()
251 list_for_each_entry(d, &vcpu->kvm->arch.rtas_tokens, list) { in kvmppc_rtas_hcall()
285 list_for_each_entry_safe(d, tmp, &kvm->arch.rtas_tokens, list) { in kvmppc_rtas_tokens_free()
Dbook3s_pr_papr.c400 if (list_empty(&vcpu->kvm->arch.rtas_tokens)) in kvmppc_h_pr()
Dbook3s.c841 INIT_LIST_HEAD(&kvm->arch.rtas_tokens); in kvmppc_core_init_vm()
Dbook3s_hv.c826 if (list_empty(&vcpu->kvm->arch.rtas_tokens)) in kvmppc_pseries_do_hcall()
/arch/powerpc/include/asm/
Dkvm_host.h298 struct list_head rtas_tokens; member