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:vunmap_range
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
isa-bridge.c
51
vunmap_range
(ISA_IO_BASE, ISA_IO_BASE + size);
in remap_isa_base()
223
vunmap_range
(ISA_IO_BASE, ISA_IO_BASE + 0x10000);
in isa_bridge_remove()
H
A
D
pci_64.c
143
vunmap_range
(addr, addr + size);
in ioremap_phb()
/kernel/linux/linux-6.6/include/linux/
H
A
D
vmalloc.h
235
void
vunmap_range
(unsigned long addr, unsigned long end);
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
init.c
539
vunmap_range
((u64)__init_begin, (u64)__init_end);
in free_initmem()
/kernel/linux/linux-6.6/mm/
H
A
D
vmalloc.c
403
* vunmap_range_noflush is similar to
vunmap_range
, but does not
443
*
vunmap_range
- unmap kernel virtual addresses
451
void
vunmap_range
(unsigned long addr, unsigned long end)
in vunmap_range()
function
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
pci.c
4294
vunmap_range
(vaddr, vaddr + resource_size(res));
in pci_unmap_iospace()
Completed in 16 milliseconds