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:vm_table
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
pkvm.c
229
* to '
vm_table
' and 'nr_table_entries' as well as reads and writes to
238
static struct pkvm_hyp_vm **
vm_table
;
variable
242
WARN_ON(
vm_table
);
in pkvm_hyp_vm_table_init()
243
vm_table
= tbl;
in pkvm_hyp_vm_table_init()
256
return
vm_table
[idx];
in get_vm_by_handle()
343
if (!
vm_table
[i])
in find_free_vm_table_entry()
366
* host could trigger this function. Thus, ensure that '
vm_table
'
in insert_vm_table_entry()
369
if (unlikely(!
vm_table
))
in insert_vm_table_entry()
384
vm_table
[idx] = hyp_vm;
in insert_vm_table_entry()
394
vm_table
[vm_handle_to_id
in remove_vm_table_entry()
[all...]
/kernel/linux/linux-6.6/kernel/
H
A
D
sysctl.c
2101
static struct ctl_table
vm_table
[] = {
variable
2310
register_sysctl_init("vm",
vm_table
);
in sysctl_init_bases()
/kernel/linux/linux-5.10/kernel/
H
A
D
sysctl.c
2796
static struct ctl_table
vm_table
[] = {
variable
3503
.child =
vm_table
,
Completed in 11 milliseconds