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