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:low_mmio_space
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-hyperv.c
457
resource_size_t
low_mmio_space
;
member
1681
if (hbus->
low_mmio_space
|| hbus->high_mmio_space) {
in survey_child_resources()
1717
hbus->
low_mmio_space
+= bar_size;
in survey_child_resources()
1752
if (hbus->
low_mmio_space
) {
in prepopulate_bars()
1753
low_size = 1ULL << (63 - __builtin_clzll(hbus->
low_mmio_space
));
in prepopulate_bars()
2684
if (hbus->
low_mmio_space
&& hbus->low_mmio_res) {
in hv_pci_free_bridge_windows()
2727
if (hbus->
low_mmio_space
) {
in hv_pci_allocate_bridge_windows()
2728
align = 1ULL << (63 - __builtin_clzll(hbus->
low_mmio_space
));
in hv_pci_allocate_bridge_windows()
2731
hbus->
low_mmio_space
,
in hv_pci_allocate_bridge_windows()
2736
hbus->
low_mmio_space
);
in hv_pci_allocate_bridge_windows()
[all...]
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-hyperv.c
498
resource_size_t
low_mmio_space
;
member
2151
if (hbus->
low_mmio_space
|| hbus->high_mmio_space) {
in survey_child_resources()
2187
hbus->
low_mmio_space
+= bar_size;
in survey_child_resources()
2222
if (hbus->
low_mmio_space
) {
in prepopulate_bars()
2223
low_size = 1ULL << (63 - __builtin_clzll(hbus->
low_mmio_space
));
in prepopulate_bars()
3187
if (hbus->
low_mmio_space
&& hbus->low_mmio_res) {
in hv_pci_free_bridge_windows()
3230
if (hbus->
low_mmio_space
) {
in hv_pci_allocate_bridge_windows()
3231
align = 1ULL << (63 - __builtin_clzll(hbus->
low_mmio_space
));
in hv_pci_allocate_bridge_windows()
3234
hbus->
low_mmio_space
,
in hv_pci_allocate_bridge_windows()
3239
hbus->
low_mmio_space
);
in hv_pci_allocate_bridge_windows()
[all...]
Completed in 17 milliseconds