Home
last modified time | relevance | path

Searched refs:xive_native_get_vp_info (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/powerpc/include/asm/
Dxive.h127 int xive_native_get_vp_info(u32 vp_id, u32 *out_cam_id, u32 *out_chip_id);
/linux-5.19.10/arch/powerpc/sysdev/xive/
Dnative.c748 int xive_native_get_vp_info(u32 vp_id, u32 *out_cam_id, u32 *out_chip_id) in xive_native_get_vp_info() function
764 EXPORT_SYMBOL_GPL(xive_native_get_vp_info);
/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_xive_native.c164 rc = xive_native_get_vp_info(xc->vp_id, &xc->vp_cam, &xc->vp_chip_id); in kvmppc_xive_native_connect_vcpu()
Dbook3s_xive.c1945 r = xive_native_get_vp_info(xc->vp_id, &xc->vp_cam, &xc->vp_chip_id); in kvmppc_xive_connect_vcpu()