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:cpue
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
sclp_early.c
25
struct sclp_core_entry *
cpue
;
in sclp_early_facilities_detect()
local
71
cpue
= (void *)sccb + sccb->cpuoff;
in sclp_early_facilities_detect()
72
for (cpu = 0; cpu < sccb->ncpurl;
cpue
++, cpu++) {
in sclp_early_facilities_detect()
73
if (boot_cpu_address !=
cpue
->core_id)
in sclp_early_facilities_detect()
75
sclp.has_siif =
cpue
->siif;
in sclp_early_facilities_detect()
76
sclp.has_sigpif =
cpue
->sigpif;
in sclp_early_facilities_detect()
77
sclp.has_sief2 =
cpue
->sief2;
in sclp_early_facilities_detect()
78
sclp.has_gpere =
cpue
->gpere;
in sclp_early_facilities_detect()
79
sclp.has_ib =
cpue
->ib;
in sclp_early_facilities_detect()
80
sclp.has_cei =
cpue
in sclp_early_facilities_detect()
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
sclp_early.c
28
struct sclp_core_entry *
cpue
;
in sclp_early_facilities_detect()
local
85
cpue
= (void *)sccb + sccb->cpuoff;
in sclp_early_facilities_detect()
86
for (cpu = 0; cpu < sccb->ncpurl;
cpue
++, cpu++) {
in sclp_early_facilities_detect()
87
if (boot_cpu_address !=
cpue
->core_id)
in sclp_early_facilities_detect()
89
sclp.has_siif =
cpue
->siif;
in sclp_early_facilities_detect()
90
sclp.has_sigpif =
cpue
->sigpif;
in sclp_early_facilities_detect()
91
sclp.has_sief2 =
cpue
->sief2;
in sclp_early_facilities_detect()
92
sclp.has_gpere =
cpue
->gpere;
in sclp_early_facilities_detect()
93
sclp.has_ib =
cpue
->ib;
in sclp_early_facilities_detect()
94
sclp.has_cei =
cpue
in sclp_early_facilities_detect()
[all...]
Completed in 1 milliseconds