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:guestctl1
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
tlb.c
100
unsigned int
guestctl1
;
in set_root_gid_to_guest_gid()
local
104
guestctl1
= read_c0_guestctl1();
in set_root_gid_to_guest_gid()
105
guestctl1
= (
guestctl1
& ~MIPS_GCTL1_RID) |
in set_root_gid_to_guest_gid()
106
((
guestctl1
& MIPS_GCTL1_ID) >> MIPS_GCTL1_ID_SHIFT)
in set_root_gid_to_guest_gid()
108
write_c0_guestctl1(
guestctl1
);
in set_root_gid_to_guest_gid()
378
unsigned int
guestctl1
= 0;
in kvm_vz_save_guesttlb()
local
392
guestctl1
= read_c0_guestctl1();
in kvm_vz_save_guesttlb()
403
(read_c0_guestctl1() ^
guestctl1
) & MIPS_GCTL1_RID) {
in kvm_vz_save_guesttlb()
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
tlb.c
238
unsigned int
guestctl1
;
in set_root_gid_to_guest_gid()
local
242
guestctl1
= read_c0_guestctl1();
in set_root_gid_to_guest_gid()
243
guestctl1
= (
guestctl1
& ~MIPS_GCTL1_RID) |
in set_root_gid_to_guest_gid()
244
((
guestctl1
& MIPS_GCTL1_ID) >> MIPS_GCTL1_ID_SHIFT)
in set_root_gid_to_guest_gid()
246
write_c0_guestctl1(
guestctl1
);
in set_root_gid_to_guest_gid()
516
unsigned int
guestctl1
= 0;
in kvm_vz_save_guesttlb()
local
530
guestctl1
= read_c0_guestctl1();
in kvm_vz_save_guesttlb()
541
(read_c0_guestctl1() ^
guestctl1
) & MIPS_GCTL1_RID) {
in kvm_vz_save_guesttlb()
/kernel/linux/linux-6.6/arch/mips/lib/
H
A
D
dump_tlb.c
71
unsigned int pagemask,
guestctl1
= 0, c0, c1, i;
in dump_tlb()
local
113
guestctl1
= read_c0_guestctl1();
in dump_tlb()
147
(
guestctl1
& MIPS_GCTL1_RID)
in dump_tlb()
/kernel/linux/linux-5.10/arch/mips/lib/
H
A
D
dump_tlb.c
79
unsigned int pagemask,
guestctl1
= 0, c0, c1, i;
in dump_tlb()
local
121
guestctl1
= read_c0_guestctl1();
in dump_tlb()
155
(
guestctl1
& MIPS_GCTL1_RID)
in dump_tlb()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mipsregs.h
2894
__BUILD_SET_C0(
guestctl1
)
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mipsregs.h
2907
__BUILD_SET_C0(
guestctl1
)
Completed in 16 milliseconds