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:X86_VENDOR_NUM
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
H
A
D
mtrr.c
76
static const struct mtrr_ops *mtrr_ops[
X86_VENDOR_NUM
] __ro_after_init;
85
if (ops->vendor && ops->vendor <
X86_VENDOR_NUM
)
in set_mtrr_ops()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H
A
D
common.c
645
static const struct cpu_dev *cpu_devs[
X86_VENDOR_NUM
] = {};
802
for (i = 0; i <
X86_VENDOR_NUM
; i++) {
in get_cpu_vendor()
1012
for (i = 0; i <
X86_VENDOR_NUM
; i++)
in identify_cpu_without_cpuid()
1519
if (count >=
X86_VENDOR_NUM
)
in early_cpu_init()
1874
if (c->x86_vendor <
X86_VENDOR_NUM
) {
in print_cpu_info()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
common.c
778
static const struct cpu_dev *cpu_devs[
X86_VENDOR_NUM
] = {};
935
for (i = 0; i <
X86_VENDOR_NUM
; i++) {
in get_cpu_vendor()
1145
for (i = 0; i <
X86_VENDOR_NUM
; i++)
in identify_cpu_without_cpuid()
1696
if (count >=
X86_VENDOR_NUM
)
in early_cpu_init()
2054
if (c->x86_vendor <
X86_VENDOR_NUM
) {
in print_cpu_info()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
processor.h
165
#define
X86_VENDOR_NUM
11
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
processor.h
161
#define
X86_VENDOR_NUM
12
macro
Completed in 10 milliseconds