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:map_kernel
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/android/ion/
H
A
D
ion_system_heap.c
209
.
map_kernel
= ion_heap_map_kernel,
346
.
map_kernel
= ion_heap_map_kernel,
H
A
D
ion.h
74
* @
map_kernel
map memory to the kernel
79
* map_dma and
map_kernel
return pointer on success, ERR_PTR on
90
void * (*
map_kernel
)(struct ion_heap *heap, struct ion_buffer *buffer);
member
H
A
D
ion_cma_heap.c
100
.
map_kernel
= ion_heap_map_kernel,
H
A
D
ion.c
123
vaddr = buffer->heap->ops->
map_kernel
(buffer->heap, buffer);
in ion_buffer_kmap_get()
125
"heap->ops->
map_kernel
should return ERR_PTR on error"))
in ion_buffer_kmap_get()
292
if (buffer->heap->ops->
map_kernel
) {
in ion_dma_buf_begin_cpu_access()
317
if (buffer->heap->ops->
map_kernel
) {
in ion_dma_buf_end_cpu_access()
/kernel/linux/linux-5.10/arch/arm64/mm/
H
A
D
mmu.c
685
static void __init
map_kernel
(pgd_t *pgdp)
in map_kernel()
function
754
map_kernel
(pgdp);
in paging_init()
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
srmmu.c
879
static void __init
map_kernel
(void)
in map_kernel()
function
936
map_kernel
();
in srmmu_paging_init()
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
mmu.c
722
static void __init
map_kernel
(pgd_t *pgdp)
in map_kernel()
function
797
map_kernel
(pgdp);
in paging_init()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
mmu.c
1583
static void __init
map_kernel
(void)
in map_kernel()
function
1777
map_kernel
();
in paging_init()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
srmmu.c
880
static void __init
map_kernel
(void)
in map_kernel()
function
937
map_kernel
();
in srmmu_paging_init()
Completed in 14 milliseconds