Home
last modified time | relevance | path

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

/arch/powerpc/platforms/pseries/
Dvphn.c82 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in hcall_vphn()
Dlpar.c1029 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in call_block_remove()
1037 if (idx > PLPAR_HCALL9_BUFSIZE) { in call_block_remove()
1039 idx = PLPAR_HCALL9_BUFSIZE; in call_block_remove()
1040 } else if (idx < PLPAR_HCALL9_BUFSIZE) in call_block_remove()
1069 if (new_idx && (retry_busy || new_idx == (PLPAR_HCALL9_BUFSIZE-1))) { in call_block_remove()
1087 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in hugepage_block_invalidate()
1112 if (pix == PLPAR_HCALL9_BUFSIZE) { in hugepage_block_invalidate()
1133 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in hugepage_bulk_invalidate()
1324 if (pix == PLPAR_HCALL9_BUFSIZE) { in do_block_remove()
1489 unsigned long param[PLPAR_HCALL9_BUFSIZE]; in pSeries_lpar_flush_hash_range()
[all …]
Dpseries_energy.c194 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in get_best_energy_list()
234 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in get_best_energy_data()
Dlparcfg.c116 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in h_get_ppp()
/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.h430 #define PLPAR_HCALL9_BUFSIZE 9 macro