Lines Matching refs:winid
72 win->vas_win.winid = retbuf[0]; in h_allocate_vas_window()
88 static int h_deallocate_vas_window(u64 winid) in h_deallocate_vas_window() argument
93 rc = plpar_hcall_norets(H_DEALLOCATE_VAS_WINDOW, winid); in h_deallocate_vas_window()
102 rc, winid); in h_deallocate_vas_window()
121 win->vas_win.winid, win->pid, 0, in h_modify_vas_window()
131 rc, win->vas_win.winid, win->pid); in h_modify_vas_window()
173 static int h_get_nx_fault(u32 winid, u64 buffer) in h_get_nx_fault() argument
177 rc = plpar_hcall_norets(H_GET_NX_FAULT, winid, buffer); in h_get_nx_fault()
183 rc, winid, buffer); in h_get_nx_fault()
205 rc = h_get_nx_fault(txwin->vas_win.winid, (u64)virt_to_phys(&crb)); in pseries_vas_fault_thread_fn()
263 txwin->vas_win.winid); in allocate_setup_window()
275 txwin->vas_win.winid, txwin->fault_virq, rc); in allocate_setup_window()
287 h_deallocate_vas_window(txwin->vas_win.winid); in allocate_setup_window()
435 h_deallocate_vas_window(txwin->vas_win.winid); in vas_allocate_window()
463 rc = h_deallocate_vas_window(win->vas_win.winid); in deallocate_free_window()
484 vwin->winid, win->win_type); in vas_deallocate_window()
707 h_deallocate_vas_window(win->vas_win.winid); in reconfig_open_windows()