Searched refs:USER_DS (Results 1 – 7 of 7) sorted by relevance
692 saved_state->ss = USER_DS; in thread_set_wq_state32()693 saved_state->ds = USER_DS; in thread_set_wq_state32()694 saved_state->es = USER_DS; in thread_set_wq_state32()796 pcb->iss->ss_64.isf.ss = USER_DS; in machine_thread_create()797 pcb->iss->ss_64.fs = USER_DS; in machine_thread_create()798 pcb->iss->ss_64.gs = USER_DS; in machine_thread_create()804 pcb->iss->ss_32.ss = USER_DS; in machine_thread_create()805 pcb->iss->ss_32.ds = USER_DS; in machine_thread_create()806 pcb->iss->ss_32.es = USER_DS; in machine_thread_create()807 pcb->iss->ss_32.fs = USER_DS; in machine_thread_create()[all …]
277 #define USER_DS 0x23 /* 4: USER_CS+8 for sysret */ macro279 #define USER64_DS USER_DS /* U64 data pseudo-segment */
98 [SEL_TO_INDEX(USER_DS)] = MAKE_REAL_DESCRIPTOR( /* 32-bit user data segment */
277 DECLARE("USER_DS", USER_DS); in main()
664 ts->ss = USER_DS; in set_thread_state32()665 ts->ds = USER_DS; in set_thread_state32()666 ts->es = USER_DS; in set_thread_state32()
557 movl $(USER_DS), ISF64_SS(%rsp)580 push $(USER_DS) /* ss */996 cmpw $(USER_DS), R32_DS(%r15)1002 movl $(USER_DS), R32_DS(%r15)1004 cmpw $(USER_DS), R32_ES(%r15)1010 movl $(USER_DS), R32_ES(%r15)1012 cmpw $(USER_DS), R32_FS(%r15)1018 movl $(USER_DS), R32_FS(%r15)
721 tstate32->ss = USER_DS; in sendsig()722 tstate32->ds = USER_DS; in sendsig()723 tstate32->es = USER_DS; in sendsig()