~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/include/linux/sizes.h

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0-only */
  2 /*
  3  * include/linux/sizes.h
  4  */
  5 #ifndef __LINUX_SIZES_H__
  6 #define __LINUX_SIZES_H__
  7 
  8 #include <linux/const.h>
  9 
 10 #define SZ_1                            0x00000001
 11 #define SZ_2                            0x00000002
 12 #define SZ_4                            0x00000004
 13 #define SZ_8                            0x00000008
 14 #define SZ_16                           0x00000010
 15 #define SZ_32                           0x00000020
 16 #define SZ_64                           0x00000040
 17 #define SZ_128                          0x00000080
 18 #define SZ_256                          0x00000100
 19 #define SZ_512                          0x00000200
 20 
 21 #define SZ_1K                           0x00000400
 22 #define SZ_2K                           0x00000800
 23 #define SZ_4K                           0x00001000
 24 #define SZ_8K                           0x00002000
 25 #define SZ_16K                          0x00004000
 26 #define SZ_32K                          0x00008000
 27 #define SZ_64K                          0x00010000
 28 #define SZ_128K                         0x00020000
 29 #define SZ_256K                         0x00040000
 30 #define SZ_512K                         0x00080000
 31 
 32 #define SZ_1M                           0x00100000
 33 #define SZ_2M                           0x00200000
 34 #define SZ_4M                           0x00400000
 35 #define SZ_8M                           0x00800000
 36 #define SZ_16M                          0x01000000
 37 #define SZ_32M                          0x02000000
 38 #define SZ_64M                          0x04000000
 39 #define SZ_128M                         0x08000000
 40 #define SZ_256M                         0x10000000
 41 #define SZ_512M                         0x20000000
 42 
 43 #define SZ_1G                           0x40000000
 44 #define SZ_2G                           0x80000000
 45 
 46 #define SZ_4G                           _AC(0x100000000, ULL)
 47 
 48 #endif /* __LINUX_SIZES_H__ */
 49 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php