Home
last modified time | relevance | path

Searched refs:md_cop2owner (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dproc.h72 int md_cop2owner; member
/f-stack/freebsd/mips/mips/
H A Dvm_machdep.c149 if (td1->td_md.md_cop2owner == COP2_OWNER_USERLAND) { in cpu_fork()
173 td2->td_md.md_cop2owner = td1->td_md.md_cop2owner; in cpu_fork()
H A Dgenassym.c116 ASSYM(TD_COP2OWNER, offsetof(struct thread, td_md.md_cop2owner));
H A Dtrap.c933 (td->td_md.md_cop2owner == COP2_OWNER_USERLAND)) { in trap()
952 td->td_md.md_cop2owner = COP2_OWNER_KERNEL; in trap()
986 (td->td_md.md_cop2owner == COP2_OWNER_KERNEL)) { in trap()
1004 td->td_md.md_cop2owner = COP2_OWNER_USERLAND; in trap()
H A Dswtch.S253 lw t1, TD_COP2OWNER(a3) # get md_cop2owner