lib/crc/x86/crc16-msb-pclmul.S

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

File Facts

System
Linux kernel
Corpus path
lib/crc/x86/crc16-msb-pclmul.S
Extension
.S
Size
177 bytes
Lines
7
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(crc16_msb, /* bits= */ 16, /* lsb= */ 0)

Annotation

Implementation Notes