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:ga_tag
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
avic.c
53
u32
ga_tag
= __AVIC_GATAG(vm_id, vcpu_id); \
55
WARN_ON_ONCE(AVIC_GATAG_TO_VCPUID(
ga_tag
) != (vcpu_id)); \
56
WARN_ON_ONCE(AVIC_GATAG_TO_VMID(
ga_tag
) != (vm_id)); \
57
ga_tag
; \
143
int avic_ga_log_notifier(u32
ga_tag
)
in avic_ga_log_notifier()
argument
148
u32 vm_id = AVIC_GATAG_TO_VMID(
ga_tag
);
in avic_ga_log_notifier()
149
u32 vcpu_id = AVIC_GATAG_TO_VCPUID(
ga_tag
);
in avic_ga_log_notifier()
939
pi.
ga_tag
= AVIC_GATAG(to_kvm_svm(kvm)->avic_vm_id,
in avic_pi_update_irte()
961
* - Retrieve
ga_tag
of prior interrupt remapping data.
in avic_pi_update_irte()
969
* setup with the guest_mode by checking if the
ga_tag
in avic_pi_update_irte()
[all...]
H
A
D
svm.h
274
* IRTE and try to match
ga_tag
in the IOMMU driver.
643
int avic_ga_log_notifier(u32
ga_tag
);
/kernel/linux/linux-5.10/include/linux/
H
A
D
amd-iommu.h
19
u32
ga_tag
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
amd-iommu.h
21
u32
ga_tag
;
member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
avic.c
93
int avic_ga_log_notifier(u32
ga_tag
)
in avic_ga_log_notifier()
argument
98
u32 vm_id = AVIC_GATAG_TO_VMID(
ga_tag
);
in avic_ga_log_notifier()
99
u32 vcpu_id = AVIC_GATAG_TO_VCPUID(
ga_tag
);
in avic_ga_log_notifier()
849
pi.
ga_tag
= AVIC_GATAG(to_kvm_svm(kvm)->avic_vm_id,
in svm_update_pi_irte()
871
* - Retrieve
ga_tag
of prior interrupt remapping data.
in svm_update_pi_irte()
879
* setup with the guest_mode by checking if the
ga_tag
in svm_update_pi_irte()
H
A
D
svm.h
159
* IRTE and try to match
ga_tag
in the IOMMU driver.
443
int avic_ga_log_notifier(u32
ga_tag
);
/kernel/linux/linux-5.10/drivers/iommu/amd/
H
A
D
amd_iommu_types.h
848
ga_tag
: 32;
member
862
ga_tag
: 32;
member
901
u32
ga_tag
;
member
H
A
D
iommu.c
787
pr_debug("%s: devid=%#x,
ga_tag
=%#x\n",
in iommu_poll_ga_log()
3930
entry->lo.fields_vapic.
ga_tag
= ir_data->
ga_tag
;
in amd_iommu_activate_guest_mode()
4005
ir_data->
ga_tag
= pi_data->
ga_tag
;
in amd_ir_set_vcpu_affinity()
4008
ir_data->cached_ga_tag = pi_data->
ga_tag
;
in amd_ir_set_vcpu_affinity()
4013
* This communicates the
ga_tag
back to the caller
in amd_ir_set_vcpu_affinity()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H
A
D
amd_iommu_types.h
975
ga_tag
: 32;
member
989
ga_tag
: 32;
member
1033
u32
ga_tag
;
member
H
A
D
iommu.c
816
pr_debug("%s: devid=%#x,
ga_tag
=%#x\n",
in iommu_poll_ga_log()
3566
entry->lo.fields_vapic.
ga_tag
= ir_data->
ga_tag
;
in amd_iommu_activate_guest_mode()
3641
ir_data->
ga_tag
= pi_data->
ga_tag
;
in amd_ir_set_vcpu_affinity()
3644
ir_data->cached_ga_tag = pi_data->
ga_tag
;
in amd_ir_set_vcpu_affinity()
3649
* This communicates the
ga_tag
back to the caller
in amd_ir_set_vcpu_affinity()
Completed in 20 milliseconds