gem5
|
#include "arch/arm/kvm/base_cpu.hh"
#include <linux/kvm.h>
#include "debug/KvmInt.hh"
#include "params/BaseArmKvmCPU.hh"
Go to the source code of this file.
Macros | |
#define | INTERRUPT_ID(type, vcpu, irq) |
#define | INTERRUPT_VCPU_IRQ(vcpu) INTERRUPT_ID(KVM_ARM_IRQ_TYPE_CPU, vcpu, KVM_ARM_IRQ_CPU_IRQ) |
#define | INTERRUPT_VCPU_FIQ(vcpu) INTERRUPT_ID(KVM_ARM_IRQ_TYPE_CPU, vcpu, KVM_ARM_IRQ_CPU_FIQ) |
#define INTERRUPT_ID | ( | type, | |
vcpu, | |||
irq | |||
) |
Definition at line 47 of file base_cpu.cc.
#define INTERRUPT_VCPU_FIQ | ( | vcpu | ) | INTERRUPT_ID(KVM_ARM_IRQ_TYPE_CPU, vcpu, KVM_ARM_IRQ_CPU_FIQ) |
Definition at line 55 of file base_cpu.cc.
Referenced by BaseArmKvmCPU::kvmRun().
#define INTERRUPT_VCPU_IRQ | ( | vcpu | ) | INTERRUPT_ID(KVM_ARM_IRQ_TYPE_CPU, vcpu, KVM_ARM_IRQ_CPU_IRQ) |
Definition at line 52 of file base_cpu.cc.
Referenced by BaseArmKvmCPU::kvmRun().