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:cflush
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/xen/
H
A
D
mm.c
50
struct gnttab_cache_flush
cflush
;
in dma_cache_maint()
local
52
cflush
.offset = xen_offset_in_page(handle);
in dma_cache_maint()
53
cflush
.op = op;
in dma_cache_maint()
57
cflush
.a.dev_bus_addr = dma_to_phys(dev, handle);
in dma_cache_maint()
59
if (size +
cflush
.offset > XEN_PAGE_SIZE)
in dma_cache_maint()
60
cflush
.length = XEN_PAGE_SIZE -
cflush
.offset;
in dma_cache_maint()
62
cflush
.length = size;
in dma_cache_maint()
64
HYPERVISOR_grant_table_op(GNTTABOP_cache_flush, &
cflush
, 1);
in dma_cache_maint()
66
cflush
in dma_cache_maint()
140
struct gnttab_cache_flush
cflush
;
xen_mm_init()
local
[all...]
/kernel/linux/linux-6.6/arch/arm/xen/
H
A
D
mm.c
48
struct gnttab_cache_flush
cflush
;
in dma_cache_maint()
local
50
cflush
.offset = xen_offset_in_page(handle);
in dma_cache_maint()
51
cflush
.op = op;
in dma_cache_maint()
55
cflush
.a.dev_bus_addr = dma_to_phys(dev, handle);
in dma_cache_maint()
57
if (size +
cflush
.offset > XEN_PAGE_SIZE)
in dma_cache_maint()
58
cflush
.length = XEN_PAGE_SIZE -
cflush
.offset;
in dma_cache_maint()
60
cflush
.length = size;
in dma_cache_maint()
62
HYPERVISOR_grant_table_op(GNTTABOP_cache_flush, &
cflush
, 1);
in dma_cache_maint()
64
cflush
in dma_cache_maint()
121
struct gnttab_cache_flush
cflush
;
xen_mm_init()
local
[all...]
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
pal.h
80
__CALL_PAL_W1(
cflush
, unsigned long);
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
pal.h
80
__CALL_PAL_W1(
cflush
, unsigned long);
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
xmon.c
331
static inline void
cflush
(void *p)
in cflush()
function
1875
cflush
((void *) adrs);
in cacheflush()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
xmon.c
338
static inline void
cflush
(void *p)
in cflush()
function
1959
cflush
((void *) adrs);
in cacheflush()
Completed in 10 milliseconds