Searched refs:md_cop2owner (Results 1 – 5 of 5) sorted by relevance
73 int md_cop2owner; member
151 if (td1->td_md.md_cop2owner == COP2_OWNER_USERLAND) { in cpu_fork()175 td2->td_md.md_cop2owner = td1->td_md.md_cop2owner; in cpu_fork()
936 (td->td_md.md_cop2owner == COP2_OWNER_USERLAND)) { in trap()955 td->td_md.md_cop2owner = COP2_OWNER_KERNEL; in trap()989 (td->td_md.md_cop2owner == COP2_OWNER_KERNEL)) { in trap()1007 td->td_md.md_cop2owner = COP2_OWNER_USERLAND; in trap()
114 ASSYM(TD_COP2OWNER, offsetof(struct thread, td_md.md_cop2owner));
253 lw t1, TD_COP2OWNER(a3) # get md_cop2owner