Home
last modified time | relevance | path

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

/linux-5.19.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()
/linux-5.19.10/arch/powerpc/platforms/pseries/
Dlpar.c1081 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in call_block_remove()
1089 if (idx > PLPAR_HCALL9_BUFSIZE) { in call_block_remove()
1091 idx = PLPAR_HCALL9_BUFSIZE; in call_block_remove()
1092 } else if (idx < PLPAR_HCALL9_BUFSIZE) in call_block_remove()
1121 if (new_idx && (retry_busy || new_idx == (PLPAR_HCALL9_BUFSIZE-1))) { in call_block_remove()
1139 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in hugepage_block_invalidate()
1164 if (pix == PLPAR_HCALL9_BUFSIZE) { in hugepage_block_invalidate()
1185 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in hugepage_bulk_invalidate()
1376 if (pix == PLPAR_HCALL9_BUFSIZE) { in do_block_remove()
1541 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()
Dvas.c54 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in h_allocate_vas_window()
273 long domain[PLPAR_HCALL9_BUFSIZE] = {VAS_DEFAULT_DOMAIN_ID}; in vas_allocate_window()
589 long domain[PLPAR_HCALL9_BUFSIZE] = {VAS_DEFAULT_DOMAIN_ID}; in reconfig_open_windows()
Dlparcfg.c115 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in h_get_ppp()
/linux-5.19.10/tools/testing/selftests/powerpc/vphn/
Dvphn.c82 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in hcall_vphn()
/linux-5.19.10/arch/powerpc/include/asm/
Dplpar_wrappers.h179 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in plpar_pte_read_4()
197 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in plpar_pte_read_4_raw()
Dhvcall.h500 #define PLPAR_HCALL9_BUFSIZE 9 macro
/linux-5.19.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()
/linux-5.19.10/drivers/net/ethernet/ibm/
Dibmveth.h56 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in h_send_logical_lan()