Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\process.c Create Date:2022-07-28 07:48:41
Last Modify:2020-03-16 17:03:44 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set_tsc_mode

Proto:int set_tsc_mode(unsigned int val)

Type:int

Parameter:

TypeParameterName
unsigned intval
236  If val == hrow a SIGSEGV instead of reading the TSC Then disable_TSC()
238  Else if val == allow the use of the timestamp counter Then enable_TSC()
240  Else Return -EINVAL
243  Return 0