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_phys_to_pfn
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/nvhe/
H
A
D
memory.h
30
#define
hyp_phys_to_pfn
(phys) ((phys) >> PAGE_SHIFT)
macro
32
#define hyp_phys_to_page(phys) (&hyp_vmemmap[
hyp_phys_to_pfn
(phys)])
34
#define hyp_virt_to_pfn(virt)
hyp_phys_to_pfn
(__hyp_pa(virt))
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
ffa.c
213
ret = __pkvm_host_share_hyp(
hyp_phys_to_pfn
(tx));
in do_ffa_rxtx_map()
219
ret = __pkvm_host_share_hyp(
hyp_phys_to_pfn
(rx));
in do_ffa_rxtx_map()
251
__pkvm_host_unshare_hyp(
hyp_phys_to_pfn
(rx));
in do_ffa_rxtx_map()
253
__pkvm_host_unshare_hyp(
hyp_phys_to_pfn
(tx));
in do_ffa_rxtx_map()
300
u64 pfn =
hyp_phys_to_pfn
(range->address);
in __ffa_host_share_ranges()
320
u64 pfn =
hyp_phys_to_pfn
(range->address);
in __ffa_host_unshare_ranges()
H
A
D
mm.c
405
if (__pkvm_host_donate_hyp(
hyp_phys_to_pfn
(host_mc->head), 1))
in admit_host_page()
Completed in 3 milliseconds