60 warn_once(
"Don't know what interrupt to post for console.\n");
67 warn_once(
"Don't know what interrupt to clear for console.\n");
Base class for ARM GIC implementations.
virtual void clearInt(uint32_t num)=0
Clear an interrupt from a device that is connected to the GIC.
virtual void sendInt(uint32_t num)=0
Post an interrupt from a device that is connected to the GIC.
void postPciInt(int line) override
void postConsoleInt() override
RealView(const Params &p)
void clearConsoleInt() override
void clearPciInt(int line) override
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
Declaration of top level class for the RealView platform chips.