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
36 #define _PAGE_BIT_NUMA (_PAGE_BIT_GLOBAL+1)
40 #define _PAGE_BIT_PROTNONE _PAGE_BIT_GLOBAL
52 #define _PAGE_GLOBAL (_AT(pteval_t, 1) << _PAGE_BIT_GLOBAL)
/arch/avr32/include/asm/
Dpgtable.h82 #define _PAGE_BIT_GLOBAL 8 /* G-bit : global (ignore ASID) */ macro
98 #define _PAGE_GLOBAL (1 << _PAGE_BIT_GLOBAL)
/arch/m32r/include/asm/
Dpgtable.h86 #define _PAGE_BIT_GLOBAL 2 /* Global */ macro
98 #define _PAGE_GLOBAL (1UL << _PAGE_BIT_GLOBAL)
/arch/mn10300/include/asm/
Dpgtable.h112 #define _PAGE_BIT_GLOBAL xPTEL2_G_BIT macro