Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/cxl/
Dhcalls.c158 case H_AUTHORITY: /* The partition does not have authority to perform this hcall */ in cxl_h_attach_process()
188 case H_AUTHORITY: /* The partition does not have authority to perform this hcall */ in cxl_h_detach_process()
229 case H_AUTHORITY: /* The partition does not have authority to perform this hcall */ in cxl_h_control_function()
418 case H_AUTHORITY: /* The partition does not have authority to perform this hcall. */ in cxl_h_collect_int_info()
462 …case H_AUTHORITY: /* The partition does not have authority to perform this hcall; the coherent pl… in cxl_h_control_faults()
500 case H_AUTHORITY: /* The partition does not have authority to perform this hcall */ in cxl_h_control_facility()
604 case H_AUTHORITY: /* The partition does not have authority to perform this hcall */ in cxl_h_download_facility()
/Linux-v5.4/arch/powerpc/include/asm/
Dhvcall.h46 #define H_AUTHORITY -10 macro
/Linux-v5.4/arch/powerpc/kvm/
Dtrace_hv.h165 {H_AUTHORITY, "H_AUTHORITY"}, \
Dbook3s_hv_nested.c330 return H_AUTHORITY; in kvmhv_enter_nested_guest()
334 return H_AUTHORITY; in kvmhv_enter_nested_guest()
/Linux-v5.4/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c99 if ((ret < H_SUCCESS) && !(((ret == H_AUTHORITY) in ehea_plpar_hcall9()
Dehea_main.c1118 if (hret == H_AUTHORITY) { in ehea_set_portspeed()
1773 if (hret == H_AUTHORITY) in ehea_promiscuous_error()
/Linux-v5.4/drivers/misc/
Dibmvmc.c1318 } else if (rc == H_AUTHORITY) { in ibmvmc_ioctl_requestvmc()