1 /* SPDX-License-Identifier: GPL-2.0-or-later * << 2 /* 1 /* 3 * Driver for VIA PadLock 2 * Driver for VIA PadLock 4 * 3 * 5 * Copyright (c) 2004 Michal Ludvig <michal@lo 4 * Copyright (c) 2004 Michal Ludvig <michal@logix.cz> >> 5 * >> 6 * This program is free software; you can redistribute it and/or modify it >> 7 * under the terms of the GNU General Public License as published by the Free >> 8 * Software Foundation; either version 2 of the License, or (at your option) >> 9 * any later version. >> 10 * 6 */ 11 */ 7 12 8 #ifndef _CRYPTO_PADLOCK_H 13 #ifndef _CRYPTO_PADLOCK_H 9 #define _CRYPTO_PADLOCK_H 14 #define _CRYPTO_PADLOCK_H 10 15 11 #define PADLOCK_ALIGNMENT 16 16 #define PADLOCK_ALIGNMENT 16 12 17 13 #define PFX KBUILD_MODNAME ": " 18 #define PFX KBUILD_MODNAME ": " 14 19 15 #define PADLOCK_CRA_PRIORITY 300 20 #define PADLOCK_CRA_PRIORITY 300 16 #define PADLOCK_COMPOSITE_PRIORITY 400 21 #define PADLOCK_COMPOSITE_PRIORITY 400 17 22 18 #ifdef CONFIG_64BIT 23 #ifdef CONFIG_64BIT 19 #define STACK_ALIGN 16 24 #define STACK_ALIGN 16 20 #else 25 #else 21 #define STACK_ALIGN 4 26 #define STACK_ALIGN 4 22 #endif 27 #endif 23 28 24 #endif /* _CRYPTO_PADLOCK_H */ 29 #endif /* _CRYPTO_PADLOCK_H */ 25 30
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.