Searched refs:PR_NOALIGN (Results 1 – 5 of 5) sorted by relevance
159 #define PR_NOALIGN 0x800 /* don't assume backend alignment */ macro
346 flags |= PR_NOALIGN; in uvm_uarea_init()
614 if ((pp->pr_roflags & PR_NOALIGN) != 0) { in pr_find_pagehead() 747 if (pp->pr_roflags & (PR_NOTOUCH | PR_NOALIGN)) { in pool_init_is_phinpage() 838 flags |= PR_NOALIGN; in pool_init() 1486 KASSERTMSG(((pp->pr_roflags & PR_NOALIGN) || in pool_prime_page() 2008 if ((pp->pr_roflags & PR_NOALIGN) == 0) { in pool_chk_page() 2040 if ((pp->pr_roflags & PR_NOALIGN) != 0) { in pool_chk_page()
666 PR_NOALIGN | PR_NOTOUCH | PR_RECURSIVE /* XXX */, in qc_init()
1945 pool_init(&exec_pool, NCARGS, 0, 0, PR_NOALIGN|PR_NOTOUCH, in exec_init()