vmx.c (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) vmx.c (cdd30ebb1b9f36159d66f088b61aee264e649d7a)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Routines supporting VMX instructions on the Power 8
4 *
5 * Copyright (C) 2015 International Business Machines Inc.
6 *
7 * Author: Marcelo Henrique Cerri <mhcerri@br.ibm.com>
8 */

--- 60 unchanged lines hidden (view full) ---

69module_cpu_feature_match(PPC_MODULE_FEATURE_VEC_CRYPTO, p8_init);
70module_exit(p8_exit);
71
72MODULE_AUTHOR("Marcelo Cerri<mhcerri@br.ibm.com>");
73MODULE_DESCRIPTION("IBM VMX cryptographic acceleration instructions "
74 "support on Power 8");
75MODULE_LICENSE("GPL");
76MODULE_VERSION("1.0.0");
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * Routines supporting VMX instructions on the Power 8
4 *
5 * Copyright (C) 2015 International Business Machines Inc.
6 *
7 * Author: Marcelo Henrique Cerri <mhcerri@br.ibm.com>
8 */

--- 60 unchanged lines hidden (view full) ---

69module_cpu_feature_match(PPC_MODULE_FEATURE_VEC_CRYPTO, p8_init);
70module_exit(p8_exit);
71
72MODULE_AUTHOR("Marcelo Cerri<mhcerri@br.ibm.com>");
73MODULE_DESCRIPTION("IBM VMX cryptographic acceleration instructions "
74 "support on Power 8");
75MODULE_LICENSE("GPL");
76MODULE_VERSION("1.0.0");
77MODULE_IMPORT_NS(CRYPTO_INTERNAL);
77MODULE_IMPORT_NS("CRYPTO_INTERNAL");