Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_exec.c415 orig_fctl0 = p->p_fctl0; in do_execve()
487 imgp->proc->p_fctl0 = 0; in do_execve()
885 p->p_fctl0 = orig_fctl0; in do_execve()
1547 (imgp->proc->p_fctl0 & (NT_FREEBSD_FCTL_ASLR_DISABLE | in exec_stackgap()
H A Dimgact_elf.c1337 imgp->proc->p_fctl0 = fctl0; in __CONCAT()
/f-stack/freebsd/sys/
H A Dproc.h676 uint32_t p_fctl0; /* (x) ABI feature control, ELF note */ member
/f-stack/freebsd/vm/
H A Dvm_mmap.c191 (p->p_fctl0 & NT_FREEBSD_FCTL_PROTMAX_DISABLE) != 0) in kern_mmap_maxprot()
H A Dvm_map.c4545 (curproc->p_fctl0 & NT_FREEBSD_FCTL_STKGAP_DISABLE) != 0) ? 0 : in vm_map_stack_locked()
4683 (curproc->p_fctl0 & NT_FREEBSD_FCTL_STKGAP_DISABLE) != 0) ? 0 : in vm_map_growstack()