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:VPN2_MASK
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
tlb.c
181
idx_user = _kvm_mips_host_tlb_inv((va &
VPN2_MASK
) |
in kvm_mips_host_tlb_inv()
184
idx_kernel = _kvm_mips_host_tlb_inv((va &
VPN2_MASK
) |
in kvm_mips_host_tlb_inv()
201
__func__, (va &
VPN2_MASK
) |
in kvm_mips_host_tlb_inv()
205
__func__, (va &
VPN2_MASK
) |
in kvm_mips_host_tlb_inv()
264
idx = _kvm_mips_host_tlb_inv((va &
VPN2_MASK
) |
in kvm_vz_host_tlb_inv()
283
__func__, (va &
VPN2_MASK
) |
in kvm_vz_host_tlb_inv()
H
A
D
emulate.c
1080
kvm_trap_emul_invalidate_gva(vcpu, tlb->tlb_hi &
VPN2_MASK
, user);
in kvm_mips_invalidate_guest_tlb()
2425
unsigned long entryhi = (vcpu->arch. host_cp0_badvaddr &
VPN2_MASK
) |
in kvm_mips_emulate_tlbmiss_ld()
2469
(vcpu->arch.host_cp0_badvaddr &
VPN2_MASK
) |
in kvm_mips_emulate_tlbinv_ld()
2509
unsigned long entryhi = (vcpu->arch.host_cp0_badvaddr &
VPN2_MASK
) |
in kvm_mips_emulate_tlbmiss_st()
2550
unsigned long entryhi = (vcpu->arch.host_cp0_badvaddr &
VPN2_MASK
) |
in kvm_mips_emulate_tlbinv_st()
2589
unsigned long entryhi = (vcpu->arch.host_cp0_badvaddr &
VPN2_MASK
) |
in kvm_mips_emulate_tlbmod()
3242
(va &
VPN2_MASK
) |
in kvm_mips_handle_tlbmiss()
H
A
D
mmu.c
1032
if (!((gva ^ KVM_GUEST_COMMPAGE_ADDR) &
VPN2_MASK
& (PAGE_MASK << 1)))
in kvm_mips_handle_mapped_seg_tlb_fault()
1184
index = kvm_mips_guest_tlb_lookup(vcpu, (gva &
VPN2_MASK
) |
in kvm_trap_emul_gva_fault()
H
A
D
trap_emul.c
202
entryhi = (badvaddr &
VPN2_MASK
) |
in kvm_trap_emul_handle_tlb_mod()
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
tlb.c
126
idx = _kvm_mips_host_tlb_inv((va &
VPN2_MASK
) |
in kvm_vz_host_tlb_inv()
145
__func__, (va &
VPN2_MASK
) |
in kvm_vz_host_tlb_inv()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
kvm_host.h
265
#define
VPN2_MASK
GENMASK(cpu_vmbits - 1, 13)
macro
267
#define
VPN2_MASK
0xffffe000
macro
271
#define TLB_VPN2(x) ((x).tlb_hi &
VPN2_MASK
)
277
((y) &
VPN2_MASK
& ~(x).tlb_mask))
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
kvm_host.h
316
#define
VPN2_MASK
GENMASK(cpu_vmbits - 1, 13)
macro
318
#define
VPN2_MASK
0xffffe000
macro
322
#define TLB_VPN2(x) ((x).tlb_hi &
VPN2_MASK
)
328
((y) &
VPN2_MASK
& ~(x).tlb_mask))
Completed in 13 milliseconds