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

  /src/sys/arch/mips/include/
netbsd32_machdep.h 51 #define PROC_MACHINE_ARCH32(P) ((P)->p_md.md_abi == _MIPS_BSD_API_O32) ? \
52 __UNCONST(machine_archo32) : ((P)->p_md.md_abi == _MIPS_BSD_API_N32) ? \
55 #define PROC_MACHINE_ARCH32(P) ((P)->p_md.md_abi == _MIPS_BSD_API_O32) ? \
proc.h 61 int md_abi; /* which ABI is this process using? */ member in struct:mdproc
  /src/sys/arch/mips/mips/
cpu_exec.c 99 int old_abi = p->p_md.md_abi;
141 p->p_md.md_abi = _MIPS_BSD_API_N32;
143 if (old_abi != p->p_md.md_abi)
155 p->p_md.md_abi = _MIPS_BSD_API_O32;
157 if (old_abi != p->p_md.md_abi)
198 switch (p->p_md.md_abi) {
217 int old_abi = p->p_md.md_abi;
256 p->p_md.md_abi = _MIPS_BSD_API_N64;
258 if (old_abi != p->p_md.md_abi)
264 p->p_md.md_abi = _MIPS_BSD_API_O64
    [all...]
mips_fpu.c 124 KASSERT(_MIPS_SIM_NEWABI_P(l->l_proc->p_md.md_abi));
164 KASSERT(!_MIPS_SIM_NEWABI_P(l->l_proc->p_md.md_abi));
254 KASSERT(_MIPS_SIM_NEWABI_P(l->l_proc->p_md.md_abi));
294 KASSERT(!_MIPS_SIM_NEWABI_P(l->l_proc->p_md.md_abi));
process_machdep.c 147 if (!_MIPS_SIM_NEWABI_P(l->l_proc->p_md.md_abi))
166 if (_MIPS_SIM_NEWABI_P(l->l_proc->p_md.md_abi))
syscall.c 131 KASSERTMSG(p->p_md.md_abi == abi,
132 "pid %d(%p): md_abi(%d) != abi(%d)",
133 p->p_pid, p, p->p_md.md_abi, abi);
136 const int abi = p->p_md.md_abi;
netbsd32_machdep.c 125 if (p->p_md.md_abi == _MIPS_BSD_API_O32)
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)
compat_13_machdep.c 60 if (p->p_md.md_abi != _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)
vm_machdep.c 169 p2->p_md.md_abi = p1->p_md.md_abi;
cpu_subr.c 402 if (_MIPS_SIM_NEWABI_P(l->l_proc->p_md.md_abi)) {
442 if (__predict_false(p->p_md.md_abi == _MIPS_BSD_API_O32)) {
473 if (_MIPS_SIM_NEWABI_P(l->l_proc->p_md.md_abi)) {
mips_machdep.c 1711 if (p->p_md.md_abi == _MIPS_BSD_API_N32
1714 } else if (p->p_md.md_abi != _MIPS_BSD_API_O32) {
1717 if (_MIPS_SIM_NEWABI_P(p->p_md.md_abi))
1725 if (p->p_md.md_abi == _MIPS_BSD_API_N32
1726 || p->p_md.md_abi == _MIPS_BSD_API_O32) {
  /src/sys/compat/linux/arch/mips/
linux_machdep.c 152 const int abi = p->p_md.md_abi;
297 const int abi = p->p_md.md_abi;

Completed in 20 milliseconds