Searched refs:PLPAR_HCALL9_BUFSIZE (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dvphn.c82 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0};
H A Dlpar.c1092 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
1100 if (idx > PLPAR_HCALL9_BUFSIZE) {
1102 idx = PLPAR_HCALL9_BUFSIZE;
1103 } else if (idx < PLPAR_HCALL9_BUFSIZE)
1132 if (new_idx && (retry_busy || new_idx == (PLPAR_HCALL9_BUFSIZE-1))) {
1150 unsigned long param[PLPAR_HCALL9_BUFSIZE];
1175 if (pix == PLPAR_HCALL9_BUFSIZE) {
1196 unsigned long param[PLPAR_HCALL9_BUFSIZE];
1387 if (pix == PLPAR_HCALL9_BUFSIZE) {
1532 unsigned long param[PLPAR_HCALL9_BUFSIZE];
[all...]
H A Dpseries_energy.c191 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
231 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
H A Dvas.c56 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0};
301 long domain[PLPAR_HCALL9_BUFSIZE] = {VAS_DEFAULT_DOMAIN_ID};
634 long domain[PLPAR_HCALL9_BUFSIZE] = {VAS_DEFAULT_DOMAIN_ID};
H A Dplpks.c431 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = {0};
H A Dlparcfg.c117 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dvphn.c82 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0};
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c203 unsigned long outs[PLPAR_HCALL9_BUFSIZE];
301 unsigned long outs[PLPAR_HCALL9_BUFSIZE];
363 unsigned long outs[PLPAR_HCALL9_BUFSIZE];
396 unsigned long outs[PLPAR_HCALL9_BUFSIZE];
438 unsigned long outs[PLPAR_HCALL9_BUFSIZE];
457 unsigned long outs[PLPAR_HCALL9_BUFSIZE];
482 unsigned long outs[PLPAR_HCALL9_BUFSIZE];
553 unsigned long outs[PLPAR_HCALL9_BUFSIZE];
/linux-master/drivers/misc/cxl/
H A Dhcalls.c208 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
402 BUG_ON(sizeof(*info) != sizeof(unsigned long[PLPAR_HCALL9_BUFSIZE]));
481 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
/linux-master/drivers/net/ethernet/ibm/
H A Dibmveth.h58 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
/linux-master/arch/powerpc/include/asm/
H A Dplpar_wrappers.h180 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
198 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
H A Dhvcall.h549 * PLPAR_HCALL9_BUFSIZE to size the return argument buffer.
551 #define PLPAR_HCALL9_BUFSIZE 9 macro

Completed in 223 milliseconds