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:hpte_remove
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_64k.c
198
mmu_hash_ops.
hpte_remove
(hpte_group);
in __hash_page_4K()
310
mmu_hash_ops.
hpte_remove
(hpte_group);
in __hash_page_64K()
H
A
D
hash_hugepage.c
156
mmu_hash_ops.
hpte_remove
(hpte_group);
in __hash_page_thp()
H
A
D
hash_4k.c
102
mmu_hash_ops.
hpte_remove
(hpte_group);
in __hash_page_4K()
H
A
D
hash_utils.c
311
ret = mmu_hash_ops.
hpte_remove
(hpteg);
in htab_bolt_mapping()
1901
mmu_hash_ops.
hpte_remove
(hpte_group);
in hpte_insert_repeating()
H
A
D
hash_native.c
454
* We need to invalidate the TLB always because
hpte_remove
doesn't do
in native_hpte_updatepp()
457
* (
hpte_remove
) because we assume the old translation is still
in native_hpte_updatepp()
631
* We need to invalidate the TLB always because
hpte_remove
doesn't do
in native_hpte_invalidate()
634
* (
hpte_remove
) because we assume the old translation is still
in native_hpte_invalidate()
926
mmu_hash_ops.
hpte_remove
= native_hpte_remove;
in hpte_init_native()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_64k.c
200
mmu_hash_ops.
hpte_remove
(hpte_group);
in __hash_page_4K()
315
mmu_hash_ops.
hpte_remove
(hpte_group);
in __hash_page_64K()
H
A
D
hash_hugepage.c
156
mmu_hash_ops.
hpte_remove
(hpte_group);
in __hash_page_thp()
H
A
D
hash_4k.c
104
mmu_hash_ops.
hpte_remove
(hpte_group);
in __hash_page_4K()
H
A
D
hash_utils.c
411
ret = mmu_hash_ops.
hpte_remove
(hpteg);
in htab_bolt_mapping()
2042
mmu_hash_ops.
hpte_remove
(hpte_group);
in hpte_insert_repeating()
2062
if (mmu_hash_ops.
hpte_remove
(last_group) == -1)
in hpt_clear_stress()
2087
if (mmu_hash_ops.
hpte_remove
(last_group) == -1)
in hpt_do_stress()
H
A
D
hash_native.c
392
* We need to invalidate the TLB always because
hpte_remove
doesn't do
in native_hpte_updatepp()
395
* (
hpte_remove
) because we assume the old translation is still
in native_hpte_updatepp()
583
* We need to invalidate the TLB always because
hpte_remove
doesn't do
in native_hpte_invalidate()
586
* (
hpte_remove
) because we assume the old translation is still
in native_hpte_invalidate()
878
mmu_hash_ops.
hpte_remove
= native_hpte_remove;
in hpte_init_native()
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H
A
D
htab.c
190
mmu_hash_ops.
hpte_remove
= ps3_hpte_remove;
in ps3_hpte_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H
A
D
htab.c
190
mmu_hash_ops.
hpte_remove
= ps3_hpte_remove;
in ps3_hpte_init()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_host.c
162
if (mmu_hash_ops.
hpte_remove
(hpteg) < 0) {
in kvmppc_mmu_map_page()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
155
long (*
hpte_remove
)(unsigned long hpte_group);
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
155
long (*
hpte_remove
)(unsigned long hpte_group);
member
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_host.c
164
if (mmu_hash_ops.
hpte_remove
(hpteg) < 0) {
in kvmppc_mmu_map_page()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
lpar.c
1704
mmu_hash_ops.
hpte_remove
= pSeries_lpar_hpte_remove;
in hpte_init_pseries()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
lpar.c
1710
mmu_hash_ops.
hpte_remove
= pSeries_lpar_hpte_remove;
in hpte_init_pseries()
Completed in 21 milliseconds