Home
last modified time | relevance | path

Searched refs:xive_devices (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/powerpc/kvm/
Dbook3s.c911 kfree(kvm->arch.xive_devices.native); in kvmppc_core_destroy_vm()
912 kvm->arch.xive_devices.native = NULL; in kvmppc_core_destroy_vm()
913 kfree(kvm->arch.xive_devices.xics_on_xive); in kvmppc_core_destroy_vm()
914 kvm->arch.xive_devices.xics_on_xive = NULL; in kvmppc_core_destroy_vm()
Dbook3s_xive.c2721 &kvm->arch.xive_devices.native : in kvmppc_xive_get_device()
2722 &kvm->arch.xive_devices.xics_on_xive; in kvmppc_xive_get_device()
/linux-6.1.9/arch/powerpc/include/asm/
Dkvm_host.h326 } xive_devices; member