arch/arm/lib/testclearbit.S

Source file repositories/reference/linux-study-clean/arch/arm/lib/testclearbit.S

File Facts

System
Linux kernel
Corpus path
arch/arm/lib/testclearbit.S
Extension
.S
Size
358 bytes
Lines
17
Domain
Architecture Layer
Bucket
arch/arm
Inferred role
Architecture Layer: arch/arm
Status
atlas-only

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

#include <linux/linkage.h>
#include <asm/assembler.h>
#include "bitops.h"
                .text

testop	_test_and_clear_bit, bicne, strne

#if __LINUX_ARM_ARCH__ >= 6
sync_testop	_sync_test_and_clear_bit, bicne, strne
#endif

Annotation

Implementation Notes