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:vdma_free
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/jazz/
H
A
D
jazzdma.c
184
int
vdma_free
(unsigned long laddr)
in vdma_free()
function
192
("
vdma_free
: trying to free other's dma pages, laddr=%8lx\n",
in vdma_free()
203
printk("
vdma_free
: freed %ld pages starting from %08lx\n",
in vdma_free()
209
EXPORT_SYMBOL(
vdma_free
);
variable
520
vdma_free
(dma_handle);
in jazz_dma_free()
540
vdma_free
(dma_addr);
in jazz_dma_unmap_page()
571
vdma_free
(sg->dma_address);
in jazz_dma_unmap_sg()
/kernel/linux/linux-6.6/arch/mips/jazz/
H
A
D
jazzdma.c
184
int
vdma_free
(unsigned long laddr)
in vdma_free()
function
192
("
vdma_free
: trying to free other's dma pages, laddr=%8lx\n",
in vdma_free()
203
printk("
vdma_free
: freed %ld pages starting from %08lx\n",
in vdma_free()
209
EXPORT_SYMBOL(
vdma_free
);
variable
520
vdma_free
(dma_handle);
in jazz_dma_free()
540
vdma_free
(dma_addr);
in jazz_dma_unmap_page()
571
vdma_free
(sg->dma_address);
in jazz_dma_unmap_sg()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
jazzdma.h
12
extern int
vdma_free
(unsigned long laddr);
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
jazzdma.h
12
extern int
vdma_free
(unsigned long laddr);
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-jazz/
H
A
D
floppy.h
118
vdma_free
(vdma_phys2log(CPHYSADDR(addr)));
in fd_dma_mem_free()
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-jazz/
H
A
D
floppy.h
118
vdma_free
(vdma_phys2log(CPHYSADDR(addr)));
in fd_dma_mem_free()
Completed in 4 milliseconds