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:noncoherent
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/virt/kvm/
H
A
D
vfio.c
32
bool
noncoherent
;
member
154
* each group and bail as soon as we find one that's
noncoherent
. This
160
bool
noncoherent
= false;
in kvm_vfio_update_coherency()
local
167
noncoherent
= true;
in kvm_vfio_update_coherency()
172
if (
noncoherent
!= kv->
noncoherent
) {
in kvm_vfio_update_coherency()
173
kv->
noncoherent
=
noncoherent
;
in kvm_vfio_update_coherency()
175
if (kv->
noncoherent
)
in kvm_vfio_update_coherency()
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
vfio.c
35
bool
noncoherent
;
member
117
*
noncoherent
. This means we only ever [un]register_noncoherent_dma once
123
bool
noncoherent
= false;
in kvm_vfio_update_coherency()
local
128
noncoherent
= true;
in kvm_vfio_update_coherency()
133
if (
noncoherent
!= kv->
noncoherent
) {
in kvm_vfio_update_coherency()
134
kv->
noncoherent
=
noncoherent
;
in kvm_vfio_update_coherency()
136
if (kv->
noncoherent
)
in kvm_vfio_update_coherency()
/kernel/linux/linux-6.6/arch/riscv/mm/
H
A
D
cache-ops.c
6
#include <asm/dma-
noncoherent
.h>
H
A
D
pmem.c
10
#include <asm/dma-
noncoherent
.h>
H
A
D
Makefile
38
obj-$(CONFIG_RISCV_DMA_NONCOHERENT) += dma-
noncoherent
.o
H
A
D
dma-noncoherent.c
12
#include <asm/dma-
noncoherent
.h>
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
Makefile
18
obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-
noncoherent
.o
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
Makefile
18
obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-
noncoherent
.o
/kernel/linux/linux-6.6/drivers/cache/
H
A
D
ax45mp_cache.c
14
#include <asm/dma-
noncoherent
.h>
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
53c700.c
280
if (h->
noncoherent
)
in dma_sync_to_dev()
288
if (h->
noncoherent
)
in dma_sync_from_dev()
309
hostdata->
noncoherent
= 1;
in NCR_700_detect()
423
if (hostdata->
noncoherent
)
in NCR_700_release()
H
A
D
53c700.h
212
__u32
noncoherent
:1; /* needs to use non-coherent DMA */
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
53c700.c
279
if (h->
noncoherent
)
in dma_sync_to_dev()
287
if (h->
noncoherent
)
in dma_sync_from_dev()
308
hostdata->
noncoherent
= 1;
in NCR_700_detect()
422
if (hostdata->
noncoherent
)
in NCR_700_release()
H
A
D
53c700.h
211
__u32
noncoherent
:1; /* needs to use non-coherent DMA */
member
Completed in 10 milliseconds