lib/crc/x86/crc64-pclmul.S

Source file repositories/reference/linux-study-clean/lib/crc/x86/crc64-pclmul.S

File Facts

System
Linux kernel
Corpus path
lib/crc/x86/crc64-pclmul.S
Extension
.S
Size
242 bytes
Lines
8
Domain
Kernel Services
Bucket
lib
Inferred role
Kernel Services: lib
Status
atlas-only

Why This File Exists

Shared kernel service surface used by multiple subsystems, including helpers, cryptography, virtualization support, and async I/O infrastructure.

Dependency Surface

Detected Declarations

Annotated Snippet

// Copyright 2025 Google LLC

#include "crc-pclmul-template.S"

DEFINE_CRC_PCLMUL_FUNCS(crc64_msb, /* bits= */ 64, /* lsb= */ 0)
DEFINE_CRC_PCLMUL_FUNCS(crc64_lsb, /* bits= */ 64, /* lsb= */ 1)

Annotation

Implementation Notes