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

/linux-master/arch/powerpc/kvm/
H A Dbook3s_rtas.c148 list_for_each_entry_safe(d, tmp, &kvm->arch.rtas_tokens, list) {
169 list_for_each_entry(d, &kvm->arch.rtas_tokens, list) {
193 list_add_tail(&d->list, &kvm->arch.rtas_tokens);
261 list_for_each_entry(d, &vcpu->kvm->arch.rtas_tokens, list) {
303 list_for_each_entry_safe(d, tmp, &kvm->arch.rtas_tokens, list) {
H A Dbook3s_pr_papr.c414 if (list_empty(&vcpu->kvm->arch.rtas_tokens))
H A Dbook3s.c912 INIT_LIST_HEAD(&kvm->arch.rtas_tokens);
H A Dbook3s_hv.c1236 if (list_empty(&kvm->arch.rtas_tokens))
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h311 struct list_head rtas_tokens; member in struct:kvm_arch

Completed in 135 milliseconds