Searched refs:USER_CS (Results 1 – 3 of 3) sorted by relevance
/DragonOS-0.1.8/kernel/src/process/ |
D | proc-types.h | 31 #define USER_CS (0x28) macro
|
/DragonOS-0.1.8/kernel/src/arch/x86_64/ |
D | syscall.rs | 10 pt_regs, set_system_trap_gate, CLONE_FS, CLONE_SIGNAL, CLONE_VM, USER_CS, USER_DS, 250 regs.cs = USER_CS as u64 | 3; in tmp_rs_execve()
|
/DragonOS-0.1.8/kernel/src/ipc/ |
D | signal.rs | 17 PROC_INTERRUPTIBLE, USER_CS, USER_DS, USER_MAX_LINEAR_ADDR, 680 regs.cs = (USER_CS | 0x3) as u64; in setup_frame()
|