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:hvp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
hv_init.c
87
struct hv_vp_assist_page **
hvp
;
in hv_cpu_init()
local
97
hvp
= &hv_vp_assist_page[cpu];
in hv_cpu_init()
104
*
hvp
= memremap(msr.pfn << HV_X64_MSR_VP_ASSIST_PAGE_ADDRESS_SHIFT,
in hv_cpu_init()
115
if (!*
hvp
) {
in hv_cpu_init()
116
*
hvp
= __vmalloc(PAGE_SIZE, GFP_KERNEL | __GFP_ZERO);
in hv_cpu_init()
124
if (*
hvp
&& !ms_hyperv.paravisor_present && hv_isolation_type_snp()) {
in hv_cpu_init()
125
WARN_ON_ONCE(set_memory_decrypted((unsigned long)(*
hvp
), 1));
in hv_cpu_init()
126
memset(*
hvp
, 0, PAGE_SIZE);
in hv_cpu_init()
130
if (*
hvp
)
in hv_cpu_init()
131
msr.pfn = vmalloc_to_pfn(*
hvp
);
in hv_cpu_init()
[all...]
H
A
D
hv_apic.c
91
struct hv_vp_assist_page *
hvp
= hv_vp_assist_page[smp_processor_id()];
in hv_apic_eoi_write()
local
93
if (
hvp
&& (xchg(&
hvp
->apic_assist, 0) & 0x1))
in hv_apic_eoi_write()
/kernel/linux/linux-5.10/arch/x86/hyperv/
H
A
D
hv_init.c
75
struct hv_vp_assist_page **
hvp
= &hv_vp_assist_page[smp_processor_id()];
in hv_cpu_init()
local
103
if (!*
hvp
) {
in hv_cpu_init()
104
*
hvp
= __vmalloc(PAGE_SIZE, GFP_KERNEL | __GFP_ZERO);
in hv_cpu_init()
107
if (*
hvp
) {
in hv_cpu_init()
110
val = vmalloc_to_pfn(*
hvp
);
in hv_cpu_init()
H
A
D
hv_apic.c
89
struct hv_vp_assist_page *
hvp
= hv_vp_assist_page[smp_processor_id()];
in hv_apic_eoi_write()
local
91
if (
hvp
&& (xchg(&
hvp
->apic_assist, 0) & 0x1))
in hv_apic_eoi_write()
Completed in 3 milliseconds