Searched refs:H_VASI_STATE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | suspend.c | 37 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); in pseries_suspend_begin()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | suspend.c | 33 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); in pseries_suspend_begin()
|
H A D | mobility.c | 402 hvrc = plpar_hcall(H_VASI_STATE, retbuf, handle); in poll_vasi_state() 416 pr_err("unexpected H_VASI_STATE result %ld\n", hvrc); in poll_vasi_state() 440 pr_err("unexpected H_VASI_STATE result %lu\n", state); in wait_for_vasi_session_suspending() 447 * Proceed even if H_VASI_STATE is unavailable. If H_JOIN or in wait_for_vasi_session_suspending() 480 pr_err("H_VASI_STATE return error (%d)\n", ret); in wait_for_vasi_session_completed() 485 pr_err("unexpected H_VASI_STATE result %lu\n", state); in wait_for_vasi_session_completed()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | hvcall.h | 264 #define H_VASI_STATE 0x2A4 macro
|
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | trace_hv.h | 115 {H_VASI_STATE, "H_VASI_STATE"}, \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | hvcall.h | 276 #define H_VASI_STATE 0x2A4 macro
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | trace_hv.h | 116 {H_VASI_STATE, "H_VASI_STATE"}, \
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | rtas.c | 863 rc = plpar_hcall(H_VASI_STATE, retbuf, handle); in rtas_ibm_suspend_me()
|
Completed in 8 milliseconds