cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

kmemleak.h (324B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2#ifndef _KMEMLEAK_H
      3#define _KMEMLEAK_H
      4
      5static inline void kmemleak_free_part_phys(phys_addr_t phys, size_t size)
      6{
      7}
      8
      9static inline void kmemleak_alloc_phys(phys_addr_t phys, size_t size,
     10				       int min_count, gfp_t gfp)
     11{
     12}
     13
     14static inline void dump_stack(void)
     15{
     16}
     17
     18#endif