Symbol: PLPAR_HCALL9_BUFSIZE
arch/powerpc/include/asm/hvcall.h
591
long plpar_hcall9(unsigned long opcode, unsigned long retbuf[static PLPAR_HCALL9_BUFSIZE], ...);
arch/powerpc/include/asm/hvcall.h
592
long plpar_hcall9_raw(unsigned long opcode, unsigned long retbuf[static PLPAR_HCALL9_BUFSIZE], ...);
arch/powerpc/include/asm/plpar_wrappers.h
181
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
arch/powerpc/include/asm/plpar_wrappers.h
199
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
arch/powerpc/platforms/pseries/lpar.c
1093
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
arch/powerpc/platforms/pseries/lpar.c
1101
if (idx > PLPAR_HCALL9_BUFSIZE) {
arch/powerpc/platforms/pseries/lpar.c
1103
idx = PLPAR_HCALL9_BUFSIZE;
arch/powerpc/platforms/pseries/lpar.c
1104
} else if (idx < PLPAR_HCALL9_BUFSIZE)
arch/powerpc/platforms/pseries/lpar.c
1133
if (new_idx && (retry_busy || new_idx == (PLPAR_HCALL9_BUFSIZE-1))) {
arch/powerpc/platforms/pseries/lpar.c
1151
unsigned long param[PLPAR_HCALL9_BUFSIZE];
arch/powerpc/platforms/pseries/lpar.c
1176
if (pix == PLPAR_HCALL9_BUFSIZE) {
arch/powerpc/platforms/pseries/lpar.c
1197
unsigned long param[PLPAR_HCALL9_BUFSIZE];
arch/powerpc/platforms/pseries/lpar.c
1388
if (pix == PLPAR_HCALL9_BUFSIZE) {
arch/powerpc/platforms/pseries/lpar.c
1533
unsigned long param[PLPAR_HCALL9_BUFSIZE];
arch/powerpc/platforms/pseries/lpar.c
1892
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = {0};
arch/powerpc/platforms/pseries/lpar.c
1918
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = { 0 };
arch/powerpc/platforms/pseries/lparcfg.c
118
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = {0};
arch/powerpc/platforms/pseries/plpks.c
1022
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = { 0 };
arch/powerpc/platforms/pseries/plpks.c
1141
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = { 0 };
arch/powerpc/platforms/pseries/plpks.c
633
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = {0};
arch/powerpc/platforms/pseries/pseries_energy.c
192
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
arch/powerpc/platforms/pseries/pseries_energy.c
232
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
arch/powerpc/platforms/pseries/vas.c
321
long domain[PLPAR_HCALL9_BUFSIZE] = {VAS_DEFAULT_DOMAIN_ID};
arch/powerpc/platforms/pseries/vas.c
654
long domain[PLPAR_HCALL9_BUFSIZE] = {VAS_DEFAULT_DOMAIN_ID};
arch/powerpc/platforms/pseries/vas.c
76
long retbuf[PLPAR_HCALL9_BUFSIZE] = {0};
arch/powerpc/platforms/pseries/vphn.c
82
long retbuf[PLPAR_HCALL9_BUFSIZE] = {0};
drivers/net/ethernet/ibm/ehea/ehea_phyp.c
203
unsigned long outs[PLPAR_HCALL9_BUFSIZE];
drivers/net/ethernet/ibm/ehea/ehea_phyp.c
301
unsigned long outs[PLPAR_HCALL9_BUFSIZE];
drivers/net/ethernet/ibm/ehea/ehea_phyp.c
363
unsigned long outs[PLPAR_HCALL9_BUFSIZE];
drivers/net/ethernet/ibm/ehea/ehea_phyp.c
396
unsigned long outs[PLPAR_HCALL9_BUFSIZE];
drivers/net/ethernet/ibm/ehea/ehea_phyp.c
438
unsigned long outs[PLPAR_HCALL9_BUFSIZE];
drivers/net/ethernet/ibm/ehea/ehea_phyp.c
457
unsigned long outs[PLPAR_HCALL9_BUFSIZE];
drivers/net/ethernet/ibm/ehea/ehea_phyp.c
482
unsigned long outs[PLPAR_HCALL9_BUFSIZE];
drivers/net/ethernet/ibm/ehea/ehea_phyp.c
553
unsigned long outs[PLPAR_HCALL9_BUFSIZE];
drivers/net/ethernet/ibm/ibmveth.h
61
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
drivers/net/ethernet/ibm/ibmveth.h
78
unsigned long retbuf[PLPAR_HCALL9_BUFSIZE];
tools/testing/selftests/powerpc/vphn/vphn.c
82
long retbuf[PLPAR_HCALL9_BUFSIZE] = {0};