Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/sysdev/xive/
H A Dnative.c128 #define vp_err(vp, fmt, ...) pr_err("VP[0x%x]: " fmt, vp, ##__VA_ARGS__) macro
157 vp_err(vp_id, "Failed to get queue %d info : %lld\n", prio, rc); in xive_native_configure_queue()
180 vp_err(vp_id, "Failed to set queue %d info: %lld\n", prio, rc); in xive_native_configure_queue()
207 vp_err(vp_id, "Failed to disable queue %d : %lld\n", prio, rc); in __xive_native_disable_queue()
728 vp_err(vp_id, "Failed to enable VP : %lld\n", rc); in xive_native_enable_vp()
744 vp_err(vp_id, "Failed to disable VP : %lld\n", rc); in xive_native_disable_vp()
757 vp_err(vp_id, "Failed to get VP info : %lld\n", rc); in xive_native_get_vp_info()
796 vp_err(vp_id, "failed to get queue %d info : %lld\n", prio, rc); in xive_native_get_queue_info()
824 vp_err(vp_id, "failed to get queue %d state : %lld\n", prio, rc); in xive_native_get_queue_state()
843 vp_err(vp_id, "failed to set queue %d state : %lld\n", prio, rc); in xive_native_set_queue_state()
[all …]
/linux-6.15/drivers/hv/
H A Dmshv_root_main.c320 vp_err(vp, "Failed to explicitly suspend vCPU\n"); in mshv_suspend_vp()
327 vp_err(vp, "Failed to get intercept suspend state\n"); in mshv_suspend_vp()
360 vp_err(vp, "Failed to resume vp execution. %lx\n", ret); in mshv_run_vp_with_hyp_scheduler()
423 vp_err(vp, "%s: status %s\n", __func__, in mshv_vp_dispatch()
442 vp_err(vp, "Failed to unsuspend\n"); in mshv_vp_clear_explicit_suspend()
647 vp_err(vp, "%s: Failed to pin user pages error %i\n", in mshv_vp_ioctl_get_set_state_pfn()
754 vp_err(vp, "Invalid vp state data size!\n"); in mshv_vp_ioctl_get_set_state()
1651 vp_err(vp, "failed to suspend\n"); in disable_vp_dispatch()
1668 vp_err(vp, "Failed to get root signal count"); in get_vp_signaled_count()
H A Dmshv_root.h67 #define vp_err(v, fmt, ...) vp_devprintk(err, v, fmt, ##__VA_ARGS__) macro