Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/cxl/
Dhcalls.c162 case H_AUTHORITY: /* The partition does not have authority to perform this hcall */ in cxl_h_attach_process()
192 case H_AUTHORITY: /* The partition does not have authority to perform this hcall */ in cxl_h_detach_process()
233 case H_AUTHORITY: /* The partition does not have authority to perform this hcall */ in cxl_h_control_function()
422 case H_AUTHORITY: /* The partition does not have authority to perform this hcall. */ in cxl_h_collect_int_info()
466 …case H_AUTHORITY: /* The partition does not have authority to perform this hcall; the coherent pl… in cxl_h_control_faults()
504 case H_AUTHORITY: /* The partition does not have authority to perform this hcall */ in cxl_h_control_facility()
608 case H_AUTHORITY: /* The partition does not have authority to perform this hcall */ in cxl_h_download_facility()
/Linux-v4.19/arch/powerpc/include/asm/
Dhvcall.h46 #define H_AUTHORITY -10 macro
/Linux-v4.19/arch/powerpc/kvm/
Dtrace_hv.h167 {H_AUTHORITY, "H_AUTHORITY"}, \
/Linux-v4.19/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c113 if ((ret < H_SUCCESS) && !(((ret == H_AUTHORITY) in ehea_plpar_hcall9()
Dehea_main.c1133 if (hret == H_AUTHORITY) { in ehea_set_portspeed()
1792 if (hret == H_AUTHORITY) in ehea_promiscuous_error()
/Linux-v4.19/drivers/misc/
Dibmvmc.c1315 } else if (rc == H_AUTHORITY) { in ibmvmc_ioctl_requestvmc()