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:kmap_high_get
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
highmem.h
23
* The reason for
kmap_high_get
() is to ensure that the currently kmap'd
49
extern void *
kmap_high_get
(struct page *page);
55
return
kmap_high_get
(page);
in arch_kmap_local_high_get()
60
static inline void *
kmap_high_get
(struct page *page)
in kmap_high_get()
function
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
highmem.h
22
* The reason for
kmap_high_get
() is to ensure that the currently kmap'd
48
extern void *
kmap_high_get
(struct page *page);
50
static inline void *
kmap_high_get
(struct page *page)
in kmap_high_get()
function
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
highmem.c
50
kmap =
kmap_high_get
(page);
in kmap_atomic_high_prot()
95
/* this address was obtained through
kmap_high_get
() */
in kunmap_atomic_high()
H
A
D
flush.c
218
void *addr =
kmap_high_get
(page + i);
in __flush_dcache_page()
H
A
D
dma-mapping.c
890
vaddr =
kmap_high_get
(page);
in dma_cache_maint_page()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
flush.c
220
void *addr =
kmap_high_get
(folio_page(folio, i));
in __flush_dcache_folio()
H
A
D
dma-mapping.c
658
vaddr =
kmap_high_get
(page);
in dma_cache_maint_page()
/kernel/linux/linux-5.10/mm/
H
A
D
highmem.c
132
* Most architectures have no use for
kmap_high_get
(), so let's abstract
297
*
kmap_high_get
- pin a highmem page into memory
306
void *
kmap_high_get
(struct page *page)
in kmap_high_get()
function
/kernel/linux/linux-6.6/mm/
H
A
D
highmem.c
136
* Most architectures have no use for
kmap_high_get
(), so let's abstract
317
*
kmap_high_get
- pin a highmem page into memory
326
void *
kmap_high_get
(struct page *page)
in kmap_high_get()
function
511
/* Unmap a local mapping which was obtained by
kmap_high_get
() */
576
/* Try
kmap_high_get
() if architecture has it enabled */
in __kmap_local_page_prot()
599
* Handle mappings which were obtained by
kmap_high_get
()
in kunmap_local_indexed()
Completed in 10 milliseconds