Lines Matching +full:write +full:- +full:enable
2 * mcfmmu.h -- definitions for the ColdFire v4e MMU
35 #define MMUCR_EN 0x00000001 /* Virtual mode enable */
44 #define MMUOR_WR 0x00000000 /* TLB access write */
47 #define MMUOR_CAS 0x00000020 /* Clear non-locked ASID TLBs */
48 #define MMUOR_CNL 0x00000040 /* Clear non-locked TLBs */
58 #define MMUSR_WF 0x00000008 /* Write access fault */
63 * MMU Read/Write Tag register.
73 * MMU Read/Write Data register.
76 #define MMUDR_X 0x00000004 /* Execute access enable */
77 #define MMUDR_W 0x00000008 /* Write access enable */
78 #define MMUDR_R 0x00000010 /* Read access enable */
79 #define MMUDR_SP 0x00000020 /* Supervisor access enable */
80 #define MMUDR_CM_CWT 0x00000000 /* Cachable write thru */
82 #define MMUDR_CM_NCP 0x00000080 /* Non-cachable precise */
83 #define MMUDR_CM_NCI 0x000000c0 /* Non-cachable imprecise */
110 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word);