Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\memtest.c Create Date:2022-07-28 15:57:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:do_one_pass

Proto:static void __init do_one_pass(u64 pattern, phys_addr_t start, phys_addr_t end)

Type:void

Parameter:

TypeParameterName
u64pattern
phys_addr_tstart
phys_addr_tend
71  r_each_free_mem_range - iterate through free memblock areas*@i: u64 used as loop variable*@nid: node selector, %NUMA_NO_NODE for all nodes*@flags: pick from blocks based on memory attributes*@p_start: ptr to phys_addr_t for start address of the range, can (i, NUMA_NO_NODE, No special request , & this_start, & this_end, NULL)
73  this_start = clamp - return a value clamped to a given range with strict typechecking*@val: current value*@lo: lowest allowable value*@hi: highest allowable value* This macro does strict typechecking of @lo/@hi to make sure they are of the* same type as @val(this_start, start, end)
74  this_end = clamp - return a value clamped to a given range with strict typechecking*@val: current value*@lo: lowest allowable value*@hi: highest allowable value* This macro does strict typechecking of @lo/@hi to make sure they are of the* same type as @val(this_end, start, end)
75  If this_start < this_end Then
76  pr_info(" %pa - %pa pattern %016llx\n", & this_start, & this_end, cpu_to_be64(pattern))
Caller
NameDescribe
early_memtest