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:tlb_nr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/mm/
H
A
D
tlb.c
27
if (!tb->
tlb_nr
)
in flush_tlb_pending()
33
if (tb->
tlb_nr
== 1) {
in flush_tlb_pending()
37
smp_flush_tlb_pending(tb->mm, tb->
tlb_nr
,
in flush_tlb_pending()
41
tb->
tlb_nr
, &tb->vaddrs[0]);
in flush_tlb_pending()
46
tb->
tlb_nr
= 0;
in flush_tlb_pending()
63
if (tb->
tlb_nr
)
in arch_leave_lazy_mmu_mode()
78
nr = tb->
tlb_nr
;
in tlb_batch_add_one()
103
tb->
tlb_nr
= ++nr;
in tlb_batch_add_one()
H
A
D
tsb.c
88
for (i = 0; i < tb->
tlb_nr
; i++)
in __flush_tsb_one()
113
for (i = 0; i < tb->
tlb_nr
; i++)
in __flush_huge_tsb_one()
/kernel/linux/linux-6.6/arch/sparc/mm/
H
A
D
tlb.c
28
if (!tb->
tlb_nr
)
in flush_tlb_pending()
34
if (tb->
tlb_nr
== 1) {
in flush_tlb_pending()
38
smp_flush_tlb_pending(tb->mm, tb->
tlb_nr
,
in flush_tlb_pending()
42
tb->
tlb_nr
, &tb->vaddrs[0]);
in flush_tlb_pending()
47
tb->
tlb_nr
= 0;
in flush_tlb_pending()
64
if (tb->
tlb_nr
)
in arch_leave_lazy_mmu_mode()
79
nr = tb->
tlb_nr
;
in tlb_batch_add_one()
104
tb->
tlb_nr
= ++nr;
in tlb_batch_add_one()
H
A
D
tsb.c
88
for (i = 0; i < tb->
tlb_nr
; i++)
in __flush_tsb_one()
113
for (i = 0; i < tb->
tlb_nr
; i++)
in __flush_huge_tsb_one()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
tlbflush_64.h
14
unsigned long
tlb_nr
;
member
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
tlbflush_64.h
14
unsigned long
tlb_nr
;
member
Completed in 4 milliseconds