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:m64_bar_alloc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
pci-sriov.c
305
clear_bit(window_id, &phb->ioda.
m64_bar_alloc
);
in pnv_pci_vf_release_m64()
409
win = find_next_zero_bit(&phb->ioda.
m64_bar_alloc
,
in pnv_pci_alloc_m64_bar()
414
} while (test_and_set_bit(win, &phb->ioda.
m64_bar_alloc
));
in pnv_pci_alloc_m64_bar()
H
A
D
pci.h
158
unsigned long
m64_bar_alloc
;
member
H
A
D
pci-ioda.c
506
phb->ioda.
m64_bar_alloc
= (unsigned long)-1;
in pnv_ioda_parse_m64_window()
516
clear_bit(i, &phb->ioda.
m64_bar_alloc
);
in pnv_ioda_parse_m64_window()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
pci-sriov.c
299
clear_bit(window_id, &phb->ioda.
m64_bar_alloc
);
in pnv_pci_vf_release_m64()
403
win = find_next_zero_bit(&phb->ioda.
m64_bar_alloc
,
in pnv_pci_alloc_m64_bar()
408
} while (test_and_set_bit(win, &phb->ioda.
m64_bar_alloc
));
in pnv_pci_alloc_m64_bar()
H
A
D
pci.h
148
unsigned long
m64_bar_alloc
;
member
H
A
D
pci-ioda.c
422
phb->ioda.
m64_bar_alloc
= (unsigned long)-1;
in pnv_ioda_parse_m64_window()
432
clear_bit(i, &phb->ioda.
m64_bar_alloc
);
in pnv_ioda_parse_m64_window()
Completed in 13 milliseconds