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

/netbsd-current/sys/arch/m68k/include/
H A Dpte_coldfire.h58 #define MMUDR_CM_NCP 2 // Non-cacheable Precise macro
126 return MMUDR_CM_NCP;
132 return MMUDR_CM_NCP;
138 return MMUDR_CM_NCP;
150 return (pt_entry & ~MMUDR_CM) | (cached ? MMUDR_CM_WB : MMUDR_CM_NCP);

Completed in 83 milliseconds