Searched refs:hcall_err (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | vio.h | 66 * @hcall_err: pointer to return the h_call return value, else NULL 78 long hcall_err; member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | vio.h | 66 * @hcall_err: pointer to return the h_call return value, else NULL 78 long hcall_err; member
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx.c | 55 "hcall rc: %ld\n", rc, op->hcall_err); in nx_hcall_sync() 57 atomic_set(&(nx_ctx->stats->last_error), op->hcall_err); in nx_hcall_sync()
|
H A D | nx-842-pseries.c | 356 __func__, ret, op.hcall_err); in nx842_pseries_compress() 488 __func__, ret, op.hcall_err); in nx842_pseries_decompress()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-common-pseries.c | 383 __func__, ret, op.hcall_err); in nx842_pseries_compress() 515 __func__, ret, op.hcall_err); in nx842_pseries_decompress()
|
H A D | nx.c | 55 "hcall rc: %ld\n", rc, op->hcall_err); in nx_hcall_sync() 57 atomic_set(&(nx_ctx->stats->last_error), op->hcall_err); in nx_hcall_sync()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 1162 op->hcall_err = hret; in vio_h_cop_sync()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | vio.c | 1165 op->hcall_err = hret; in vio_h_cop_sync()
|
Completed in 16 milliseconds