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:xen_vector
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
smp.c
191
int
xen_vector
;
in xen_map_vector()
local
195
xen_vector
= XEN_RESCHEDULE_VECTOR;
in xen_map_vector()
198
xen_vector
= XEN_CALL_FUNCTION_VECTOR;
in xen_map_vector()
201
xen_vector
= XEN_CALL_FUNCTION_SINGLE_VECTOR;
in xen_map_vector()
204
xen_vector
= XEN_IRQ_WORK_VECTOR;
in xen_map_vector()
209
xen_vector
= XEN_NMI_VECTOR;
in xen_map_vector()
213
xen_vector
= -1;
in xen_map_vector()
218
return
xen_vector
;
in xen_map_vector()
224
int
xen_vector
= xen_map_vector(vector);
in xen_send_IPI_mask()
local
226
if (
xen_vector
>
in xen_send_IPI_mask()
232
int
xen_vector
= xen_map_vector(vector);
xen_send_IPI_all()
local
240
int
xen_vector
= xen_map_vector(vector);
xen_send_IPI_self()
local
243
xen_send_IPI_one(smp_processor_id(),
xen_vector
);
xen_send_IPI_self()
local
251
int
xen_vector
= xen_map_vector(vector);
xen_send_IPI_mask_allbutself()
local
[all...]
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
smp.c
179
int
xen_vector
;
in xen_map_vector()
local
183
xen_vector
= XEN_RESCHEDULE_VECTOR;
in xen_map_vector()
186
xen_vector
= XEN_CALL_FUNCTION_VECTOR;
in xen_map_vector()
189
xen_vector
= XEN_CALL_FUNCTION_SINGLE_VECTOR;
in xen_map_vector()
192
xen_vector
= XEN_IRQ_WORK_VECTOR;
in xen_map_vector()
197
xen_vector
= XEN_NMI_VECTOR;
in xen_map_vector()
201
xen_vector
= -1;
in xen_map_vector()
206
return
xen_vector
;
in xen_map_vector()
212
int
xen_vector
= xen_map_vector(vector);
in xen_send_IPI_mask()
local
214
if (
xen_vector
>
in xen_send_IPI_mask()
220
int
xen_vector
= xen_map_vector(vector);
xen_send_IPI_all()
local
228
int
xen_vector
= xen_map_vector(vector);
xen_send_IPI_self()
local
231
xen_send_IPI_one(smp_processor_id(),
xen_vector
);
xen_send_IPI_self()
local
239
int
xen_vector
= xen_map_vector(vector);
xen_send_IPI_mask_allbutself()
local
[all...]
Completed in 1 milliseconds