Searched refs:KVM_KICK_SIGNAL (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/kvm/
H A Dbase.hh57 #define KVM_KICK_SIGNAL SIGRTMIN macro
130 void kick() const { pthread_kill(vcpuThread, KVM_KICK_SIGNAL); }
H A Dbase.cc260 KVM_KICK_SIGNAL,
264 runTimer.reset(new PosixKvmTimer(KVM_KICK_SIGNAL, CLOCK_MONOTONIC,
745 // Send a KVM_KICK_SIGNAL to the vCPU thread (i.e., this
752 // pending operations (IO). Since the KVM_KICK_SIGNAL is
802 discardPendingSignal(KVM_KICK_SIGNAL);
1237 if (sigaction(KVM_KICK_SIGNAL, &sa, NULL) == -1)
1246 // need to raise the KVM_KICK_SIGNAL to cause immediate exits from
1248 sigdelset(&sigset, KVM_KICK_SIGNAL);
1253 sigaddset(&sigset, KVM_KICK_SIGNAL);
1395 hwInstructions.enableSignals(KVM_KICK_SIGNAL);
[all...]

Completed in 10 milliseconds