Home
last modified time | relevance | path

Searched refs:ds (Results 1 – 9 of 9) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/asm/
H A Dapu_boot.S16 mov %ax, %ds
62 mov %ax, %ds
H A Dentry.S49 movq %rax, %ds
96 movq %ds, %rax
121 movq %rdi, %ds
349 movq %ds, %rax
402 movq %rax, %ds
H A Dhead.S276 mov %ax, %ds
306 mov %ax, %ds
417 movq %rax, %ds
/DragonOS/kernel/src/process/
H A Dptrace.h21 unsigned long ds; member
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dmod.rs124 pub ds: ::core::ffi::c_ulong, field
159 ds: 0, in new()
/DragonOS/kernel/src/arch/x86_64/process/
H A Dkthread.rs34 frame.ds = KERNEL_DS.bits() as u64; in __inner_create()
H A Dsyscall.rs111 regs.ds = USER_DS.bits() as u64; in do_execve()
/DragonOS/kernel/src/arch/x86_64/ipc/
H A Dsignal.rs673 trap_frame.ds = (USER_DS.bits() | 0x3) as u64; in setup_frame()
/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvcpu.rs290 (segmentation::ds().bits() & (!0x07)).into(), in vmcs_init_host()