Searched refs:USER_DS (Results 1 – 3 of 3) sorted by relevance
33 #define USER_DS (0x30) macro
504 regs->ds = USER_DS | 3; in do_execve()505 regs->ss = USER_DS | 0x3; in do_execve()589 current_pcb->thread->fs = USER_DS | 0x3; in initial_kernel_thread()591 current_pcb->thread->gs = USER_DS | 0x3; in initial_kernel_thread()
11 PF_KTHREAD, PF_SIGNALED, PF_WAKEKILL, PROC_INTERRUPTIBLE, USER_CS, USER_DS,706 regs.ds = (USER_DS | 0x3) as u64; in setup_frame()