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:coherentio
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
dma-coherence.h
19
/* Don't provide (hw_)
coherentio
to avoid misuse */
21
extern enum coherent_io_user_state
coherentio
;
26
return
coherentio
== IO_COHERENCE_ENABLED ||
in dev_is_dma_coherent()
27
(
coherentio
== IO_COHERENCE_DEFAULT && hw_coherentio);
in dev_is_dma_coherent()
31
#define
coherentio
IO_COHERENCE_DISABLED
macro
33
#define
coherentio
IO_COHERENCE_ENABLED
macro
/kernel/linux/linux-5.10/arch/mips/alchemy/common/
H
A
D
setup.c
52
coherentio
= IO_COHERENCE_ENABLED;
in plat_mem_setup()
57
coherentio
= IO_COHERENCE_DISABLED;
in plat_mem_setup()
62
coherentio
= IO_COHERENCE_DISABLED;
in plat_mem_setup()
/kernel/linux/linux-5.10/arch/mips/mti-malta/
H
A
D
malta-setup.c
134
if (
coherentio
== IO_COHERENCE_DISABLED)
in plat_setup_iocoherency()
139
if (
coherentio
== IO_COHERENCE_ENABLED)
in plat_setup_iocoherency()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
setup.c
814
enum coherent_io_user_state
coherentio
= IO_COHERENCE_DEFAULT;
variable
815
EXPORT_SYMBOL_GPL(
coherentio
);
variable
820
coherentio
= IO_COHERENCE_ENABLED;
in setcoherentio()
824
early_param("
coherentio
", setcoherentio);
828
coherentio
= IO_COHERENCE_DISABLED;
in setnocoherentio()
/kernel/linux/linux-5.10/arch/mips/pci/
H
A
D
pci-alchemy.c
434
(
coherentio
== IO_COHERENCE_DISABLED)) {
in alchemy_pci_probe()
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
c-r4k.c
1919
if (
coherentio
== IO_COHERENCE_ENABLED ||
in r4k_cache_init()
1920
(
coherentio
== IO_COHERENCE_DEFAULT && hw_coherentio)) {
in r4k_cache_init()
Completed in 6 milliseconds