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:hyp_virt_to_page
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/nvhe/
H
A
D
memory.h
33
#define
hyp_virt_to_page
(virt) hyp_phys_to_page(__hyp_pa(virt))
macro
47
struct hyp_page *p =
hyp_virt_to_page
(addr);
in hyp_page_count()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
page_alloc.c
90
return
hyp_virt_to_page
(node);
in node_to_page()
168
struct hyp_page *p =
hyp_virt_to_page
(addr);
in hyp_put_page()
177
struct hyp_page *p =
hyp_virt_to_page
(addr);
in hyp_get_page()
H
A
D
mem_protect.c
67
hyp_split_page(
hyp_virt_to_page
(addr));
in host_s2_zalloc_pages_exact()
175
hyp_split_page(
hyp_virt_to_page
(addr));
in guest_s2_zalloc_pages_exact()
203
p =
hyp_virt_to_page
(addr);
in guest_s2_zalloc_page()
282
memset(
hyp_virt_to_page
(addr), 0, sizeof(struct hyp_page));
in reclaim_guest_pages()
1237
hyp_page_ref_inc(
hyp_virt_to_page
(cur));
in hyp_pin_shared_mem()
1255
hyp_page_ref_dec(
hyp_virt_to_page
(cur));
in hyp_unpin_shared_mem()
H
A
D
pkvm.c
271
hyp_page_ref_inc(
hyp_virt_to_page
(hyp_vm));
in pkvm_load_hyp_vcpu()
282
hyp_page_ref_dec(
hyp_virt_to_page
(hyp_vm));
in pkvm_put_hyp_vcpu()
Completed in 4 milliseconds