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:zpci_iomap_start
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/pci/
H
A
D
pci.c
57
struct zpci_iomap_entry *
zpci_iomap_start
;
variable
58
EXPORT_SYMBOL_GPL(
zpci_iomap_start
);
variable
279
WARN_ON(!++
zpci_iomap_start
[idx].count);
in pci_iomap_range_fh()
280
zpci_iomap_start
[idx].fh = zdev->fh;
in pci_iomap_range_fh()
281
zpci_iomap_start
[idx].bar = bar;
in pci_iomap_range_fh()
354
WARN_ON(!
zpci_iomap_start
[idx].count);
in pci_iounmap_fh()
355
if (!--
zpci_iomap_start
[idx].count) {
in pci_iounmap_fh()
356
zpci_iomap_start
[idx].fh = 0;
in pci_iounmap_fh()
357
zpci_iomap_start
[idx].bar = 0;
in pci_iounmap_fh()
456
memset(&
zpci_iomap_start
[entr
in zpci_free_iomap()
[all...]
H
A
D
pci_insn.c
216
struct zpci_iomap_entry *entry = &
zpci_iomap_start
[ZPCI_IDX(addr)];
in zpci_load_fh()
305
struct zpci_iomap_entry *entry = &
zpci_iomap_start
[ZPCI_IDX(addr)];
in zpci_store_fh()
392
struct zpci_iomap_entry *entry = &
zpci_iomap_start
[ZPCI_IDX(dst)];
in zpci_write_block_fh()
/kernel/linux/linux-5.10/arch/s390/pci/
H
A
D
pci.c
57
struct zpci_iomap_entry *
zpci_iomap_start
;
variable
58
EXPORT_SYMBOL_GPL(
zpci_iomap_start
);
variable
300
WARN_ON(!++
zpci_iomap_start
[idx].count);
in pci_iomap_range_fh()
301
zpci_iomap_start
[idx].fh = zdev->fh;
in pci_iomap_range_fh()
302
zpci_iomap_start
[idx].bar = bar;
in pci_iomap_range_fh()
375
WARN_ON(!
zpci_iomap_start
[idx].count);
in pci_iounmap_fh()
376
if (!--
zpci_iomap_start
[idx].count) {
in pci_iounmap_fh()
377
zpci_iomap_start
[idx].fh = 0;
in pci_iounmap_fh()
378
zpci_iomap_start
[idx].bar = 0;
in pci_iounmap_fh()
477
memset(&
zpci_iomap_start
[entr
in zpci_free_iomap()
[all...]
H
A
D
pci_insn.c
168
struct zpci_iomap_entry *entry = &
zpci_iomap_start
[ZPCI_IDX(addr)];
in zpci_load_fh()
252
struct zpci_iomap_entry *entry = &
zpci_iomap_start
[ZPCI_IDX(addr)];
in zpci_store_fh()
332
struct zpci_iomap_entry *entry = &
zpci_iomap_start
[ZPCI_IDX(dst)];
in zpci_write_block_fh()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
pci_io.h
33
extern struct zpci_iomap_entry *
zpci_iomap_start
;
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
pci_io.h
33
extern struct zpci_iomap_entry *
zpci_iomap_start
;
Completed in 5 milliseconds