Lines Matching +full:use +full:- +full:guard +full:- +full:pages
1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
12 * Redistribution and use in source and binary forms, with or without
20 * 3. All advertising materials mentioning features or use of this software
34 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
83 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
94 #define PAGE_MASK (PAGE_SIZE-1)
100 #define PDRMASK (NBPDR-1)
106 #define PDPMASK (NBPDP-1)
107 /* Size of the level 4 page-map level-4 table units */
112 #define PML4MASK (NBPML4-1)
113 /* Size of the level 5 page-map level-5 table units */
118 #define PML5MASK (NBPML5-1)
122 #define IOPAGES 2 /* pages of i/o permission bitmap */
134 #define KSTACK_PAGES 4 /* pages of kstack (with pcb) */
137 #define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */