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:kunmap_high
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
highmem-internal.h
36
void
kunmap_high
(struct page *page);
58
kunmap_high
(page);
in kunmap()
173
static inline void
kunmap_high
(struct page *page) { }
in kunmap_high()
function
/kernel/linux/linux-5.10/include/linux/
H
A
D
highmem.h
61
void
kunmap_high
(struct page *page);
68
kunmap_high
(page);
in kunmap()
143
static inline void
kunmap_high
(struct page *page)
in kunmap_high()
function
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
highmem.h
38
extern void
kunmap_high
(struct page *page);
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
highmem.c
96
kunmap_high
(pte_page(pkmap_page_table[PKMAP_NR(vaddr)]));
in kunmap_atomic_high()
H
A
D
flush.c
221
kunmap_high
(page + i);
in __flush_dcache_page()
H
A
D
dma-mapping.c
893
kunmap_high
(page);
in dma_cache_maint_page()
/kernel/linux/linux-6.6/mm/
H
A
D
highmem.c
322
* matching call to
kunmap_high
() is necessary.
342
*
kunmap_high
- unmap a highmem page into memory
348
void
kunmap_high
(struct page *page)
in kunmap_high()
function
390
EXPORT_SYMBOL(
kunmap_high
);
variable
516
kunmap_high
(pte_page(ptep_get(&pkmap_page_table[PKMAP_NR(vaddr)])));
in kmap_high_unmap_local()
/kernel/linux/linux-5.10/mm/
H
A
D
highmem.c
302
* matching call to
kunmap_high
() is necessary.
322
*
kunmap_high
- unmap a highmem page into memory
328
void
kunmap_high
(struct page *page)
in kunmap_high()
function
371
EXPORT_SYMBOL(
kunmap_high
);
variable
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
flush.c
223
kunmap_high
(folio_page(folio, i));
in __flush_dcache_folio()
H
A
D
dma-mapping.c
661
kunmap_high
(page);
in dma_cache_maint_page()
Completed in 11 milliseconds