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:paravisor_present
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv.c
66
if (hv_isolation_type_tdx() && ms_hyperv.
paravisor_present
)
in hv_post_message()
77
if (ms_hyperv.
paravisor_present
) {
in hv_post_message()
125
if (ms_hyperv.
paravisor_present
&& hv_isolation_type_tdx()) {
in hv_synic_alloc()
147
if (!ms_hyperv.
paravisor_present
&& !hv_root_partition) {
in hv_synic_alloc()
166
if (!ms_hyperv.
paravisor_present
&&
in hv_synic_alloc()
216
if (ms_hyperv.
paravisor_present
&& hv_isolation_type_tdx()) {
in hv_synic_free()
227
if (!ms_hyperv.
paravisor_present
&&
in hv_synic_free()
276
if (ms_hyperv.
paravisor_present
|| hv_root_partition) {
in hv_synic_enable_regs()
295
if (ms_hyperv.
paravisor_present
|| hv_root_partition) {
in hv_synic_enable_regs()
378
if (ms_hyperv.
paravisor_present
|| hv_root_partitio
in hv_synic_disable_regs()
[all...]
H
A
D
connection.c
486
if (ms_hyperv.
paravisor_present
) {
in vmbus_set_event()
H
A
D
hv_common.c
385
if (!ms_hyperv.
paravisor_present
&&
in hv_common_cpu_init()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H
A
D
mshyperv.c
73
if (hv_is_synic_reg(reg) && ms_hyperv.
paravisor_present
)
in hv_get_non_nested_register()
83
if (hv_is_synic_reg(reg) && ms_hyperv.
paravisor_present
) {
in hv_set_non_nested_register()
307
if (!ms_hyperv.
paravisor_present
&& hv_isolation_type_snp()) {
in hv_smp_prepare_cpus()
436
hyperv_paravisor_present = !!ms_hyperv.
paravisor_present
;
in ms_hyperv_init_platform()
450
if (!ms_hyperv.
paravisor_present
) {
in ms_hyperv_init_platform()
532
ms_hyperv.
paravisor_present
)
in ms_hyperv_init_platform()
557
(!ms_hyperv.
paravisor_present
&& hv_isolation_type_snp()))
in ms_hyperv_init_platform()
/kernel/linux/linux-6.6/arch/x86/hyperv/
H
A
D
hv_init.c
59
if (!ms_hyperv.
paravisor_present
|| !hv_isolation_type_snp())
in hyperv_init_ghcb()
124
if (*hvp && !ms_hyperv.
paravisor_present
&& hv_isolation_type_snp()) {
in hv_cpu_init()
487
if (ms_hyperv.
paravisor_present
&& hv_isolation_type_snp()) {
in hyperv_init()
531
if (hv_isolation_type_tdx() && !ms_hyperv.
paravisor_present
)
in hyperv_init()
724
if (hv_isolation_type_tdx() && !ms_hyperv.
paravisor_present
)
in hv_is_hyperv_initialized()
H
A
D
hv_apic.c
180
if (ms_hyperv.
paravisor_present
|| !hv_isolation_type_tdx())
in __send_ipi_mask()
240
if (ms_hyperv.
paravisor_present
|| !hv_isolation_type_tdx())
in __send_ipi_one()
H
A
D
ivm.c
436
if (!ms_hyperv.
paravisor_present
)
in hv_ivm_msr_write()
447
if (!ms_hyperv.
paravisor_present
)
in hv_ivm_msr_read()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
mshyperv.h
43
u32
paravisor_present
: 1;
member
Completed in 7 milliseconds