arch/s390/include/asm/archrandom.h

Source file repositories/reference/linux-study-clean/arch/s390/include/asm/archrandom.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/asm/archrandom.h
Extension
.h
Size
947 bytes
Lines
39
Domain
Architecture Layer
Bucket
arch/s390
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

in_task()) {
		cpacf_trng(NULL, 0, (u8 *)v, max_longs * sizeof(*v));
		atomic64_add(max_longs * sizeof(*v), &s390_arch_random_counter);
		return max_longs;
	}
	return 0;
}

#endif /* _ASM_S390_ARCHRANDOM_H */

Annotation

Implementation Notes