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:get_cpu_cap
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
cpu.h
65
extern void
get_cpu_cap
(struct cpuinfo_x86 *c);
H
A
D
common.c
899
void
get_cpu_cap
(struct cpuinfo_x86 *c)
in get_cpu_cap()
function
1458
get_cpu_cap
(c);
in early_identify_cpu()
1616
get_cpu_cap
(c);
in generic_identify()
2213
get_cpu_cap
(curr_info);
in store_cpu_caps()
H
A
D
intel.c
190
get_cpu_cap
(c);
in early_init_intel()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
cpu.h
66
extern void
get_cpu_cap
(struct cpuinfo_x86 *c);
H
A
D
common.c
1032
void
get_cpu_cap
(struct cpuinfo_x86 *c)
in get_cpu_cap()
function
1635
get_cpu_cap
(c);
in early_identify_cpu()
1791
get_cpu_cap
(c);
in generic_identify()
2352
get_cpu_cap
(curr_info);
in store_cpu_caps()
H
A
D
intel.c
280
get_cpu_cap
(c);
in early_init_intel()
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
enlighten_pv.c
92
#include "../kernel/cpu/cpu.h" /*
get_cpu_cap
() */
1274
get_cpu_cap
(&boot_cpu_data);
in xen_start_kernel()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
enlighten_pv.c
93
#include "../kernel/cpu/cpu.h" /*
get_cpu_cap
() */
1376
get_cpu_cap
(&boot_cpu_data);
in xen_start_kernel()
Completed in 13 milliseconds