Home
last modified time | relevance | path

Searched refs:is_soft (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgdb-kernel-debugging.rst146 is_soft = 0 '\000',
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dgdb-kernel-debugging.rst142 is_soft = 0 '\000',
/linux/kernel/time/
H A Dhrtimer.c860 if (timer->is_soft) { in hrtimer_reprogram()
1485 WARN_ON_ONCE(!(mode & HRTIMER_MODE_SOFT) ^ !timer->is_soft); in hrtimer_start_range_ns()
1611 if (!timer->is_soft || is_migration_base(base)) { in hrtimer_cancel_wait_running()
1794 timer->is_soft = softtimer; in __hrtimer_setup()
/linux/arch/x86/kvm/svm/
H A Dsvm.c4228 bool is_soft = (type == SVM_EXITINTINFO_TYPE_SOFT); in svm_complete_soft_interrupt() local
4252 if (nrips && (is_soft || (is_exception && kvm_exception_is_soft(vector))) && in svm_complete_soft_interrupt()
4263 else if (!nrips && (is_soft || is_exception) && in svm_complete_soft_interrupt()