Home
last modified time | relevance | path

Searched refs:USER_CS (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/kernel/src/process/
Dproc-types.h31 #define USER_CS (0x28) macro
/DragonOS-0.1.8/kernel/src/arch/x86_64/
Dsyscall.rs10 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/
Dsignal.rs17 PROC_INTERRUPTIBLE, USER_CS, USER_DS, USER_MAX_LINEAR_ADDR,
680 regs.cs = (USER_CS | 0x3) as u64; in setup_frame()