Home
last modified time | relevance | path

Searched defs:_PAGE_GLOBAL (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/nios2/include/asm/
Dpgtable-bits.h20 #define _PAGE_GLOBAL (1<<20) macro
/Linux-v4.19/arch/riscv/include/asm/
Dpgtable-bits.h30 #define _PAGE_GLOBAL (1 << 5) /* Global */ macro
/Linux-v4.19/arch/arc/include/asm/
Dpgtable.h67 #define _PAGE_GLOBAL (1<<8) /* Page is global (H) */ macro
84 #define _PAGE_GLOBAL (1<<8) /* Page is global (H) */ macro
/Linux-v4.19/arch/mips/include/asm/
Dpgtable-bits.h146 #define _PAGE_GLOBAL (1 << _PAGE_GLOBAL_SHIFT) macro
/Linux-v4.19/arch/x86/include/asm/
Dpgtable_types.h50 #define _PAGE_GLOBAL (_AT(pteval_t, 1) << _PAGE_BIT_GLOBAL) macro