Home
last modified time | relevance | path

Searched defs:_PAGE_PROTNONE (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h37 #define _PAGE_PROTNONE (_ULCAST_(1) << _PAGE_PROTNONE_SHIFT) macro
/linux/arch/m68k/include/asm/
H A Dmotorola_pgtable.h42 #define _PAGE_PROTNONE 0x004 macro
/linux/arch/sh/include/asm/
H A Dpgtable_32.h51 #define _PAGE_PROTNONE 0x200 /* software: if not present */ macro
/linux/arch/x86/include/asm/
H A Dpgtable_types.h142 #define _PAGE_PROTNONE (_AT(pteval_t, 1) << _PAGE_BIT_PROTNONE) macro