Home
last modified time | relevance | path

Searched refs:P2_STKGAP_DISABLE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_procctl.c533 if ((p->p_flag2 & P2_STKGAP_DISABLE) != 0) in stackgap_ctl()
537 p->p_flag2 |= P2_STKGAP_DISABLE; in stackgap_ctl()
565 *data = (p->p_flag2 & P2_STKGAP_DISABLE) != 0 ? PROC_STACKGAP_DISABLE : in stackgap_status()
H A Dkern_fork.c490 P2_STKGAP_DISABLE | P2_STKGAP_DISABLE_EXEC); in do_fork()
H A Dkern_exec.c763 p->p_flag2 &= ~P2_STKGAP_DISABLE; in do_execve()
/f-stack/freebsd/sys/
H A Dproc.h812 #define P2_STKGAP_DISABLE 0x00000800 /* Disable stack gap for macro
/f-stack/freebsd/vm/
H A Dvm_map.c4544 sgp = ((curproc->p_flag2 & P2_STKGAP_DISABLE) != 0 || in vm_map_stack_locked()
4682 guard = ((curproc->p_flag2 & P2_STKGAP_DISABLE) != 0 || in vm_map_growstack()