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:htab_address
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_native.c
348
struct hash_pte *hptep =
htab_address
+ hpte_group;
in native_hpte_insert()
413
hptep =
htab_address
+ hpte_group + slot_offset;
in native_hpte_remove()
443
struct hash_pte *hptep =
htab_address
+ slot;
in native_hpte_updatepp()
500
hptep =
htab_address
+ slot;
in __native_hpte_find()
559
hptep =
htab_address
+ slot;
in native_hpte_updateboltedpp()
591
hptep =
htab_address
+ slot;
in native_hpte_removebolted()
607
struct hash_pte *hptep =
htab_address
+ slot;
in native_hpte_invalidate()
676
hptep =
htab_address
+ slot;
in native_hugepage_invalidate()
794
struct hash_pte *hptep =
htab_address
;
in native_hpte_clear()
860
hptep =
htab_address
in native_flush_hash_range()
[all...]
H
A
D
hash_utils.c
107
struct hash_pte *
htab_address
;
variable
913
htab_address
= NULL;
in htab_initialize()
950
htab_address
= __va(table);
in htab_initialize()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_native.c
269
struct hash_pte *hptep =
htab_address
+ hpte_group;
in native_hpte_insert()
344
hptep =
htab_address
+ hpte_group + slot_offset;
in native_hpte_remove()
378
struct hash_pte *hptep =
htab_address
+ slot;
in native_hpte_updatepp()
440
hptep =
htab_address
+ slot;
in __native_hpte_find()
502
hptep =
htab_address
+ slot;
in native_hpte_updateboltedpp()
539
hptep =
htab_address
+ slot;
in native_hpte_removebolted()
558
struct hash_pte *hptep =
htab_address
+ slot;
in native_hpte_invalidate()
628
hptep =
htab_address
+ slot;
in native_hugepage_invalidate()
744
struct hash_pte *hptep =
htab_address
;
in native_hpte_clear()
810
hptep =
htab_address
in native_flush_hash_range()
[all...]
H
A
D
hash_utils.c
108
struct hash_pte *
htab_address
;
variable
1076
htab_address
= NULL;
in htab_initialize()
1113
htab_address
= __va(table);
in htab_initialize()
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H
A
D
core_64.c
398
/* On machines with no htab
htab_address
is NULL */
in export_htab_values()
399
if (!
htab_address
)
in export_htab_values()
410
htab_base = cpu_to_be64(__pa(
htab_address
));
in export_htab_values()
H
A
D
ranges.c
309
if (!
htab_address
)
in add_htab_mem_range()
312
return add_mem_range(mem_ranges, __pa(
htab_address
), htab_size_bytes);
in add_htab_mem_range()
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H
A
D
core_64.c
401
/* On machines with no htab
htab_address
is NULL */
in export_htab_values()
402
if (!
htab_address
)
in export_htab_values()
413
htab_base = cpu_to_be64(__pa(
htab_address
));
in export_htab_values()
H
A
D
ranges.c
309
if (!
htab_address
)
in add_htab_mem_range()
312
return add_mem_range(mem_ranges, __pa(
htab_address
), htab_size_bytes);
in add_htab_mem_range()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
iommu.c
958
if (!
htab_address
) {
in cell_iommu_fixed_mapping_init()
962
hbase = __pa(
htab_address
);
in cell_iommu_fixed_mapping_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
iommu.c
963
if (!
htab_address
) {
in cell_iommu_fixed_mapping_init()
967
hbase = __pa(
htab_address
);
in cell_iommu_fixed_mapping_init()
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
hashpagetable.c
225
hptep =
htab_address
+ hpte_group;
in native_find()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
180
extern struct hash_pte *
htab_address
;
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
180
extern struct hash_pte *
htab_address
;
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H
A
D
hashpagetable.c
225
hptep =
htab_address
+ hpte_group;
in native_find()
Completed in 21 milliseconds