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:cpu_end
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/of/
H
A
D
address.c
1052
u64
cpu_end
= 0;
in of_dma_get_max_cpu_address()
local
1062
if (range.cpu_addr + range.size >
cpu_end
)
in of_dma_get_max_cpu_address()
1063
cpu_end
= range.cpu_addr + range.size - 1;
in of_dma_get_max_cpu_address()
1065
if (max_cpu_addr >
cpu_end
)
in of_dma_get_max_cpu_address()
1066
max_cpu_addr =
cpu_end
;
in of_dma_get_max_cpu_address()
/kernel/linux/linux-6.6/drivers/of/
H
A
D
address.c
1028
u64
cpu_end
= 0;
in of_dma_get_max_cpu_address()
local
1038
if (range.cpu_addr + range.size >
cpu_end
)
in of_dma_get_max_cpu_address()
1039
cpu_end
= range.cpu_addr + range.size - 1;
in of_dma_get_max_cpu_address()
1041
if (max_cpu_addr >
cpu_end
)
in of_dma_get_max_cpu_address()
1042
max_cpu_addr =
cpu_end
;
in of_dma_get_max_cpu_address()
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-v3-semi.c
603
u64
cpu_end
= entry->res->end;
in v3_get_dma_range_config()
local
604
u64 pci_end =
cpu_end
- entry->offset;
in v3_get_dma_range_config()
668
cpu_addr,
cpu_end
,
in v3_get_dma_range_config()
H
A
D
pcie-rcar-host.c
821
u64
cpu_end
= entry->res->end;
in rcar_pcie_inbound_ranges()
local
831
while (cpu_addr <
cpu_end
) {
in rcar_pcie_inbound_ranges()
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-v3-semi.c
601
u64
cpu_end
= entry->res->end;
in v3_get_dma_range_config()
local
602
u64 pci_end =
cpu_end
- entry->offset;
in v3_get_dma_range_config()
666
cpu_addr,
cpu_end
,
in v3_get_dma_range_config()
H
A
D
pcie-rcar-host.c
881
u64
cpu_end
= entry->res->end;
in rcar_pcie_inbound_ranges()
local
891
while (cpu_addr <
cpu_end
) {
in rcar_pcie_inbound_ranges()
Completed in 9 milliseconds