#pragma once #include #include static inline void * arch_pmap_map(uintptr paddr, ATTR_UNUSED usize size) { return (void*)(paddr + KERNEL_PMAP_VADDR); }