LCOV - code coverage report
Current view: top level - arch/x86/um - mem_64.c (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 3 0.0 %
Date: 2023-03-27 20:00:47 Functions: 0 1 0.0 %

          Line data    Source code
       1             : // SPDX-License-Identifier: GPL-2.0
       2             : #include <linux/mm.h>
       3             : #include <asm/elf.h>
       4             : 
       5           0 : const char *arch_vma_name(struct vm_area_struct *vma)
       6             : {
       7           0 :         if (vma->vm_mm && vma->vm_start == um_vdso_addr)
       8             :                 return "[vdso]";
       9             : 
      10           0 :         return NULL;
      11             : }

Generated by: LCOV version 1.14