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:IO_SEGMENT_SHIFT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
iommu.c
94
#define
IO_SEGMENT_SHIFT
28
macro
95
#define IO_PAGENO_BITS(shift) (
IO_SEGMENT_SHIFT
- (shift))
303
segments = max(dbase + dsize, fbase + fsize) >>
IO_SEGMENT_SHIFT
;
in cell_iommu_setup_stab()
325
start_seg = base >>
IO_SEGMENT_SHIFT
;
in cell_iommu_alloc_ptab()
326
segments = size >>
IO_SEGMENT_SHIFT
;
in cell_iommu_alloc_ptab()
359
gap_base = gap_base >>
IO_SEGMENT_SHIFT
;
in cell_iommu_alloc_ptab()
360
gap_size = gap_size >>
IO_SEGMENT_SHIFT
;
in cell_iommu_alloc_ptab()
865
segment = addr >>
IO_SEGMENT_SHIFT
;
in insert_16M_pte()
946
fbase = ALIGN(fbase, 1 <<
IO_SEGMENT_SHIFT
);
in cell_iommu_fixed_mapping_init()
966
if ((hbase != ALIGN(hbase, 1 <<
IO_SEGMENT_SHIFT
)) ||
in cell_iommu_fixed_mapping_init()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
iommu.c
96
#define
IO_SEGMENT_SHIFT
28
macro
97
#define IO_PAGENO_BITS(shift) (
IO_SEGMENT_SHIFT
- (shift))
305
segments = max(dbase + dsize, fbase + fsize) >>
IO_SEGMENT_SHIFT
;
in cell_iommu_setup_stab()
327
start_seg = base >>
IO_SEGMENT_SHIFT
;
in cell_iommu_alloc_ptab()
328
segments = size >>
IO_SEGMENT_SHIFT
;
in cell_iommu_alloc_ptab()
361
gap_base = gap_base >>
IO_SEGMENT_SHIFT
;
in cell_iommu_alloc_ptab()
362
gap_size = gap_size >>
IO_SEGMENT_SHIFT
;
in cell_iommu_alloc_ptab()
870
segment = addr >>
IO_SEGMENT_SHIFT
;
in insert_16M_pte()
951
fbase = ALIGN(fbase, 1 <<
IO_SEGMENT_SHIFT
);
in cell_iommu_fixed_mapping_init()
971
if ((hbase != ALIGN(hbase, 1 <<
IO_SEGMENT_SHIFT
)) ||
in cell_iommu_fixed_mapping_init()
[all...]
Completed in 6 milliseconds