Searched refs:KERNEL_DS (Results 1 – 3 of 3) sorted by relevance
7 process::table::{KERNEL_CS, KERNEL_DS},32 frame.ds = KERNEL_DS.bits() as u64; in __inner_create()33 frame.es = KERNEL_DS.bits() as u64; in __inner_create()35 frame.ss = KERNEL_DS.bits() as u64; in __inner_create()
12 pub const KERNEL_DS: SegmentSelector = SegmentSelector::new(2, Ring::Ring0); constant
30 table::{switch_fs_and_gs, KERNEL_DS, USER_DS},112 fs: KERNEL_DS, in new()113 gs: KERNEL_DS, in new()