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:remove_vm_area
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/mm/
H
A
D
ioremap.c
184
p =
remove_vm_area
((void *)(vaddr & PAGE_MASK));
in iounmap()
/kernel/linux/linux-5.10/arch/nios2/mm/
H
A
D
ioremap.c
183
p =
remove_vm_area
((void *) (PAGE_MASK & (unsigned long __force) addr));
in iounmap()
/kernel/linux/linux-6.6/arch/nios2/mm/
H
A
D
ioremap.c
183
p =
remove_vm_area
((void *) (PAGE_MASK & (unsigned long __force) addr));
in iounmap()
/kernel/linux/linux-5.10/include/linux/
H
A
D
vmalloc.h
173
extern struct vm_struct *
remove_vm_area
(const void *addr);
/kernel/linux/linux-6.6/include/linux/
H
A
D
vmalloc.h
214
extern struct vm_struct *
remove_vm_area
(const void *addr);
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H
A
D
sq.c
232
vma =
remove_vm_area
((void *)(map->sq_addr & PAGE_MASK));
in sq_unmap()
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H
A
D
sq.c
232
vma =
remove_vm_area
((void *)(map->sq_addr & PAGE_MASK));
in sq_unmap()
/kernel/linux/linux-5.10/mm/
H
A
D
vmalloc.c
2148
*
remove_vm_area
- find and remove a continuous kernel virtual area
2157
struct vm_struct *
remove_vm_area
(const void *addr)
in remove_vm_area()
function
2199
remove_vm_area
(area->addr);
in vm_remove_mappings()
2488
remove_vm_area
(area->addr);
in __vmalloc_area_node()
3093
ret =
remove_vm_area
(area->addr);
in free_vm_area()
3514
* s_show can encounter race with
remove_vm_area
, !vm on behalf
in s_show()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
ioremap.c
486
o =
remove_vm_area
((void __force *)addr);
in iounmap()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
ioremap.c
499
o =
remove_vm_area
((void __force *)addr);
in iounmap()
/kernel/linux/linux-6.6/mm/
H
A
D
vmalloc.c
2675
*
remove_vm_area
- find and remove a continuous kernel virtual area
2684
struct vm_struct *
remove_vm_area
(const void *addr)
in remove_vm_area()
function
2824
vm =
remove_vm_area
(addr);
in vfree()
2869
vm =
remove_vm_area
(addr);
in vunmap()
3924
ret =
remove_vm_area
(area->addr);
in free_vm_area()
Completed in 47 milliseconds