Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable_types.h15 #define _PAGE_BIT_PWT 3 /* page write through */ macro
46 #define _PAGE_PWT (_AT(pteval_t, 1) << _PAGE_BIT_PWT)
480 (((cb) >> _PAGE_BIT_PWT) & 1))
484 (((i) & 1) << _PAGE_BIT_PWT))