Home
last modified time | relevance | path

Searched refs:COP2_OWNER_USERLAND (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dproc.h70 #define COP2_OWNER_USERLAND 0x0000 /* Userland owns COP2 */ macro
/f-stack/freebsd/mips/mips/
H A Dvm_machdep.c149 if (td1->td_md.md_cop2owner == COP2_OWNER_USERLAND) { in cpu_fork()
H A Dtrap.c933 (td->td_md.md_cop2owner == COP2_OWNER_USERLAND)) { in trap()
1004 td->td_md.md_cop2owner = COP2_OWNER_USERLAND; in trap()