2 * Definitions for page-table mapping and demapping
3 * NetWatch system management mode administration console
5 * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved.
6 * This program is free software; you can redistribute and/or modify it under
7 * the terms found in the file LICENSE in the root of this source tree.
16 extern unsigned long v2p(void *virt);
17 extern void *p2v(unsigned long phys);
18 extern void *p2v64(uint64_t phys);
19 extern int addmap(unsigned long vaddr, unsigned long paddr);
20 extern int addmap_4m(unsigned long vaddr, unsigned long paddr);