Searched refs:H_P2 (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/powerpc/ |
A D | papr_hcalls.rst | 148 | Return Value: *H_Success, H_Parameter, H_P2, H_P3, H_Hardware* 160 | Return Value: *H_Success, H_Parameter, H_P2, H_P4, H_Hardware* 170 | Return Value: *H_Success, H_Parameter, H_P2, H_P3, H_P4, H_Overlap,* 183 | Return Value: *H_Success, H_Parameter, H_P2, H_P3, H_In_Use, H_Overlap,* 195 | Return Value: *H_Success, H_Parameter, H_P2, H_NotFound* 204 | Return Value: *H_Success, H_Parameter, H_P2, H_NotFound* 213 | Return Value: *H_Success, H_Parameter, H_P2, H_P3, H_In_Use, H_Busy,* 282 | Return Value: *H_SUCCESS, H_Parameter, H_P2, H_BUSY*
|
A D | ultravisor.rst | 1036 * H_P2 if ``flags`` is invalid. 1095 * H_P2 if ``flags`` is invalid.
|
/linux/arch/powerpc/include/asm/ |
A D | ultravisor-api.h | 17 #define U_P2 H_P2
|
A D | hvcall.h | 82 #define H_P2 -55 macro
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv_uvmem.c | 943 return H_P2; in kvmppc_h_svm_page_in() 1052 return H_P2; in kvmppc_h_svm_page_out()
|
A D | trace_hv.h | 200 {H_P2, "H_P2"}, \
|
A D | book3s_hv.c | 762 return H_P2; in kvmppc_h_set_mode() 774 return H_P2; in kvmppc_h_set_mode() 776 return H_P2; in kvmppc_h_set_mode() 786 return H_P2; in kvmppc_h_set_mode() 788 return H_P2; in kvmppc_h_set_mode() 790 return H_P2; in kvmppc_h_set_mode() 975 return H_P2; in kvmppc_h_rpt_invalidate()
|
A D | book3s_hv_nested.c | 319 return H_P2; in kvmhv_enter_nested_guest()
|
/linux/arch/powerpc/platforms/pseries/ |
A D | setup.c | 371 if (rc == H_P2) { in pseries_enable_reloc_on_exc()
|
Completed in 25 milliseconds