Lines Matching refs:winid
92 win->vas_win.winid = retbuf[0]; in h_allocate_vas_window()
108 static int h_deallocate_vas_window(u64 winid) in h_deallocate_vas_window() argument
113 rc = plpar_hcall_norets(H_DEALLOCATE_VAS_WINDOW, winid); in h_deallocate_vas_window()
122 rc, winid); in h_deallocate_vas_window()
141 win->vas_win.winid, win->pid, 0, in h_modify_vas_window()
151 rc, win->vas_win.winid, win->pid); in h_modify_vas_window()
193 static int h_get_nx_fault(u32 winid, u64 buffer) in h_get_nx_fault() argument
197 rc = plpar_hcall_norets(H_GET_NX_FAULT, winid, buffer); in h_get_nx_fault()
203 rc, winid, buffer); in h_get_nx_fault()
225 rc = h_get_nx_fault(txwin->vas_win.winid, (u64)virt_to_phys(&crb)); in pseries_vas_fault_thread_fn()
283 txwin->vas_win.winid); in allocate_setup_window()
295 txwin->vas_win.winid, txwin->fault_virq, rc); in allocate_setup_window()
307 h_deallocate_vas_window(txwin->vas_win.winid); in allocate_setup_window()
470 h_deallocate_vas_window(txwin->vas_win.winid); in vas_allocate_window()
504 rc = h_deallocate_vas_window(win->vas_win.winid); in deallocate_free_window()
525 vwin->winid, win->win_type); in vas_deallocate_window()
748 h_deallocate_vas_window(win->vas_win.winid); in reconfig_open_windows()