| /f-stack/freebsd/amd64/amd64/ |
| H A D | ptrace_machdep.c | 194 if (!SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in cpu32_ptrace() 207 if (!SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in cpu32_ptrace()
|
| H A D | vm_machdep.c | 635 if (SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in cpu_set_upcall() 689 if (SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in cpu_set_user_tls()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_syscalls.c | 299 if (SV_PROC_FLAG(td->td_proc, SV_AOUT) && 703 !SV_PROC_FLAG(td->td_proc, SV_AOUT)) in sendit() 715 SV_PROC_FLAG(td->td_proc, SV_AOUT)) { in sendit() 842 if (SV_PROC_FLAG(td->td_proc, SV_AOUT)) in sys_sendto() 904 if (SV_PROC_FLAG(td->td_proc, SV_AOUT)) in sys_sendmsg() 995 SV_PROC_FLAG(td->td_proc, SV_AOUT)) in kern_recvit() 1019 SV_PROC_FLAG(td->td_proc, SV_AOUT)) { in kern_recvit() 1079 SV_PROC_FLAG(td->td_proc, SV_AOUT)) in recvit() 1185 if (SV_PROC_FLAG(td->td_proc, SV_AOUT)) in sys_recvmsg() 1368 if (compat && SV_PROC_FLAG(td->td_proc, SV_AOUT)) in getsockname1() [all …]
|
| H A D | kern_proc.c | 1910 if (SV_PROC_FLAG(p, SV_ILP32) != 0) in get_proc_vector() 2059 if (SV_PROC_FLAG(p, SV_ILP32) != 0) in proc_getauxv() 2894 ps_strings32 = SV_PROC_FLAG(p, SV_ILP32) != 0 ? in sysctl_kern_proc_ps_strings() 3010 if (SV_PROC_FLAG(p, SV_ILP32)) { in sysctl_kern_proc_sigtramp() 3066 if (!SV_PROC_FLAG(p, SV_ILP32)) { in sysctl_kern_proc_sigfastblk()
|
| H A D | kern_mib.c | 300 if (SV_PROC_FLAG(p, SV_ILP32)) in proc_machine_arch()
|
| H A D | sys_process.c | 703 if (SV_PROC_FLAG(td2->td_proc, SV_ILP32)) in kern_ptrace()
|
| H A D | kern_exec.c | 673 if (SV_PROC_FLAG(p, SV_CAPSICUM)) in do_execve()
|
| H A D | kern_jail.c | 773 if (SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in kern_jail_set() 2173 if (SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in kern_jail_get()
|
| H A D | kern_prot.c | 106 if (SV_PROC_FLAG(p, SV_AOUT)) in sys_getpid()
|
| H A D | kern_sig.c | 642 if (SV_PROC_FLAG(td->td_proc, SV_AOUT) && td->td_sigstk.ss_size == 0) in sigonstack()
|
| /f-stack/freebsd/sys/ |
| H A D | sysent.h | 164 #define SV_PROC_FLAG(p, x) ((p)->p_sysent->sv_flags & (x)) macro 166 #define SV_CURPROC_FLAG(x) SV_PROC_FLAG(curproc, x)
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pm_machdep.c | 434 if (!SV_PROC_FLAG(td->td_proc, SV_LP64)) in exec_setregs() 446 if (SV_PROC_FLAG(td->td_proc, SV_LP64)) in exec_setregs() 476 if (!SV_PROC_FLAG(td->td_proc, SV_LP64)) in exec_setregs()
|
| H A D | trap.c | 366 if (sa->code == SYS___syscall && SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in cpu_fetch_syscall_args() 392 if (!SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in cpu_fetch_syscall_args() 418 if (!SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in cpu_fetch_syscall_args() 460 if (!SV_PROC_FLAG(td->td_proc, SV_ILP32)) in cpu_fetch_syscall_args() 466 if (SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in cpu_fetch_syscall_args()
|
| H A D | vm_machdep.c | 288 if (code == SYS___syscall && SV_PROC_FLAG(td->td_proc, SV_ILP32)) in cpu_set_syscall_retval()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | undefined.c | 102 if (SV_PROC_FLAG(td->td_proc, SV_ILP32) && in gdb_trapper()
|
| H A D | debug_monitor.c | 543 if (!(SV_PROC_FLAG(thread->td_proc, SV_ILP32))) in dbg_monitor_exit()
|
| H A D | machdep.c | 241 if (SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in fill_regs() 264 if (SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in set_regs()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_unix.c | 182 if (i386_read_exec && SV_PROC_FLAG(td->td_proc, SV_ILP32)) in kern_break()
|
| H A D | vm_mmap.c | 484 if (i386_read_exec && SV_PROC_FLAG(td->td_proc, SV_ILP32) && in ommap() 668 if (SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in kern_mprotect()
|
| /f-stack/freebsd/net/ |
| H A D | bpf.c | 1420 if (SV_PROC_FLAG(td->td_proc, SV_ILP32)) { in bpfioctl()
|