Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/sysdev/xive/ !
Dnative.c395 __be64 vp_cam_be; in xive_native_setup_cpu() local
419 rc = opal_xive_get_vp_info(vp, NULL, &vp_cam_be, NULL, NULL); in xive_native_setup_cpu()
424 vp_cam = be64_to_cpu(vp_cam_be); in xive_native_setup_cpu()
750 __be64 vp_cam_be; in xive_native_get_vp_info() local
754 rc = opal_xive_get_vp_info(vp_id, NULL, &vp_cam_be, NULL, &vp_chip_id_be); in xive_native_get_vp_info()
759 *out_cam_id = be64_to_cpu(vp_cam_be) & 0xffffffffu; in xive_native_get_vp_info()