BIOS_PADDRTOVADDR
#define BIOS_PADDRTOVADDR(x) ((x) + KERNBASE)
#define BIOS_PADDRTOVADDR(x) (x)
#define BIOS_PADDRTOVADDR(x) ((x) + PMAP_MAP_LOW)