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 339 * specify PR_NOALIGN unless the alignment provided by
346 flags |= PR_NOALIGN;
  /src/sys/kern/
subr_pool.c 614 if ((pp->pr_roflags & PR_NOALIGN) != 0) {
747 if (pp->pr_roflags & (PR_NOTOUCH | PR_NOALIGN)) {
838 flags |= PR_NOALIGN;
1486 KASSERTMSG(((pp->pr_roflags & PR_NOALIGN) ||
2008 if ((pp->pr_roflags & PR_NOALIGN) == 0) {
2040 if ((pp->pr_roflags & PR_NOALIGN) != 0) {
subr_vmem.c 666 PR_NOALIGN | PR_NOTOUCH | PR_RECURSIVE /* XXX */,
kern_exec.c 1940 pool_init(&exec_pool, NCARGS, 0, 0, PR_NOALIGN|PR_NOTOUCH,

Completed in 19 milliseconds