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

  /src/sys/arch/m68k/include/
proc.h 48 #define MDL_STACKADJ 0x0001 /* frame SP adjusted, might have to
  /src/sys/arch/m68k/m68k/
sunos_syscall.c 143 l->l_md.md_flags |= MDL_STACKADJ;
145 l->l_md.md_flags &= ~MDL_STACKADJ;
208 if (l->l_md.md_flags & MDL_STACKADJ) {
209 l->l_md.md_flags &= ~MDL_STACKADJ;
252 l->l_md.md_flags |= MDL_STACKADJ;
254 l->l_md.md_flags &= ~MDL_STACKADJ;
320 if (l->l_md.md_flags & MDL_STACKADJ) {
321 l->l_md.md_flags &= ~MDL_STACKADJ;

Completed in 12 milliseconds