Lines Matching defs:nouveau_svm_fault
55 struct nouveau_svm_fault { struct56 u64 inst;57 u64 addr;58 u64 time;59 u32 engine;60 u8 gpc;61 u8 hub;62 u8 access;63 u8 client;64 u8 fault;65 struct nouveau_svmm *svmm;710 nouveau_svm_fault(struct nvif_notify *notify) in nouveau_svm_fault() function