1 2 3 4
use aarch64_define::{KERNEL_DS, USER_DS}; pub(super) const ARCH_USER_DS: usize = USER_DS; pub(super) const ARCH_KERNEL_DS: usize = KERNEL_DS;