HomeSort by: relevance | last modified time | path
    Searched refs:PR_NOALIGN (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
pool.h 159 #define PR_NOALIGN 0x800 /* don't assume backend alignment */
  /src/sys/uvm/
uvm_glue.c 353 * specify PR_NOALIGN unless the alignment provided by
360 flags |= PR_NOALIGN;
  /src/sys/kern/
subr_pool.c 617 if ((pp->pr_roflags & PR_NOALIGN) != 0) {
750 if (pp->pr_roflags & (PR_NOTOUCH | PR_NOALIGN)) {
841 flags |= PR_NOALIGN;
1476 KASSERTMSG(((pp->pr_roflags & PR_NOALIGN) ||
1998 if ((pp->pr_roflags & PR_NOALIGN) == 0) {
2030 if ((pp->pr_roflags & PR_NOALIGN) != 0) {
subr_vmem.c 666 PR_NOALIGN | PR_NOTOUCH | PR_RECURSIVE /* XXX */,
kern_exec.c 1974 pool_init(&exec_pool, NCARGS, 0, 0, PR_NOALIGN|PR_NOTOUCH,

Completed in 66 milliseconds