Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ibm/ehea/
H A 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/arch/powerpc/platforms/pseries/
H A Dlpar.c1093 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in call_block_remove()
1101 if (idx > PLPAR_HCALL9_BUFSIZE) { in call_block_remove()
1103 idx = PLPAR_HCALL9_BUFSIZE; in call_block_remove()
1104 } else if (idx < PLPAR_HCALL9_BUFSIZE) in call_block_remove()
1133 if (new_idx && (retry_busy || new_idx == (PLPAR_HCALL9_BUFSIZE-1))) { in call_block_remove()
1151 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in hugepage_block_invalidate()
1176 if (pix == PLPAR_HCALL9_BUFSIZE) { in hugepage_block_invalidate()
1197 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in hugepage_bulk_invalidate()
1388 if (pix == PLPAR_HCALL9_BUFSIZE) { in do_block_remove()
1533 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in pSeries_lpar_flush_hash_range()
[all …]
H A 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()
H A Dvphn.c82 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in hcall_vphn()
H A Dvas.c76 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in h_allocate_vas_window()
321 long domain[PLPAR_HCALL9_BUFSIZE] = {VAS_DEFAULT_DOMAIN_ID}; in vas_allocate_window()
654 long domain[PLPAR_HCALL9_BUFSIZE] = {VAS_DEFAULT_DOMAIN_ID}; in reconfig_open_windows()
H A Dplpks.c633 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in plpks_signed_update_var()
1022 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = { 0 }; in plpks_wrap_object()
1141 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = { 0 }; in plpks_unwrap_object()
H A Dlparcfg.c117 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in h_get_ppp()
/linux/drivers/net/ethernet/ibm/
H A Dibmveth.h60 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in h_add_logical_lan_buffers()
77 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in h_send_logical_lan()
/linux/arch/powerpc/include/asm/
H A Dhvcall.h590 #define PLPAR_HCALL9_BUFSIZE 9 macro
591 long plpar_hcall9(unsigned long opcode, unsigned long retbuf[static PLPAR_HCALL9_BUFSIZE], ...);
592 long plpar_hcall9_raw(unsigned long opcode, unsigned long retbuf[static PLPAR_HCALL9_BUFSIZE], ...);
H A Dplpar_wrappers.h181 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in plpar_pte_read_4()
199 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in plpar_pte_read_4_raw()
/linux/tools/testing/selftests/powerpc/vphn/
H A Dvphn.c82 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in hcall_vphn()