Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dpgtable_types.h14 #define _PAGE_BIT_PCD 4 /* page cache disabled */ macro
53 #define _PAGE_PCD (_AT(pteval_t, 1) << _PAGE_BIT_PCD)
485 (((cb) >> (_PAGE_BIT_PCD - 1)) & 2) | \
489 (((i) & 2) << (_PAGE_BIT_PCD - 1)) | \