Home
last modified time | relevance | path

Searched refs:PLPAR_HCALL9_BUFSIZE (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c203 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_qp()
301 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_cq()
363 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_eq()
396 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_modify_ehea_qp()
438 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_register_smr()
457 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_disable_and_get_hea()
482 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_mr()
553 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_modify_ehea_port()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dlpar.c1044 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in call_block_remove()
1052 if (idx > PLPAR_HCALL9_BUFSIZE) { in call_block_remove()
1054 idx = PLPAR_HCALL9_BUFSIZE; in call_block_remove()
1055 } else if (idx < PLPAR_HCALL9_BUFSIZE) in call_block_remove()
1084 if (new_idx && (retry_busy || new_idx == (PLPAR_HCALL9_BUFSIZE-1))) { in call_block_remove()
1102 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in hugepage_block_invalidate()
1127 if (pix == PLPAR_HCALL9_BUFSIZE) { in hugepage_block_invalidate()
1148 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in hugepage_bulk_invalidate()
1339 if (pix == PLPAR_HCALL9_BUFSIZE) { in do_block_remove()
1504 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in pSeries_lpar_flush_hash_range()
[all …]
Dvphn.c82 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in hcall_vphn()
Dpseries_energy.c191 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in get_best_energy_list()
231 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in get_best_energy_data()
Dlparcfg.c116 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in h_get_ppp()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/vphn/
Dvphn.c82 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in hcall_vphn()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dplpar_wrappers.h175 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in plpar_pte_read_4()
193 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in plpar_pte_read_4_raw()
Dhvcall.h480 #define PLPAR_HCALL9_BUFSIZE 9 macro
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dhcalls.c208 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in cxl_h_control_function()
402 BUG_ON(sizeof(*info) != sizeof(unsigned long[PLPAR_HCALL9_BUFSIZE])); in cxl_h_collect_int_info()
481 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in cxl_h_control_facility()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
Dibmveth.h56 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in h_send_logical_lan()