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