pub const fn V2P(va: u64) -> Option<u64>Expand description
convert VA <-> PA wrt. the kernel id mapping from 0xffff_8000_0000_0000 ~ 0xffff_800f_ffff_ffff virtual to 0x0 ~ 0xf_ffff_ffff physical (64G)
V2P and P2V works on raw u64 addresses. For a type sanity, use paddr64 and vaddr64