_PAGE_BIT_PCD 46 arch/x86/include/asm/pgtable_types.h #define _PAGE_PCD (_AT(pteval_t, 1) << _PAGE_BIT_PCD) _PAGE_BIT_PCD 460 arch/x86/include/asm/pgtable_types.h (((cb) >> (_PAGE_BIT_PCD - 1)) & 2) | \ _PAGE_BIT_PCD 464 arch/x86/include/asm/pgtable_types.h (((i) & 2) << (_PAGE_BIT_PCD - 1)) | \