Searched refs:md_cop2owner (Results 1 – 5 of 5) sorted by relevance
70 int md_cop2owner; member
193 if (td1->td_md.md_cop2owner == COP2_OWNER_USERLAND) { in cpu_fork()217 td2->td_md.md_cop2owner = td1->td_md.md_cop2owner; in cpu_fork()
948 (td->td_md.md_cop2owner == COP2_OWNER_USERLAND)) { in trap()967 td->td_md.md_cop2owner = COP2_OWNER_KERNEL; in trap()997 (td->td_md.md_cop2owner == COP2_OWNER_KERNEL)) { in trap()1015 td->td_md.md_cop2owner = COP2_OWNER_USERLAND; in trap()
109 ASSYM(TD_COP2OWNER, offsetof(struct thread, td_md.md_cop2owner));
279 lw t1, TD_COP2OWNER(a3) # get md_cop2owner