Lines Matching refs:vas_win
68 win->vas_win.winid = retbuf[0]; in h_allocate_vas_window()
118 win->vas_win.winid, lpid, 0, in h_modify_vas_window()
128 rc, win->vas_win.winid, lpid); in h_modify_vas_window()
194 rc = h_get_nx_fault(txwin->vas_win.winid, (u64)virt_to_phys(&crb)); in pseries_vas_fault_thread_fn()
196 tsk_ref = &txwin->vas_win.task_ref; in pseries_vas_fault_thread_fn()
228 txwin->vas_win.winid); in allocate_setup_window()
239 txwin->vas_win.winid, txwin->fault_virq, rc); in allocate_setup_window()
243 txwin->vas_win.wcreds_max = DEF_WIN_CREDS; in allocate_setup_window()
251 h_deallocate_vas_window(txwin->vas_win.winid); in allocate_setup_window()
361 rc = get_vas_user_win_ref(&txwin->vas_win.task_ref); in vas_allocate_window()
365 vas_user_win_add_mm_context(&txwin->vas_win.task_ref); in vas_allocate_window()
371 return &txwin->vas_win; in vas_allocate_window()
379 h_deallocate_vas_window(txwin->vas_win.winid); in vas_allocate_window()
390 win = container_of(vwin, struct pseries_vas_window, vas_win); in vas_paste_address()
407 rc = h_deallocate_vas_window(win->vas_win.winid); in deallocate_free_window()
423 win = container_of(vwin, struct pseries_vas_window, vas_win); in vas_deallocate_window()