Searched refs:md_cop2owner (Results 1 – 5 of 5) sorted by relevance
72 int md_cop2owner; member
149 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()
116 ASSYM(TD_COP2OWNER, offsetof(struct thread, td_md.md_cop2owner));
933 (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()
253 lw t1, TD_COP2OWNER(a3) # get md_cop2owner