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:hypercall_page
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
xen-head.S
69
SYM_CODE_START(
hypercall_page
)
78
.equ xen_hypercall_##n,
hypercall_page
+ __HYPERVISOR_##n * 32; \
82
SYM_CODE_END(
hypercall_page
)
98
ELFNOTE(Xen, XEN_ELFNOTE_HYPERCALL_PAGE, _ASM_PTR
hypercall_page
)
H
A
D
enlighten_pvh.c
36
pfn = __pa(
hypercall_page
);
in xen_pvh_init()
H
A
D
enlighten.c
23
EXPORT_SYMBOL_GPL(
hypercall_page
);
variable
H
A
D
enlighten_hvm.c
110
pfn = __pa(
hypercall_page
);
in init_hvm_pv_info()
H
A
D
xen-asm.S
201
hypercall_iret =
hypercall_page
+ __HYPERVISOR_iret * 32
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
xen-head.S
25
SYM_CODE_START(
hypercall_page
)
38
.equ xen_hypercall_##n,
hypercall_page
+ __HYPERVISOR_##n * 32; \
42
SYM_CODE_END(
hypercall_page
)
118
ELFNOTE(Xen, XEN_ELFNOTE_HYPERCALL_PAGE, _ASM_PTR
hypercall_page
)
H
A
D
enlighten_pvh.c
38
pfn = __pa(
hypercall_page
);
in xen_pvh_init()
H
A
D
xen-asm.S
179
hypercall_iret =
hypercall_page
+ __HYPERVISOR_iret * 32
H
A
D
enlighten.c
28
EXPORT_SYMBOL_GPL(
hypercall_page
);
variable
H
A
D
enlighten_hvm.c
117
pfn = __pa(
hypercall_page
);
in init_hvm_pv_info()
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H
A
D
hypercall.h
89
extern struct { char _entry[32]; }
hypercall_page
[];
91
#define __HYPERCALL "call
hypercall_page
+%c[offset]"
93
[offset] "i" (__HYPERVISOR_##x * sizeof(
hypercall_page
[0]))
209
if (call >= PAGE_SIZE / sizeof(
hypercall_page
[0]))
in xen_single_call()
214
: [thunk_target] "a" (&
hypercall_page
[call])
in xen_single_call()
/kernel/linux/linux-6.6/arch/x86/include/asm/xen/
H
A
D
hypercall.h
89
extern struct { char _entry[32]; }
hypercall_page
[];
91
#define __HYPERCALL "call
hypercall_page
+%c[offset]"
93
[offset] "i" (__HYPERVISOR_##x * sizeof(
hypercall_page
[0]))
209
if (call >= PAGE_SIZE / sizeof(
hypercall_page
[0]))
in xen_single_call()
214
: [thunk_target] "a" (&
hypercall_page
[call])
in xen_single_call()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
callthunks.c
150
if (dest >= (void *)
hypercall_page
&&
in skip_addr()
151
dest < (void*)
hypercall_page
+ PAGE_SIZE)
in skip_addr()
Completed in 8 milliseconds