Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable_types.h18 #define _PAGE_BIT_GLOBAL 8 /* Global TLB entry PPro+ */ macro
32 #define _PAGE_BIT_PROTNONE _PAGE_BIT_GLOBAL
42 #define _PAGE_GLOBAL (_AT(pteval_t, 1) << _PAGE_BIT_GLOBAL)
/arch/m32r/include/asm/
Dpgtable.h84 #define _PAGE_BIT_GLOBAL 2 /* Global */ macro
95 #define _PAGE_GLOBAL (1UL << _PAGE_BIT_GLOBAL)
/arch/avr32/include/asm/
Dpgtable.h82 #define _PAGE_BIT_GLOBAL 8 /* G-bit : global (ignore ASID) */ macro
95 #define _PAGE_GLOBAL (1 << _PAGE_BIT_GLOBAL)
/arch/mn10300/include/asm/
Dpgtable.h114 #define _PAGE_BIT_GLOBAL xPTEL2_G_BIT macro