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:get_gate_vma
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/um/
H
A
D
mem_32.c
26
struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm)
in get_gate_vma()
function
44
struct vm_area_struct *vma =
get_gate_vma
(mm);
in in_gate_area()
/kernel/linux/linux-6.6/arch/x86/um/
H
A
D
mem_32.c
26
struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm)
in get_gate_vma()
function
44
struct vm_area_struct *vma =
get_gate_vma
(mm);
in in_gate_area()
/kernel/linux/linux-5.10/arch/x86/entry/vsyscall/
H
A
D
vsyscall_64.c
316
struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm)
in get_gate_vma()
function
329
struct vm_area_struct *vma =
get_gate_vma
(mm);
in in_gate_area()
/kernel/linux/linux-6.6/arch/x86/entry/vsyscall/
H
A
D
vsyscall_64.c
317
struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm)
in get_gate_vma()
function
330
struct vm_area_struct *vma =
get_gate_vma
(mm);
in in_gate_area()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
process.c
328
struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm)
in get_gate_vma()
function
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
process.c
322
struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm)
in get_gate_vma()
function
/kernel/linux/linux-5.10/fs/
H
A
D
coredump.c
961
if (vma ==
get_gate_vma
(vma->vm_mm))
in always_dump_vma()
1125
gate_vma =
get_gate_vma
(mm);
in dump_vma_snapshot()
/kernel/linux/linux-6.6/fs/
H
A
D
coredump.c
1006
if (vma ==
get_gate_vma
(vma->vm_mm))
in always_dump_vma()
1161
gate_vma =
get_gate_vma
(mm);
in dump_vma_snapshot()
/kernel/linux/linux-6.6/arch/ia64/mm/
H
A
D
init.c
296
struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm)
in get_gate_vma()
function
/kernel/linux/linux-5.10/arch/ia64/mm/
H
A
D
init.c
288
struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm)
in get_gate_vma()
function
/kernel/linux/linux-5.10/mm/
H
A
D
mlock.c
535
is_vm_hugetlb_page(vma) || vma ==
get_gate_vma
(current->mm) ||
in mlock_fixup()
H
A
D
gup.c
841
*vma =
get_gate_vma
(mm);
in get_gate_page()
H
A
D
mmap.c
1916
vma ==
get_gate_vma
(current->mm))
in mmap_region()
/kernel/linux/linux-6.6/mm/
H
A
D
mlock.c
423
is_vm_hugetlb_page(vma) || vma ==
get_gate_vma
(current->mm) ||
in mlock_fixup()
H
A
D
gup.c
893
*vma =
get_gate_vma
(mm);
in get_gate_page()
H
A
D
mmap.c
2895
vma ==
get_gate_vma
(current->mm))
in mmap_region()
H
A
D
vmscan.c
3842
if (vma ==
get_gate_vma
(vma->vm_mm))
in should_skip_vma()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
task_mmu.c
149
vma =
get_gate_vma
(priv->mm);
in proc_get_vma()
186
return
get_gate_vma
(mm);
in m_start()
/kernel/linux/linux-5.10/include/linux/
H
A
D
mm.h
3025
extern struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm);
3029
static inline struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm)
in get_gate_vma()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
mm.h
3743
extern struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm);
3747
static inline struct vm_area_struct *
get_gate_vma
(struct mm_struct *mm)
in get_gate_vma()
function
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
init_64.c
1305
if (
get_gate_vma
(&init_mm))
in mem_init()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
init_64.c
1351
if (
get_gate_vma
(&init_mm))
in mem_init()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
task_mmu.c
170
priv->tail_vma =
get_gate_vma
(mm);
in m_start()
Completed in 57 milliseconds