Home
last modified time | relevance | path

Searched refs:ACTION_RELOADVCPU_ON_STOP (Results 1 – 2 of 2) sorted by relevance

/arch/s390/kvm/
Dintercept.c137 if (vcpu->arch.local_int.action_bits & ACTION_RELOADVCPU_ON_STOP) { in handle_stop()
138 vcpu->arch.local_int.action_bits &= ~ACTION_RELOADVCPU_ON_STOP; in handle_stop()
/arch/s390/include/asm/
Dkvm_host.h205 #define ACTION_RELOADVCPU_ON_STOP (1<<2) macro