arch/csky/abiv2/inc/abi/page.h

Source file repositories/reference/linux-study-clean/arch/csky/abiv2/inc/abi/page.h

File Facts

System
Linux kernel
Corpus path
arch/csky/abiv2/inc/abi/page.h
Extension
.h
Size
167 bytes
Lines
7
Domain
Architecture Layer
Bucket
arch/csky
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 copy_user_page(void *to, void *from, unsigned long vaddr,
				  struct page *page)
{
	copy_page(to, from);
}

Annotation

Implementation Notes