LCOV - code coverage report
Current view: top level - arch/x86/include/asm - kaslr.h (source / functions) Hit Total Coverage
Test: combined.info Lines: 1 1 100.0 %
Date: 2022-04-01 14:35:51 Functions: 0 0 -
Branches: 1 2 50.0 %

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: GPL-2.0 */
       2                 :            : #ifndef _ASM_KASLR_H_
       3                 :            : #define _ASM_KASLR_H_
       4                 :            : 
       5                 :            : unsigned long kaslr_get_random_long(const char *purpose);
       6                 :            : 
       7                 :            : #ifdef CONFIG_RANDOMIZE_MEMORY
       8                 :            : void kernel_randomize_memory(void);
       9                 :            : #else
      10         [ -  + ]:         21 : static inline void kernel_randomize_memory(void) { }
      11                 :            : #endif /* CONFIG_RANDOMIZE_MEMORY */
      12                 :            : 
      13                 :            : #endif

Generated by: LCOV version 1.14