LCOV - code coverage report
Current view: top level - arch/x86/include/asm - irq_work.h (source / functions) Hit Total Coverage
Test: combined.info Lines: 0 2 0.0 %
Date: 2022-04-01 14:58:12 Functions: 0 0 -
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: GPL-2.0 */
       2                 :            : #ifndef _ASM_IRQ_WORK_H
       3                 :            : #define _ASM_IRQ_WORK_H
       4                 :            : 
       5                 :            : #include <asm/cpufeature.h>
       6                 :            : 
       7                 :            : #ifdef CONFIG_X86_LOCAL_APIC
       8                 :          0 : static inline bool arch_irq_work_has_interrupt(void)
       9                 :            : {
      10                 :          0 :         return boot_cpu_has(X86_FEATURE_APIC);
      11                 :            : }
      12                 :            : extern void arch_irq_work_raise(void);
      13                 :            : extern __visible void smp_irq_work_interrupt(struct pt_regs *regs);
      14                 :            : #else
      15                 :            : static inline bool arch_irq_work_has_interrupt(void)
      16                 :            : {
      17                 :            :         return false;
      18                 :            : }
      19                 :            : #endif
      20                 :            : 
      21                 :            : #endif /* _ASM_IRQ_WORK_H */

Generated by: LCOV version 1.14