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
222 * VAS can interrupt with multiple page faults. So process all in vas_fault_thread_fn()
245 * aligned to CRB_ALIGN (256) but the CRB written to by VAS is in vas_fault_thread_fn()
271 pr_devel("VAS[%d] fault_fifo %p, fifo %p, fault_crbs %d\n", in vas_fault_thread_fn()
289 pr_err("VAS[%d] fault_fifo %p, fifo %p, pswid 0x%x, fault_crbs %d bad CRB?\n", in vas_fault_thread_fn()
333 * Fault window is opened per VAS instance. NX pastes fault CRB in fault
371 pr_err("VAS: Error %ld opening FaultWin\n", in vas_setup_fault_window()
377 pr_devel("VAS: Created FaultWin %d, LPID/PID/TID [%d/%d/%d]\n", in vas_setup_fault_window()