Home
last modified time | relevance | path

Searched refs:forbidden (Results 1 – 1 of 1) sorted by relevance

/arch/x86/mm/
Dpageattr.c248 pgprot_t forbidden = __pgprot(0); in static_protections() local
255 pgprot_val(forbidden) |= _PAGE_NX; in static_protections()
263 pgprot_val(forbidden) |= _PAGE_NX; in static_protections()
271 pgprot_val(forbidden) |= _PAGE_RW; in static_protections()
273 prot = __pgprot(pgprot_val(prot) & ~pgprot_val(forbidden)); in static_protections()