OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_MIPS_SIM_NEWABI_P
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/mips/include/
cdefs.h
51
#define
_MIPS_SIM_NEWABI_P
(abi) ((abi) == _MIPS_SIM_NABI32 || \
/src/sys/arch/mips/mips/
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
137
size_t nregs =
_MIPS_SIM_NEWABI_P
(abi) ? 8 : 4;
185
const size_t nsaved =
_MIPS_SIM_NEWABI_P
(abi) ? 0 : 4;
cpu_subr.c
402
if (
_MIPS_SIM_NEWABI_P
(l->l_proc->p_md.md_abi)) {
473
if (
_MIPS_SIM_NEWABI_P
(l->l_proc->p_md.md_abi)) {
mips_machdep.c
1717
if (
_MIPS_SIM_NEWABI_P
(p->p_md.md_abi))
Completed in 149 milliseconds
Indexes created Tue Oct 28 09:09:52 GMT 2025