Home | History | Annotate | Download | only in nouveau

Lines Matching defs:access

66 			u8  access;
439 return (fa->access == 0 || fa->access == 3) -
440 (fb->access == 0 || fb->access == 3);
484 fault->access = (info & 0x000f0000) >> 16;
489 fault->inst, fault->addr, fault->access);
622 * instance to SVMM translations, followed by address and access
703 * fault window, determining required pages and access
710 * access flags.
713 if (buffer->fault[fn]->access != 0 /* READ. */ &&
714 buffer->fault[fn]->access != 3 /* PREFETCH. */) {
723 * same SVMM as faults are ordered by access type such
778 fault->access != 0 && fault->access != 3)) {