arch/powerpc/include/asm/tm.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/asm/tm.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/tm.h
Extension
.h
Size
626 bytes
Lines
23
Domain
Architecture Layer
Bucket
arch/powerpc
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

#include <uapi/asm/tm.h>

#ifndef __ASSEMBLER__

extern void tm_reclaim(struct thread_struct *thread,
		       uint8_t cause);
extern void tm_reclaim_current(uint8_t cause);
extern void tm_recheckpoint(struct thread_struct *thread);
extern void tm_save_sprs(struct thread_struct *thread);
extern void tm_restore_sprs(struct thread_struct *thread);

extern bool tm_suspend_disabled;

#endif /* __ASSEMBLER__ */

Annotation

Implementation Notes