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:static_vm
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
mm.h
68
struct
static_vm
{
struct
74
extern struct
static_vm
*find_static_vm_vaddr(void *vaddr);
75
extern __init void add_static_vm_early(struct
static_vm
*svm);
H
A
D
ioremap.c
48
static struct
static_vm
*find_static_vm_paddr(phys_addr_t paddr,
in find_static_vm_paddr()
51
struct
static_vm
*svm;
in find_static_vm_paddr()
71
struct
static_vm
*find_static_vm_vaddr(void *vaddr)
in find_static_vm_vaddr()
73
struct
static_vm
*svm;
in find_static_vm_vaddr()
90
void __init add_static_vm_early(struct
static_vm
*svm)
in add_static_vm_early()
92
struct
static_vm
*curr_svm;
in add_static_vm_early()
274
struct
static_vm
*svm;
in __arm_ioremap_pfn_caller()
414
struct
static_vm
*svm;
in __iounmap()
H
A
D
mmu.c
1006
struct
static_vm
*svm;
in iotable_init()
1034
struct
static_vm
*svm;
in vm_reserve_area_early()
1071
struct
static_vm
*svm;
in fill_pmd_gaps()
1117
struct
static_vm
*svm;
in pci_reserve_io()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
mm.h
68
struct
static_vm
{
struct
74
extern struct
static_vm
*find_static_vm_vaddr(void *vaddr);
75
extern __init void add_static_vm_early(struct
static_vm
*svm);
H
A
D
ioremap.c
49
static struct
static_vm
*find_static_vm_paddr(phys_addr_t paddr,
in find_static_vm_paddr()
52
struct
static_vm
*svm;
in find_static_vm_paddr()
72
struct
static_vm
*find_static_vm_vaddr(void *vaddr)
in find_static_vm_vaddr()
74
struct
static_vm
*svm;
in find_static_vm_vaddr()
91
void __init add_static_vm_early(struct
static_vm
*svm)
in add_static_vm_early()
93
struct
static_vm
*curr_svm;
in add_static_vm_early()
279
struct
static_vm
*svm;
in __arm_ioremap_pfn_caller()
424
struct
static_vm
*svm;
in iounmap()
H
A
D
mmu.c
1025
struct
static_vm
*svm;
in iotable_init()
1053
struct
static_vm
*svm;
in vm_reserve_area_early()
1090
struct
static_vm
*svm;
in fill_pmd_gaps()
1136
struct
static_vm
*svm;
in pci_reserve_io()
Completed in 7 milliseconds