Home
last modified time | relevance | path

Searched refs:vas_win (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/platforms/pseries/
A Dvas.c68 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()
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()
371 return &txwin->vas_win; in vas_allocate_window()
379 h_deallocate_vas_window(txwin->vas_win.winid); in vas_allocate_window()
[all …]
A Dvas.h110 struct vas_window vas_win; member
/linux/arch/powerpc/platforms/powernv/
A Dvas-window.c37 winid = window->vas_win.winid; in vas_win_paste_addr()
79 txwin->vas_win.winid); in map_paste_region()
551 window->vas_win.winid = winid; in vas_window_alloc()
645 int id = window->vas_win.winid; in set_vinst_win()
670 int id = window->vas_win.winid; in clear_vinst_win()
881 rxwin->vas_win.cop = cop; in vas_rx_win_open()
889 return &rxwin->vas_win; in vas_rx_win_open()
968 txwin->vas_win.winid); in init_winctx_for_txwin()
1035 txwin->vas_win.cop = cop; in vas_tx_win_open()
1079 return &txwin->vas_win; in vas_tx_win_open()
[all …]
A Dvas-debug.c40 seq_printf(s, "Type: %s, %s\n", cop_to_str(window->vas_win.cop), in info_show()
42 seq_printf(s, "Pid : %d\n", vas_window_pid(&window->vas_win)); in info_show()
109 struct vas_window *window = &pnv_win->vas_win; in vas_window_free_dbgdir()
126 window->vas_win.dbgname = kzalloc(16, GFP_KERNEL); in vas_window_init_dbgdir()
127 if (!window->vas_win.dbgname) in vas_window_init_dbgdir()
130 snprintf(window->vas_win.dbgname, 16, "w%d", window->vas_win.winid); in vas_window_init_dbgdir()
132 d = debugfs_create_dir(window->vas_win.dbgname, window->vinst->dbgdir); in vas_window_init_dbgdir()
133 window->vas_win.dbgdir = d; in vas_window_init_dbgdir()
A Dvas-fault.c156 vas_update_csb(crb, &window->vas_win.task_ref); in vas_fault_thread_fn()
238 vinst->fault_win = container_of(win, struct pnv_vas_window, vas_win); in vas_setup_fault_window()
241 vinst->fault_win->vas_win.winid, attr.lnotify_lpid, in vas_setup_fault_window()
A Dvas.h352 struct vas_window vas_win; member
446 win->tx_win ? "Tx" : "Rx", win->vas_win.winid, in vas_log_write()
A Dvas-trace.h99 __entry->winid = win->vas_win.winid;

Completed in 14 milliseconds