Searched refs:PTE_BIT_FUNC (Results 1 – 1 of 1) sorted by relevance
256 #define PTE_BIT_FUNC(fn,op) \ macro261 PTE_BIT_FUNC(wrprotect, &= ~L_PTE_WRITE);262 PTE_BIT_FUNC(mkwrite, |= L_PTE_WRITE);263 PTE_BIT_FUNC(exprotect, &= ~L_PTE_EXEC);264 PTE_BIT_FUNC(mkexec, |= L_PTE_EXEC);265 PTE_BIT_FUNC(mkclean, &= ~L_PTE_DIRTY);266 PTE_BIT_FUNC(mkdirty, |= L_PTE_DIRTY);267 PTE_BIT_FUNC(mkold, &= ~L_PTE_YOUNG);268 PTE_BIT_FUNC(mkyoung, |= L_PTE_YOUNG);