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

param.h (368B)


      1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
      2#ifndef _UAPI__ASM_GENERIC_PARAM_H
      3#define _UAPI__ASM_GENERIC_PARAM_H
      4
      5#ifndef HZ
      6#define HZ 100
      7#endif
      8
      9#ifndef EXEC_PAGESIZE
     10#define EXEC_PAGESIZE	4096
     11#endif
     12
     13#ifndef NOGROUP
     14#define NOGROUP		(-1)
     15#endif
     16
     17#define MAXHOSTNAMELEN	64	/* max length of hostname */
     18
     19
     20#endif /* _UAPI__ASM_GENERIC_PARAM_H */