arch/powerpc/platforms/microwatt/rng.c

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/microwatt/rng.c

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/microwatt/rng.c
Extension
.c
Size
863 bytes
Lines
45
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

if (microwatt_get_random_darn(&val)) {
			ppc_md.get_random_seed = microwatt_get_random_darn;
			return;
		}
	}
}

Annotation

Implementation Notes