Searched refs:PLPAR_HCALL9_BUFSIZE (Results 1 – 8 of 8) sorted by relevance
1093 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()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()1892 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in h_get_mpp()[all …]
82 long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in hcall_vphn()
191 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in get_best_energy_list()231 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in get_best_energy_data()
76 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()
430 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in plpks_signed_update_var()
115 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE] = {0}; in h_get_ppp()
588 #define PLPAR_HCALL9_BUFSIZE 9 macro589 long plpar_hcall9(unsigned long opcode, unsigned long retbuf[static PLPAR_HCALL9_BUFSIZE], ...);590 long plpar_hcall9_raw(unsigned long opcode, unsigned long retbuf[static PLPAR_HCALL9_BUFSIZE], ...);
181 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in plpar_pte_read_4()199 unsigned long retbuf[PLPAR_HCALL9_BUFSIZE]; in plpar_pte_read_4_raw()
Completed in 24 milliseconds