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_flush_mmu
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
tlb.h
74
*
tlb_flush_mmu
() is required.
77
*
tlb_flush_mmu
() when required and has no return value.
82
* possible
tlb_flush_mmu
() call.
84
* -
tlb_flush_mmu
() / tlb_flush_mmu_tlbonly()
89
*
tlb_flush_mmu
() - in addition to the above TLB invalidate, also frees
307
void
tlb_flush_mmu
(struct mmu_gather *tlb);
437
tlb_flush_mmu
(tlb);
in tlb_remove_page_size()
446
* Similar to __tlb_remove_page but will call
tlb_flush_mmu
() itself when
460
tlb_flush_mmu
(tlb);
in tlb_change_page_size()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
tlb.h
76
*
tlb_flush_mmu
() is required.
79
*
tlb_flush_mmu
() when required and has no return value.
84
* possible
tlb_flush_mmu
() call.
86
* -
tlb_flush_mmu
() / tlb_flush_mmu_tlbonly()
91
*
tlb_flush_mmu
() - in addition to the above TLB invalidate, also frees
353
void
tlb_flush_mmu
(struct mmu_gather *tlb);
466
tlb_flush_mmu
(tlb);
in tlb_remove_page_size()
475
* Similar to __tlb_remove_page but will call
tlb_flush_mmu
() itself when
500
tlb_flush_mmu
(tlb);
in tlb_change_page_size()
/kernel/linux/linux-5.10/mm/
H
A
D
mmu_gather.c
244
void
tlb_flush_mmu
(struct mmu_gather *tlb)
in tlb_flush_mmu()
function
326
tlb_flush_mmu
(tlb);
in tlb_finish_mmu()
H
A
D
mmap.c
2737
tlb_flush_mmu
(&tlb);
in unmap_region()
H
A
D
memory.c
1360
tlb_flush_mmu
(tlb);
in zap_pte_range()
/kernel/linux/linux-6.6/mm/
H
A
D
mmu_gather.c
297
void
tlb_flush_mmu
(struct mmu_gather *tlb)
in tlb_flush_mmu()
function
392
tlb_flush_mmu
(tlb);
in tlb_finish_mmu()
H
A
D
memory.c
1543
tlb_flush_mmu
(tlb);
in zap_pte_range()
Completed in 21 milliseconds