LCOV - code coverage report
Current view: top level - include/linux - kvm_para.h (source / functions) Hit Total Coverage
Test: landlock.info Lines: 4 4 100.0 %
Date: 2021-04-22 12:43:58 Functions: 0 0 -

          Line data    Source code
       1             : /* SPDX-License-Identifier: GPL-2.0 */
       2             : #ifndef __LINUX_KVM_PARA_H
       3             : #define __LINUX_KVM_PARA_H
       4             : 
       5             : #include <uapi/linux/kvm_para.h>
       6             : 
       7             : 
       8          24 : static inline bool kvm_para_has_feature(unsigned int feature)
       9             : {
      10          42 :         return !!(kvm_arch_para_features() & (1UL << feature));
      11             : }
      12             : 
      13           4 : static inline bool kvm_para_has_hint(unsigned int feature)
      14             : {
      15           8 :         return !!(kvm_arch_para_hints() & (1UL << feature));
      16             : }
      17             : #endif /* __LINUX_KVM_PARA_H */

Generated by: LCOV version 1.14