Searched refs:cs (Results 1 – 9 of 9) sorted by relevance
27 unsigned long cs; member41 return !!(regs->cs & 3); in user_mode()
298 let cs = self.clocksource(); in clocksource_enqueue() localVariable299 list_guard.push_back(cs); in clocksource_enqueue()317 let cs = self.clocksource(); in clocksource_enqueue_watchdog() localVariable327 cs.update_clocksource_data(cs_data)?; in clocksource_enqueue_watchdog()328 list_guard.push_back(cs); in clocksource_enqueue_watchdog()339 cs.update_clocksource_data(cs_data.clone())?; in clocksource_enqueue_watchdog()344 list_guard.push_back(cs.clone()); in clocksource_enqueue_watchdog()359 cs_watchdog.watchdog.replace(cs); in clocksource_enqueue_watchdog()676 for cs in watchdog_list.iter() { in clocksource_watchdog()677 let mut cs_data = cs.clocksource_data(); in clocksource_watchdog()[all …]
122 pub cs: ::core::ffi::c_ulong, field151 cs: 0, in new()165 if (self.cs & 0x3) != 0 { in from_user()
14 mov %cs, %ax25 mov %cs, %ax
36 frame.cs = KERNEL_CS.bits() as u64; in __inner_create()
103 regs.cs = USER_CS.bits() as u64; in do_execve()
312 bash ${bashpath}/build_gcc_toolchain.sh -cs -kb -kg || (echo "GCC交叉编译工具链安装失败" && exit 1)
671 trap_frame.cs = (USER_CS.bits() | 0x3) as u64; in setup_frame()
279 (segmentation::cs().bits() & (!0x07)).into(), in vmcs_init_host()