Searched refs:vas_win (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | vas.c | 92 win->vas_win.winid = retbuf[0]; in h_allocate_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() 225 rc = h_get_nx_fault(txwin->vas_win.winid, (u64)virt_to_phys(&crb)); in pseries_vas_fault_thread_fn() 227 tsk_ref = &txwin->vas_win.task_ref; 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() 299 txwin->vas_win.wcreds_max = DEF_WIN_CREDS; in allocate_setup_window() 307 h_deallocate_vas_window(txwin->vas_win.winid); in allocate_setup_window() 426 rc = get_vas_user_win_ref(&txwin->vas_win.task_ref); in vas_allocate_window() [all …]
|
D | vas.h | 122 struct vas_window vas_win; member
|
/linux-6.12.1/arch/powerpc/platforms/powernv/ |
D | vas-debug.c | 40 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()
|
D | vas-window.c | 37 winid = window->vas_win.winid; in vas_win_paste_addr() 52 *start = pbaddr + window->vas_win.winid * VAS_HVWC_SIZE; in get_hvwc_mmio_bar() 62 *start = pbaddr + window->vas_win.winid * VAS_UWC_SIZE; in get_uwc_mmio_bar() 79 txwin->vas_win.winid); in map_paste_region() 526 int winid = window->vas_win.winid; in vas_window_free() 551 window->vas_win.winid = winid; in vas_window_alloc() 595 if (!rxwin || rxwin->tx_win || rxwin->vas_win.cop != VAS_COP_TYPE_FTW) in get_user_rxwin() 645 int id = window->vas_win.winid; in set_vinst_win() 654 WARN_ON_ONCE(vinst->rxwin[window->vas_win.cop]); in set_vinst_win() 655 vinst->rxwin[window->vas_win.cop] = window; in set_vinst_win() [all …]
|
D | vas-fault.c | 156 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()
|
D | vas.h | 352 struct vas_window vas_win; member 446 win->tx_win ? "Tx" : "Rx", win->vas_win.winid, in vas_log_write()
|
D | vas-trace.h | 99 __entry->winid = win->vas_win.winid;
|