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:el2_vectors
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
machine_kexec.c
45
pr_debug("
el2_vectors
: %pa\n", &kimage->arch.
el2_vectors
);
in _kexec_image_info()
137
kimage->arch.
el2_vectors
= 0;
in machine_kexec_post_load()
140
&kimage->arch.
el2_vectors
);
in machine_kexec_post_load()
215
__hyp_set_vectors(kimage->arch.
el2_vectors
);
in machine_kexec()
H
A
D
hibernate.c
405
phys_addr_t
el2_vectors
;
in swsusp_arch_resume()
local
434
rc = trans_pgd_copy_el2_vectors(&trans_info, &
el2_vectors
);
in swsusp_arch_resume()
460
__hyp_set_vectors(
el2_vectors
);
in swsusp_arch_resume()
H
A
D
asm-offsets.c
193
DEFINE(KIMAGE_ARCH_EL2_VECTORS, offsetof(struct kimage, arch.
el2_vectors
));
in main()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
trans_pgd.h
37
phys_addr_t *
el2_vectors
);
H
A
D
kexec.h
113
phys_addr_t
el2_vectors
;
member
/kernel/linux/linux-6.6/arch/arm64/mm/
H
A
D
trans_pgd.c
276
phys_addr_t *
el2_vectors
)
in trans_pgd_copy_el2_vectors()
282
*
el2_vectors
= virt_to_phys(hyp_stub);
in trans_pgd_copy_el2_vectors()
275
trans_pgd_copy_
el2_vectors
(struct trans_pgd_info *info, phys_addr_t *
el2_vectors
)
trans_pgd_copy_el2_vectors()
argument
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
hibernate.c
702
phys_addr_t
el2_vectors
= phys_hibernate_exit; /* base */
in swsusp_arch_resume()
local
703
el2_vectors
+= hibernate_el2_vectors -
in swsusp_arch_resume()
706
__hyp_set_vectors(
el2_vectors
);
in swsusp_arch_resume()
Completed in 4 milliseconds