Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable-3level.h210 #define SWP_OFFSET_FIRST_BIT (_PAGE_BIT_PROTNONE + 1) macro
213 #define SWP_OFFSET_SHIFT (SWP_OFFSET_FIRST_BIT + SWP_TYPE_BITS)
Dpgtable_64.h299 #define SWP_OFFSET_FIRST_BIT (_PAGE_BIT_PROTNONE + 1) macro
302 #define SWP_OFFSET_SHIFT (SWP_OFFSET_FIRST_BIT+SWP_TYPE_BITS)
/arch/x86/mm/
Dinit.c901 l1tf_limit <<= PAGE_SHIFT - SWP_OFFSET_FIRST_BIT; in max_swapfile_size()