Searched refs:flt (Results 1 – 5 of 5) sorted by relevance
22 unsigned long dsisr, vm_fault_t *flt) in copro_handle_mm_fault() argument57 *flt = handle_mm_fault(vma, ea, is_write ? FAULT_FLAG_WRITE : 0, NULL); in copro_handle_mm_fault()60 if (*flt & VM_FAULT_COMPLETED) in copro_handle_mm_fault()63 if (unlikely(*flt & VM_FAULT_ERROR)) { in copro_handle_mm_fault()64 if (*flt & VM_FAULT_OOM) { in copro_handle_mm_fault()67 } else if (*flt & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) { in copro_handle_mm_fault()
90 vm_fault_t flt = 0; in spufs_handle_class1() local128 ret = copro_handle_mm_fault(current->mm, ea, dsisr, &flt); in spufs_handle_class1()149 if (flt & VM_FAULT_MAJOR) in spufs_handle_class1()154 if (flt & VM_FAULT_MAJOR) in spufs_handle_class1()
17 unsigned long dsisr, vm_fault_t *flt);
539 uint64_t flt:1; member549 uint64_t flt:1;
1165 float flt; member1304 float flt; member
Completed in 11 milliseconds