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:MIPS_ENTRYLO_XI
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/lib/
H
A
D
dump_tlb.c
150
pa = entrylo0 & ~(MIPS_ENTRYLO_RI |
MIPS_ENTRYLO_XI
);
in dump_tlb()
158
(entrylo0 &
MIPS_ENTRYLO_XI
) ? 1 : 0);
in dump_tlb()
165
pa = entrylo1 & ~(MIPS_ENTRYLO_RI |
MIPS_ENTRYLO_XI
);
in dump_tlb()
172
(entrylo1 &
MIPS_ENTRYLO_XI
) ? 1 : 0);
in dump_tlb()
/kernel/linux/linux-5.10/arch/mips/lib/
H
A
D
dump_tlb.c
158
pa = entrylo0 & ~(MIPS_ENTRYLO_RI |
MIPS_ENTRYLO_XI
);
in dump_tlb()
166
(entrylo0 &
MIPS_ENTRYLO_XI
) ? 1 : 0);
in dump_tlb()
173
pa = entrylo1 & ~(MIPS_ENTRYLO_RI |
MIPS_ENTRYLO_XI
);
in dump_tlb()
180
(entrylo1 &
MIPS_ENTRYLO_XI
) ? 1 : 0);
in dump_tlb()
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
vz.c
1883
mask = MIPS_ENTRYLO_RI |
MIPS_ENTRYLO_XI
;
in entrylo_kvm_to_user()
1899
mask = MIPS_ENTRYLO_RI |
MIPS_ENTRYLO_XI
;
in entrylo_user_to_kvm()
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
vz.c
1887
mask = MIPS_ENTRYLO_RI |
MIPS_ENTRYLO_XI
;
in entrylo_kvm_to_user()
1903
mask = MIPS_ENTRYLO_RI |
MIPS_ENTRYLO_XI
;
in entrylo_user_to_kvm()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
mipsregs.h
152
#define
MIPS_ENTRYLO_XI
(_ULCAST_(1) << (BITS_PER_LONG - 2))
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
mipsregs.h
151
#define
MIPS_ENTRYLO_XI
(_ULCAST_(1) << (BITS_PER_LONG - 2))
macro
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
tlbex.c
2590
entry &= ~(MIPS_ENTRYLO_RI |
MIPS_ENTRYLO_XI
);
in check_pabits()
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
tlbex.c
2532
entry &= ~(MIPS_ENTRYLO_RI |
MIPS_ENTRYLO_XI
);
in check_pabits()
Completed in 27 milliseconds