函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\tsc_sync.c Create Date:2022-07-27 09:24:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:tsc_store_and_check_tsc_adjust

函数原型:bool __init tsc_store_and_check_tsc_adjust(bool bootcpu)

返回类型:bool

参数:

类型参数名称
boolbootcpu
116  cur等于this_cpu_ptr( & tsc_adjust)
119  如果非boot_cpu_has(TSC adjustment MSR 0x3B )则返回:false
123  如果check_tsc_unstable()则返回:false
126  rdmsrl(MSR_IA32_TSC_ADJUST, bootval)
127  bootval等于bootval
128  nextcheck等于jiffiesHZ
129  tsc_sanitize_first_cpu(cur, bootval, 当前cpu ID(), bootcpu)
130  返回:false
调用者
名称描述
tsc_enable_sched_clock