Lines Matching full:vas
3 * VAS Fault handling.
7 #define pr_fmt(fmt) "vas: " fmt
18 #include "vas.h"
22 * (VAS_RX_FIFO_SIZE_MAX). Using 4MB FIFO since each VAS
24 * 8MB FIFO can be used if expects more faults for each VAS
78 * VAS can interrupt with multiple page faults. So process all in vas_fault_thread_fn()
101 * aligned to CRB_ALIGN (256) but the CRB written to by VAS is in vas_fault_thread_fn()
127 pr_devel("VAS[%d] fault_fifo %p, fifo %p, fault_crbs %d\n", in vas_fault_thread_fn()
145 pr_err("VAS[%d] fault_fifo %p, fifo %p, pswid 0x%x, fault_crbs %d bad CRB?\n", in vas_fault_thread_fn()
196 * Fault window is opened per VAS instance. NX pastes fault CRB in fault
233 pr_err("VAS: Error %ld opening FaultWin\n", PTR_ERR(win)); in vas_setup_fault_window()
240 pr_devel("VAS: Created FaultWin %d, LPID/PID/TID [%d/%d/%d]\n", in vas_setup_fault_window()