Lines Matching +full:9 +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0 */
13 /* We borrow bit 9 to store the exclusive marker in swap PTEs. */
14 #define _PAGE_SWP_EXCLUSIVE (1<<9)
21 #define _PAGE_CACHE (3<<9)
22 #define _PAGE_UNCACHE (2<<9)
24 #define _CACHE_MASK (7<<9)
36 * bit 0: _PAGE_PRESENT (zero)
37 * bit 1: _PAGE_READ (zero)
38 * bit 2 - 5: swap type[0 - 3]
39 * bit 6: _PAGE_GLOBAL (zero)
40 * bit 7: _PAGE_VALID (zero)
41 * bit 8: swap type[4]
42 * bit 9: exclusive marker
43 * bit 10 - 31: swap offset