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:sbv
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
pci.c
45
aift->
sbv
= NULL;
in kvm_s390_pci_aen_exit()
61
aift->
sbv
= airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC, NULL);
in zpci_setup_aipb()
62
if (!aift->
sbv
) {
in zpci_setup_aipb()
66
zpci_aif_sbv = aift->
sbv
;
in zpci_setup_aipb()
76
zpci_aipb->aipb.faisb = virt_to_phys(aift->
sbv
->vector);
in zpci_setup_aipb()
92
airq_iv_release(aift->
sbv
);
in zpci_setup_aipb()
114
aift->
sbv
= zpci_aif_sbv;
in zpci_reset_aipb()
125
if (aift->gait || aift->
sbv
)
in kvm_s390_pci_aen_init()
170
fib.fmt0.aisb = virt_to_phys(aift->
sbv
->vector + (zdev->aisb / 64) * 8);
in kvm_zpci_set_airq()
285
bit = airq_iv_alloc_bit(aift->
sbv
);
in kvm_s390_pci_aif_enable()
[all...]
H
A
D
pci.h
38
struct airq_iv *
sbv
;
member
H
A
D
interrupt.c
3369
si = airq_iv_scan(aift->
sbv
, si, airq_iv_end(aift->
sbv
));
in aen_process_gait()
Completed in 6 milliseconds