Searched refs:vp_cam_be (Results 1 – 1 of 1) sorted by relevance
398 __be64 vp_cam_be; in xive_native_setup_cpu() local422 rc = opal_xive_get_vp_info(vp, NULL, &vp_cam_be, NULL, NULL); in xive_native_setup_cpu()427 vp_cam = be64_to_cpu(vp_cam_be); in xive_native_setup_cpu()734 __be64 vp_cam_be; in xive_native_get_vp_info() local738 rc = opal_xive_get_vp_info(vp_id, NULL, &vp_cam_be, NULL, &vp_chip_id_be); in xive_native_get_vp_info()741 *out_cam_id = be64_to_cpu(vp_cam_be) & 0xffffffffu; in xive_native_get_vp_info()