mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 15:03:22 +00:00
Make Pollee
semi-stateless
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
1c1da8ea06
commit
ec2c6ab7a3
@ -100,9 +100,10 @@ pub(crate) const fn nr_base_per_page<C: PagingConstsTrait>(level: PagingLevel) -
|
||||
pub const MAX_USERSPACE_VADDR: Vaddr = 0x0000_8000_0000_0000 - PAGE_SIZE;
|
||||
|
||||
/// The kernel address space.
|
||||
///
|
||||
/// There are the high canonical addresses defined in most 48-bit width
|
||||
/// architectures.
|
||||
pub(crate) const KERNEL_VADDR_RANGE: Range<Vaddr> = 0xffff_8000_0000_0000..0xffff_ffff_ffff_0000;
|
||||
pub const KERNEL_VADDR_RANGE: Range<Vaddr> = 0xffff_8000_0000_0000..0xffff_ffff_ffff_0000;
|
||||
|
||||
/// Gets physical address trait
|
||||
pub trait HasPaddr {
|
||||
|
Reference in New Issue
Block a user