Lines Matching +full:use +full:- +full:guard +full:- +full:pages
1 /*-
8 * Redistribution and use in source and binary forms, with or without
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * Machine dependent constants for RISC-V.
39 #define STACKALIGNBYTES (16 - 1)
69 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0)
72 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
80 #define PAGE_MASK (PAGE_SIZE - 1)
85 #define KSTACK_PAGES 4 /* pages of kernel stack (with pcb) */
88 #define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */