Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 10 of 10) sorted by relevance

/DragonOS/kernel/src/process/
H A Dptrace.h27 unsigned long cs; member
41 return !!(regs->cs & 3); in user_mode()
/DragonOS/kernel/src/time/
H A Dclocksource.rs418 let cs = self.clocksource(); in clocksource_enqueue() localVariable
419 list_guard.push_back(cs); in clocksource_enqueue()
437 let cs = self.clocksource(); in clocksource_enqueue_watchdog() localVariable
447 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 …]
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dmod.rs129 pub cs: ::core::ffi::c_ulong, field
164 cs: 0, in new()
178 return (self.cs & 0x3) != 0; in is_from_user()
/DragonOS/kernel/src/arch/x86_64/asm/
H A Dapu_boot.S15 mov %cs, %ax
26 mov %cs, %ax
/DragonOS/kernel/src/arch/x86_64/process/
H A Dkthread.rs36 frame.cs = KERNEL_CS.bits() as u64; in __inner_create()
H A Dsyscall.rs110 regs.cs = USER_CS.bits() as u64; in do_execve()
/DragonOS/tools/
H A Dbootstrap.sh365 bash ${bashpath}/build_gcc_toolchain.sh -cs -kb -kg || (echo "GCC交叉编译工具链安装失败" && exit 1)
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs672 trap_frame.cs = (USER_CS.bits() | 0x3) as u64; in setup_frame()
/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvcpu.rs282 (segmentation::cs().bits() & (!0x07)).into(), in vmcs_init_host()
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dntty.rs1654 let cs = ctrl.pktstatus; in read() localVariable
1657 buf[offset] = cs.bits(); in read()