Searched refs:PLPAR_HCALL9_BUFSIZE (Results 1 – 6 of 6) sorted by relevance
82 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in hcall_vphn()
1029 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 …]
194 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in get_best_energy_list()234 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in get_best_energy_data()
116 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in h_get_ppp()
175 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in plpar_pte_read_4()193 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in plpar_pte_read_4_raw()
430 #define PLPAR_HCALL9_BUFSIZE 9 macro