Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dpgtable_types.h18 #define _PAGE_BIT_PAT 7 /* on 4KB pages */ macro
53 #define _PAGE_PAT (_AT(pteval_t, 1) << _PAGE_BIT_PAT)
476 ((((cb) >> (_PAGE_BIT_PAT - 2)) & 4) | \
480 ((((i) & 4) << (_PAGE_BIT_PAT - 2)) | \
489 ((val & _PAGE_PAT) << (_PAGE_BIT_PAT_LARGE - _PAGE_BIT_PAT)); in protval_4k_2_large()
499 (_PAGE_BIT_PAT_LARGE - _PAGE_BIT_PAT)); in protval_large_2_4k()