arch/x86/crypto/aria_gfni_avx512_glue.c

Source file repositories/reference/linux-study-clean/arch/x86/crypto/aria_gfni_avx512_glue.c

File Facts

System
Linux kernel
Corpus path
arch/x86/crypto/aria_gfni_avx512_glue.c
Extension
.c
Size
7499 bytes
Lines
243
Domain
Architecture Layer
Bucket
arch/x86
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

module_init(aria_avx512_init);
module_exit(aria_avx512_exit);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Taehee Yoo <ap420073@gmail.com>");
MODULE_DESCRIPTION("ARIA Cipher Algorithm, AVX512/GFNI optimized");
MODULE_ALIAS_CRYPTO("aria");
MODULE_ALIAS_CRYPTO("aria-gfni-avx512");

Annotation

Implementation Notes