arch/arm64/kvm/hyp/include/nvhe/spinlock.h

Source file repositories/reference/linux-study-clean/arch/arm64/kvm/hyp/include/nvhe/spinlock.h

File Facts

System
Linux kernel
Corpus path
arch/arm64/kvm/hyp/include/nvhe/spinlock.h
Extension
.h
Size
2912 bytes
Lines
126
Domain
Architecture Layer
Bucket
arch/arm64
Inferred role
Architecture Layer: implementation source
Status
source 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

static inline void hyp_assert_lock_held(hyp_spinlock_t *lock) { }
#endif

#endif /* __ARM64_KVM_NVHE_SPINLOCK_H__ */

Annotation

Implementation Notes