Home
last modified time | relevance | path

Searched refs:switch_fs_and_gs (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/process/
H A Dtable.rs28 pub unsafe fn switch_fs_and_gs(fs: SegmentSelector, gs: SegmentSelector) { in switch_fs_and_gs() function
H A Dmod.rs30 table::{switch_fs_and_gs, KERNEL_DS, USER_DS},
539 switch_fs_and_gs( in arch_switch_to_user()