Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_exec.c452 orig_fctl0 = p->p_fctl0; in do_execve()
568 imgp->proc->p_fctl0 = 0; in do_execve()
951 p->p_fctl0 = orig_fctl0; in do_execve()
H A Dimgact_elf.c1429 imgp->proc->p_fctl0 = fctl0; in __CONCAT()
/freebsd/sys/sys/
H A Dproc.h729 uint32_t p_fctl0; /* (x) ABI feature control, ELF note */ member
/freebsd/sys/vm/
H A Dvm_mmap.c163 (p->p_fctl0 & NT_FREEBSD_FCTL_PROTMAX_DISABLE) != 0) in kern_mmap_maxprot()
H A Dvm_map.c4607 (curproc->p_fctl0 & NT_FREEBSD_FCTL_STKGAP_DISABLE) != 0) ? 0 : in vm_map_stack_locked()
4731 (curproc->p_fctl0 & NT_FREEBSD_FCTL_STKGAP_DISABLE) != 0) ? 0 : in vm_map_growstack()