Searched refs:USER_CS (Results 1 – 3 of 3) sorted by relevance
7 process::table::{USER_CS, USER_DS},110 regs.cs = USER_CS.bits() as u64; in do_execve()
17 pub const USER_CS: SegmentSelector = SegmentSelector::new(6, Ring::Ring3); constant
10 process::table::{USER_CS, USER_DS},672 trap_frame.cs = (USER_CS.bits() | 0x3) as u64; in setup_frame()