Searched refs:cs (Results 1 – 10 of 10) sorted by relevance
27 unsigned long cs; member41 return !!(regs->cs & 3); in user_mode()
33 pub cs: ::core::ffi::c_ulong, field59 cs: trap_frame.cs, in from()
418 let cs = self.clocksource(); in clocksource_enqueue() localVariable419 list_guard.push_back(cs); in clocksource_enqueue()437 let cs = self.clocksource(); in clocksource_enqueue_watchdog() localVariable447 cs.update_clocksource_data(cs_data)?; in clocksource_enqueue_watchdog()448 list_guard.push_back(cs); in clocksource_enqueue_watchdog()459 cs.update_clocksource_data(cs_data.clone())?; in clocksource_enqueue_watchdog()464 list_guard.push_back(cs.clone()); in clocksource_enqueue_watchdog()479 cs_watchdog.watchdog.replace(cs); in clocksource_enqueue_watchdog()811 for cs in watchdog_list.iter() { in clocksource_watchdog()812 let mut cs_data = cs.clocksource_data(); in clocksource_watchdog()[all …]
15 mov %cs, %ax26 mov %cs, %ax
130 pub cs: ::core::ffi::c_ulong, field165 cs: 0, in new()179 return (self.cs & 0x3) != 0; in is_from_user()
36 frame.cs = KERNEL_CS.bits() as u64; in __inner_create()
110 regs.cs = USER_CS.bits() as u64; in do_execve()
672 trap_frame.cs = (USER_CS.bits() | 0x3) as u64; in setup_frame()
282 (segmentation::cs().bits() & (!0x07)).into(), in vmcs_init_host()
1654 let cs = ctrl.pktstatus; in read() localVariable1657 buf[offset] = cs.bits(); in read()