template void IoApic::writeMMIORegister(uint32_t reg, T val) { *reinterpret_cast(mmioAddress + reg) = val; }