Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dpgtable_types.h20 #define _PAGE_BIT_PAT 7 /* on 4KB pages */ macro
54 #define _PAGE_PAT (_AT(pteval_t, 1) << _PAGE_BIT_PAT)
459 ((((cb) >> (_PAGE_BIT_PAT - 2)) & 4) | \
463 ((((i) & 4) << (_PAGE_BIT_PAT - 2)) | \
492 ((val & _PAGE_PAT) << (_PAGE_BIT_PAT_LARGE - _PAGE_BIT_PAT)); in pgprot_4k_2_large()
502 (_PAGE_BIT_PAT_LARGE - _PAGE_BIT_PAT)); in pgprot_large_2_4k()