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:KVM_GUEST_KSEG0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
trap_emul.c
31
else if (gkseg ==
KVM_GUEST_KSEG0
)
in kvm_trap_emul_gva_to_gpa_cb()
195
if (KVM_GUEST_KSEGX(badvaddr) <
KVM_GUEST_KSEG0
in kvm_trap_emul_handle_tlb_mod()
234
} else if (KVM_GUEST_KSEGX(badvaddr) ==
KVM_GUEST_KSEG0
) {
in kvm_trap_emul_handle_tlb_mod()
260
} else if (KVM_GUEST_KSEGX(badvaddr) <
KVM_GUEST_KSEG0
in kvm_trap_emul_handle_tlb_miss()
282
} else if (KVM_GUEST_KSEGX(badvaddr) ==
KVM_GUEST_KSEG0
) {
in kvm_trap_emul_handle_tlb_miss()
681
kvm_write_c0_guest_ebase(cop0,
KVM_GUEST_KSEG0
|
in kvm_trap_emul_vcpu_setup()
H
A
D
mmu.c
985
if (KVM_GUEST_KSEGX(badvaddr) !=
KVM_GUEST_KSEG0
) {
in kvm_mips_handle_kseg0_tlb_fault()
1178
if (KVM_GUEST_KSEGX(gva) ==
KVM_GUEST_KSEG0
) {
in kvm_trap_emul_gva_fault()
1181
} else if ((KVM_GUEST_KSEGX(gva) <
KVM_GUEST_KSEG0
) ||
in kvm_trap_emul_gva_fault()
H
A
D
emulate.c
1075
user = tlb->tlb_hi <
KVM_GUEST_KSEG0
;
in kvm_mips_invalidate_guest_tlb()
3162
if (badvaddr >= (unsigned long)
KVM_GUEST_KSEG0
) {
in kvm_mips_check_privilege()
3176
if (badvaddr >= (unsigned long)
KVM_GUEST_KSEG0
) {
in kvm_mips_check_privilege()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
kvm_host.h
112
#define
KVM_GUEST_KSEG0
0x40000000UL
macro
118
#define KVM_GUEST_CKSEG0ADDR(a) (KVM_GUEST_CPHYSADDR(a) |
KVM_GUEST_KSEG0
)
125
#define KVM_GUEST_KSEG0ADDR(a) (KVM_GUEST_CPHYSADDR(a) |
KVM_GUEST_KSEG0
)
Completed in 9 milliseconds