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

  /src/sys/arch/mips/include/
cdefs.h 48 #define _MIPS_BSD_API_N32 _MIPS_SIM_NABI32
60 #define _MIPS_BSD_API _MIPS_BSD_API_N32
netbsd32_machdep.h 52 __UNCONST(machine_archo32) : ((P)->p_md.md_abi == _MIPS_BSD_API_N32) ? \
  /src/sys/arch/mips/mips/
cpu_exec.c 141 p->p_md.md_abi = _MIPS_BSD_API_N32;
199 case _MIPS_BSD_API_N32:
netbsd32_machdep.c 218 if (l->l_proc->p_md.md_abi == _MIPS_BSD_API_N32) {
252 if (l->l_proc->p_md.md_abi == _MIPS_BSD_API_N32)
mips_machdep.c 1711 if (p->p_md.md_abi == _MIPS_BSD_API_N32
1725 if (p->p_md.md_abi == _MIPS_BSD_API_N32

Completed in 16 milliseconds