Searched refs:rtas_tokens (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/powerpc/kvm/ |
D | book3s_rtas.c | 148 list_for_each_entry_safe(d, tmp, &kvm->arch.rtas_tokens, list) { in rtas_token_undefine() 169 list_for_each_entry(d, &kvm->arch.rtas_tokens, list) { in rtas_token_define() 193 list_add_tail(&d->list, &kvm->arch.rtas_tokens); in rtas_token_define() 261 list_for_each_entry(d, &vcpu->kvm->arch.rtas_tokens, list) { in kvmppc_rtas_hcall() 303 list_for_each_entry_safe(d, tmp, &kvm->arch.rtas_tokens, list) { in kvmppc_rtas_tokens_free()
|
D | book3s_pr_papr.c | 414 if (list_empty(&vcpu->kvm->arch.rtas_tokens)) in kvmppc_h_pr()
|
D | book3s.c | 903 INIT_LIST_HEAD(&kvm->arch.rtas_tokens); in kvmppc_core_init_vm()
|
D | book3s_hv.c | 1236 if (list_empty(&kvm->arch.rtas_tokens)) in kvmppc_pseries_do_hcall()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | kvm_host.h | 311 struct list_head rtas_tokens; member
|