Home
last modified time | relevance | path

Searched refs:xics_on_xive (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/kvm/
Dbook3s_rtas.c33 if (xics_on_xive()) in kvm_rtas_set_xive()
56 if (xics_on_xive()) in kvm_rtas_get_xive()
83 if (xics_on_xive()) in kvm_rtas_int_off()
105 if (xics_on_xive()) in kvm_rtas_int_on()
Dbook3s.c664 if (xics_on_xive()) in kvmppc_get_one_reg()
749 if (xics_on_xive()) in kvmppc_set_one_reg()
935 kfree(kvm->arch.xive_devices.xics_on_xive); in kvmppc_core_destroy_vm()
936 kvm->arch.xive_devices.xics_on_xive = NULL; in kvmppc_core_destroy_vm()
1033 if (xics_on_xive()) in kvm_set_irq()
1086 if (xics_on_xive()) { in kvmppc_book3s_init()
Dbook3s_hv_builtin.c220 if (WARN_ON_ONCE(xics_on_xive())) in kvmhv_rm_send_ipi()
Dbook3s_hv.c1224 if (xics_on_xive()) { in kvmppc_pseries_do_hcall()
2034 if (!xics_on_xive()) in kvmppc_handle_nested_exit()
4282 if (!xics_on_xive()) in xive_interrupt_pending()
4906 if (WARN_ON(xics_on_xive())) in kvmppc_vcpu_run_hv()
5476 if (xics_on_xive()) in kvmppc_core_init_vm_hv()
5720 if (xics_on_xive()) in kvmppc_set_passthru_irq()
5761 if (xics_on_xive()) in kvmppc_clr_passthru_irq()
6299 if (!xics_on_xive() && !kvmhv_on_pseries() && in kvmppc_book3s_init_hv()
Dpowerpc.c815 if (xics_on_xive()) in kvm_arch_vcpu_destroy()
1972 if (xics_on_xive()) in kvm_vcpu_ioctl_enable_cap()
Dbook3s_xive.c2720 &kvm->arch.xive_devices.xics_on_xive; in kvmppc_xive_get_device()
/arch/powerpc/include/asm/
Dkvm_ppc.h762 static inline bool xics_on_xive(void) in xics_on_xive() function
767 static inline bool xics_on_xive(void) in xics_on_xive() function
Dkvm_host.h325 struct kvmppc_xive *xics_on_xive; member