Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\prefetch.h Create Date:2022-07-28 05:56:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:prefetch_range

Proto:static inline void prefetch_range(void *addr, size_t len)

Type:void

Parameter:

TypeParameterName
void *addr
size_tlen
58  end = addr + len
60  When cp < end cycle Prefetch instructions for Pentium III (+) and AMD Athlon (+)* It's not worth to care about 3dnow prefetches for the K6* because they are microcoded there and very slow.