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:CBE_IOPTE_SO_RW
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H
A
D
system-bus.c
527
CBE_IOPTE_SO_RW
| CBE_IOPTE_M);
in ps3_alloc_coherent()
572
CBE_IOPTE_SO_RW
| CBE_IOPTE_M);
in ps3_sb_map_page()
596
iopte_flag |= CBE_IOPTE_PP_R | CBE_IOPTE_PP_W |
CBE_IOPTE_SO_RW
;
in ps3_ioc0_map_page()
602
iopte_flag |= CBE_IOPTE_PP_W |
CBE_IOPTE_SO_RW
;
in ps3_ioc0_map_page()
H
A
D
mm.c
994
CBE_IOPTE_PP_W | CBE_IOPTE_PP_R |
CBE_IOPTE_SO_RW
|
in dma_sb_region_create_linear()
1008
CBE_IOPTE_PP_W | CBE_IOPTE_PP_R |
CBE_IOPTE_SO_RW
|
in dma_sb_region_create_linear()
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H
A
D
system-bus.c
526
CBE_IOPTE_SO_RW
| CBE_IOPTE_M);
in ps3_alloc_coherent()
571
CBE_IOPTE_SO_RW
| CBE_IOPTE_M);
in ps3_sb_map_page()
595
iopte_flag |= CBE_IOPTE_PP_R | CBE_IOPTE_PP_W |
CBE_IOPTE_SO_RW
;
in ps3_ioc0_map_page()
601
iopte_flag |= CBE_IOPTE_PP_W |
CBE_IOPTE_SO_RW
;
in ps3_ioc0_map_page()
H
A
D
mm.c
995
CBE_IOPTE_PP_W | CBE_IOPTE_PP_R |
CBE_IOPTE_SO_RW
|
in dma_sb_region_create_linear()
1009
CBE_IOPTE_PP_W | CBE_IOPTE_PP_R |
CBE_IOPTE_SO_RW
|
in dma_sb_region_create_linear()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
iommu.c
177
CBE_IOPTE_M |
CBE_IOPTE_SO_RW
|
in tce_build_cell()
181
CBE_IOPTE_SO_RW
| (window->ioid & CBE_IOPTE_IOID_Mask);
in tce_build_cell()
184
base_pte &= ~
CBE_IOPTE_SO_RW
;
in tce_build_cell()
215
pte = CBE_IOPTE_PP_R | CBE_IOPTE_M |
CBE_IOPTE_SO_RW
|
in tce_free_cell()
894
base_pte |=
CBE_IOPTE_SO_RW
;
in cell_iommu_setup_fixed_ptab()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
iommu.c
179
CBE_IOPTE_M |
CBE_IOPTE_SO_RW
|
in tce_build_cell()
183
CBE_IOPTE_SO_RW
| (window->ioid & CBE_IOPTE_IOID_Mask);
in tce_build_cell()
186
base_pte &= ~
CBE_IOPTE_SO_RW
;
in tce_build_cell()
217
pte = CBE_IOPTE_PP_R | CBE_IOPTE_M |
CBE_IOPTE_SO_RW
|
in tce_free_cell()
899
base_pte |=
CBE_IOPTE_SO_RW
;
in cell_iommu_setup_fixed_ptab()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
cell-regs.h
313
#define
CBE_IOPTE_SO_RW
0x1800000000000000ul /* ordering: r & w */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
cell-regs.h
313
#define
CBE_IOPTE_SO_RW
0x1800000000000000ul /* ordering: r & w */
macro
Completed in 11 milliseconds