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:is_intel
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
cpucheck.c
79
static int
is_intel
(void)
in is_intel()
function
174
is_intel
() && cpu.level == 6 &&
in check_cpu()
204
if (!
is_intel
() ||
in check_knl_erratum()
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
cpucheck.c
80
static int
is_intel
(void)
in is_intel()
function
174
is_intel
() && cpu.level == 6 &&
in check_cpu()
204
if (!
is_intel
() ||
in check_knl_erratum()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
expr.c
76
bool
is_intel
= false;
in test__expr()
local
80
is_intel
= strstr(buf, "Intel") != NULL;
in test__expr()
244
if (
is_intel
)
in test__expr()
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
pmu.h
165
bool
is_intel
= boot_cpu_data.x86_vendor == X86_VENDOR_INTEL;
in kvm_init_pmu_capability()
local
189
else if (
is_intel
&& !kvm_pmu_cap.version)
in kvm_init_pmu_capability()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-acpi.c
76
bool
is_intel
;
member
402
c->
is_intel
= true;
in intel_probe_slot()
999
if (c->
is_intel
&& c->reset_signal_volt_on_suspend &&
in sdhci_acpi_reset_signal_voltage_if_needed()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-acpi.c
75
bool
is_intel
;
member
327
c->
is_intel
= true;
in intel_probe_slot()
950
if (c->
is_intel
&& c->reset_signal_volt_on_suspend &&
in sdhci_acpi_reset_signal_voltage_if_needed()
Completed in 6 milliseconds