Searched refs:LWP_USER (Results 1 – 19 of 19) sorted by relevance
64 #define LWP_USER 0x01 /* Running in user mode */ macro
107 printf("#define\tLWP_USER 0x%x\n", LWP_USER); in main()
199 #define LWP_USER 0x01 /* Running in user mode */ macro
105 printf("#define\tLWP_USER 0x%x\n", LWP_USER); in main()
297 movb $LWP_USER, LWP_STATE(%esi); \
238 movb $LWP_USER, LWP_STATE(lwp); \
274 lwp->lwp_state == LWP_USER) ? \
517 lwp->lwp_state = LWP_USER; in fp_precise()
229 mov LWP_USER, %g1
221 lwp->lwp_state = LWP_USER; in syscall_exit()723 lwp->lwp_state = LWP_USER; in post_syscall()
1095 if (lwp != NULL && lwp->lwp_state == LWP_USER) { in cpucaps_enforce()
913 if ((lwp = curthread->t_lwp) != NULL && lwp->lwp_state == LWP_USER) in rt_preempt()
1411 if (lwp != NULL && lwp->lwp_state == LWP_USER) in ts_preempt()1763 lwp->lwp_state == LWP_USER) in ts_tick()
2332 if (lwp != NULL && lwp->lwp_state == LWP_USER) in fss_preempt()2552 lwp->lwp_state == LWP_USER) in fss_tick()
1838 lwp->lwp_state != LWP_USER) { in cpu_surrender()
813 lwp->lwp_state = LWP_USER; in post_syscall()
1539 user_mode = (lwp->lwp_state == LWP_USER); in clock_tick()
1589 lwp->lwp_state = LWP_USER; in trap_rtt()
1531 lwp->lwp_state = LWP_USER; in trap()