Searched refs:cs (Results 1 – 7 of 7) sorted by relevance
27 unsigned long cs; member41 return !!(regs->cs & 3); in user_mode()
292 regs.cs = KERNEL_CS; in kernel_thread()
7 if (unsafe { (*regs).cs } & 0x3) != 0 { 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 …]
14 mov %cs, %ax25 mov %cs, %ax
250 regs.cs = USER_CS as u64 | 3; in tmp_rs_execve()
680 regs.cs = (USER_CS | 0x3) as u64; in setup_frame()