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:maprange
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
iommu.c
372
const struct dynamic_dma_window_prop *
maprange
= arg;
in tce_clearrange_multi_pSeriesLP()
local
378
tce_shift = be32_to_cpu(
maprange
->tce_shift);
in tce_clearrange_multi_pSeriesLP()
397
dma_offset = next + be64_to_cpu(
maprange
->dma_base);
in tce_clearrange_multi_pSeriesLP()
399
rc = plpar_tce_stuff((u64)be32_to_cpu(
maprange
->liobn),
in tce_clearrange_multi_pSeriesLP()
412
const struct dynamic_dma_window_prop *
maprange
= arg;
in tce_setrange_multi_pSeriesLP()
local
420
unsigned long tceshift = be32_to_cpu(
maprange
->tce_shift);
in tce_setrange_multi_pSeriesLP()
422
be64_to_cpu(
maprange
->dma_base);
in tce_setrange_multi_pSeriesLP()
427
return tce_build_pSeriesLP(be32_to_cpu(
maprange
->liobn),
in tce_setrange_multi_pSeriesLP()
446
liobn = (u64)be32_to_cpu(
maprange
->liobn);
in tce_setrange_multi_pSeriesLP()
447
tce_shift = be32_to_cpu(
maprange
in tce_setrange_multi_pSeriesLP()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
iommu.c
402
const struct dynamic_dma_window_prop *
maprange
= arg;
in tce_clearrange_multi_pSeriesLP()
local
408
tce_shift = be32_to_cpu(
maprange
->tce_shift);
in tce_clearrange_multi_pSeriesLP()
427
dma_offset = next + be64_to_cpu(
maprange
->dma_base);
in tce_clearrange_multi_pSeriesLP()
429
rc = plpar_tce_stuff((u64)be32_to_cpu(
maprange
->liobn),
in tce_clearrange_multi_pSeriesLP()
442
const struct dynamic_dma_window_prop *
maprange
= arg;
in tce_setrange_multi_pSeriesLP()
local
450
unsigned long tceshift = be32_to_cpu(
maprange
->tce_shift);
in tce_setrange_multi_pSeriesLP()
452
be64_to_cpu(
maprange
->dma_base);
in tce_setrange_multi_pSeriesLP()
457
return tce_build_pSeriesLP(be32_to_cpu(
maprange
->liobn),
in tce_setrange_multi_pSeriesLP()
476
liobn = (u64)be32_to_cpu(
maprange
->liobn);
in tce_setrange_multi_pSeriesLP()
477
tce_shift = be32_to_cpu(
maprange
in tce_setrange_multi_pSeriesLP()
[all...]
Completed in 4 milliseconds