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:safe_to_remove
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
mmu.c
160
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PTE - 1);
in kvm_mips_flush_gpa_pte()
local
169
return
safe_to_remove
;
in kvm_mips_flush_gpa_pte()
179
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PMD - 1);
in kvm_mips_flush_gpa_pmd()
local
194
safe_to_remove
= false;
in kvm_mips_flush_gpa_pmd()
197
return
safe_to_remove
;
in kvm_mips_flush_gpa_pmd()
207
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PUD - 1);
in kvm_mips_flush_gpa_pud()
local
222
safe_to_remove
= false;
in kvm_mips_flush_gpa_pud()
225
return
safe_to_remove
;
in kvm_mips_flush_gpa_pud()
236
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PGD - 1);
in kvm_mips_flush_gpa_pgd()
local
252
safe_to_remove
in kvm_mips_flush_gpa_pgd()
813
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PTE - 1);
kvm_mips_flush_gva_pte()
local
839
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PMD - 1);
kvm_mips_flush_gva_pmd()
local
867
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PUD - 1);
kvm_mips_flush_gva_pud()
local
896
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PGD - 1);
kvm_mips_flush_gva_pgd()
local
[all...]
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
mmu.c
159
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PTE - 1);
in kvm_mips_flush_gpa_pte()
local
168
return
safe_to_remove
;
in kvm_mips_flush_gpa_pte()
178
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PMD - 1);
in kvm_mips_flush_gpa_pmd()
local
193
safe_to_remove
= false;
in kvm_mips_flush_gpa_pmd()
196
return
safe_to_remove
;
in kvm_mips_flush_gpa_pmd()
206
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PUD - 1);
in kvm_mips_flush_gpa_pud()
local
221
safe_to_remove
= false;
in kvm_mips_flush_gpa_pud()
224
return
safe_to_remove
;
in kvm_mips_flush_gpa_pud()
235
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PGD - 1);
in kvm_mips_flush_gpa_pgd()
local
251
safe_to_remove
in kvm_mips_flush_gpa_pgd()
[all...]
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H
A
D
mmu.c
192
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PTE - 1);
in kvm_flush_gpa_pte()
local
203
return
safe_to_remove
;
in kvm_flush_gpa_pte()
213
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PMD - 1);
in kvm_flush_gpa_pmd()
local
235
safe_to_remove
= false;
in kvm_flush_gpa_pmd()
238
return
safe_to_remove
;
in kvm_flush_gpa_pmd()
248
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PUD - 1);
in kvm_flush_gpa_pud()
local
263
safe_to_remove
= false;
in kvm_flush_gpa_pud()
266
return
safe_to_remove
;
in kvm_flush_gpa_pud()
277
bool
safe_to_remove
= (i_min == 0 && i_max == PTRS_PER_PGD - 1);
in kvm_flush_gpa_pgd()
local
293
safe_to_remove
in kvm_flush_gpa_pgd()
[all...]
Completed in 3 milliseconds