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

  /src/sys/arch/mips/include/
cdefs.h 46 #define _MIPS_BSD_API_O32 _MIPS_SIM_ABI32
64 #define _MIPS_BSD_API _MIPS_BSD_API_O32
netbsd32_machdep.h 51 #define PROC_MACHINE_ARCH32(P) ((P)->p_md.md_abi == _MIPS_BSD_API_O32) ? \
55 #define PROC_MACHINE_ARCH32(P) ((P)->p_md.md_abi == _MIPS_BSD_API_O32) ? \
  /src/sys/arch/mips/mips/
syscall.c 130 const int abi = _MIPS_BSD_API_O32;
153 || (code == SYS___syscall && abi != _MIPS_BSD_API_O32)) {
176 if (abi != _MIPS_BSD_API_O32) {
320 if (abi == _MIPS_BSD_API_O32 && SYCALL_RET_64_P(callp)) {
compat_13_machdep.c 60 if (p->p_md.md_abi != _MIPS_BSD_API_O32)
cpu_exec.c 155 p->p_md.md_abi = _MIPS_BSD_API_O32;
202 case _MIPS_BSD_API_O32:
compat_16_machdep.c 106 if (p->p_md.md_abi != _MIPS_BSD_API_O32)
244 if (p->p_md.md_abi != _MIPS_BSD_API_O32)
sig_machdep.c 69 if (p->p_md.md_abi == _MIPS_BSD_API_O32)
netbsd32_machdep.c 125 if (p->p_md.md_abi == _MIPS_BSD_API_O32)
mips_machdep.c 1714 } else if (p->p_md.md_abi != _MIPS_BSD_API_O32) {
1726 || p->p_md.md_abi == _MIPS_BSD_API_O32) {
cpu_subr.c 442 if (__predict_false(p->p_md.md_abi == _MIPS_BSD_API_O32)) {
  /src/sys/compat/linux/arch/mips/
linux_machdep.c 150 const int abi = _MIPS_BSD_API_O32;
200 case _MIPS_BSD_API_O32:
295 const int abi = _MIPS_BSD_API_O32;
324 case _MIPS_BSD_API_O32:

Completed in 28 milliseconds