Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ist_info
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
speedstep-smi.c
98
* shows that the latter occurs if !(
ist_info
.event & 0xFFFF).
106
if (!(
ist_info
.event & 0xFFFF)) {
in speedstep_smi_get_freqs()
338
ist_info
.signature,
ist_info
.command,
in speedstep_init()
339
ist_info
.event,
ist_info
.perf_level);
in speedstep_init()
343
if ((
ist_info
.signature != 0x47534943) && (
in speedstep_init()
350
smi_sig =
ist_info
.signature;
in speedstep_init()
356
smi_port =
ist_info
.command & 0xff;
in speedstep_init()
361
smi_cmd = (
ist_info
in speedstep_init()
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H
A
D
speedstep-smi.c
98
* shows that the latter occurs if !(
ist_info
.event & 0xFFFF).
106
if (!(
ist_info
.event & 0xFFFF)) {
in speedstep_smi_get_freqs()
338
ist_info
.signature,
ist_info
.command,
in speedstep_init()
339
ist_info
.event,
ist_info
.perf_level);
in speedstep_init()
343
if ((
ist_info
.signature != 0x47534943) && (
in speedstep_init()
350
smi_sig =
ist_info
.signature;
in speedstep_init()
356
smi_port =
ist_info
.command & 0xff;
in speedstep_init()
361
smi_cmd = (
ist_info
in speedstep_init()
[all...]
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
main.c
94
boot_params.
ist_info
.signature = oreg.eax;
in query_ist()
95
boot_params.
ist_info
.command = oreg.ebx;
in query_ist()
96
boot_params.
ist_info
.event = oreg.ecx;
in query_ist()
97
boot_params.
ist_info
.perf_level = oreg.edx;
in query_ist()
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
main.c
96
boot_params.
ist_info
.signature = oreg.eax;
in query_ist()
97
boot_params.
ist_info
.command = oreg.ebx;
in query_ist()
98
boot_params.
ist_info
.event = oreg.ecx;
in query_ist()
99
boot_params.
ist_info
.perf_level = oreg.edx;
in query_ist()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
ist.h
12
extern struct
ist_info
ist_info
;
H
A
D
bootparam_utils.h
61
BOOT_PARAM_PRESERVE(
ist_info
),
in sanitize_boot_params()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
ist.h
12
extern struct
ist_info
ist_info
;
H
A
D
bootparam_utils.h
61
BOOT_PARAM_PRESERVE(
ist_info
),
in sanitize_boot_params()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
ist.h
23
struct
ist_info
{
struct
H
A
D
bootparam.h
180
struct
ist_info
ist_info
; /* 0x060 */
member
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
ist.h
23
struct
ist_info
{
struct
H
A
D
bootparam.h
190
struct
ist_info
ist_info
; /* 0x060 */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
ist.h
22
struct
ist_info
{
struct
H
A
D
bootparam.h
155
struct
ist_info
ist_info
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
ist.h
22
struct
ist_info
{
struct
H
A
D
bootparam.h
155
struct
ist_info
ist_info
;
member
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
setup.c
127
struct
ist_info
ist_info
;
variable
128
EXPORT_SYMBOL(
ist_info
);
variable
130
struct
ist_info
ist_info
;
variable
858
ist_info
= boot_params.
ist_info
;
in setup_arch()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
setup.c
123
struct
ist_info
ist_info
;
variable
124
EXPORT_SYMBOL(
ist_info
);
variable
126
struct
ist_info
ist_info
;
variable
902
ist_info
= boot_params.
ist_info
;
in setup_arch()
Completed in 8 milliseconds