Searched refs:acc_type (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/mm/
H A Dfault.c130 unsigned long acc_type; local
146 acc_type = parisc_acctyp(code,regs->iir);
148 if ((vma->vm_flags & acc_type) != acc_type)
157 switch (handle_mm_fault(mm, vma, address, (acc_type & VM_WRITE) != 0)) {

Completed in 69 milliseconds