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

/netbsd-current/sys/arch/m68k/include/
H A Dpte_coldfire.h64 #define MMUDR_LK __BIT(1) // Lock Entry macro
69 * We overload the meaning of MMUDR_LK for indicating wired.
108 return (pt_entry & MMUDR_LK) == MMUDR_LK;
156 return pt_entry | MMUDR_LK;
162 return pt_entry & ~MMUDR_LK;
233 pt_entry |= MMUDR_LK;

Completed in 93 milliseconds