arch/powerpc/platforms/pseries/papr-rtas-common.h

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/pseries/papr-rtas-common.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/pseries/papr-rtas-common.h
Extension
.h
Size
2347 bytes
Lines
62
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: operation-table or driver-model contract
Status
pattern 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

const struct file_operations *fops, char *name);
extern bool papr_rtas_sequence_should_stop(const struct papr_rtas_sequence *seq,
				s32 status, bool init_state);
extern ssize_t papr_rtas_common_handle_read(struct file *file,
			char __user *buf, size_t size, loff_t *off);
extern int papr_rtas_common_handle_release(struct inode *inode,
					struct file *file);
extern loff_t papr_rtas_common_handle_seek(struct file *file, loff_t off,
					int whence);
#endif /* _ASM_POWERPC_PAPR_RTAS_COMMON_H */

Annotation

Implementation Notes