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_V_LARGE
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
77
#define
HPTE_V_LARGE
ASM_CONST(0x0000000000000004)
macro
281
if (!(h &
HPTE_V_LARGE
))
in __hpte_page_size()
395
v |=
HPTE_V_LARGE
;
in hpte_encode_v()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
77
#define
HPTE_V_LARGE
ASM_CONST(0x0000000000000004)
macro
281
if (!(h &
HPTE_V_LARGE
))
in __hpte_page_size()
395
v |=
HPTE_V_LARGE
;
in hpte_encode_v()
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H
A
D
hashpagetable.c
351
if ((v &
HPTE_V_LARGE
) ==
HPTE_V_LARGE
) {
in hpte_find()
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H
A
D
hashpagetable.c
354
if ((v &
HPTE_V_LARGE
) ==
HPTE_V_LARGE
) {
in hpte_find()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu.c
236
v_val |=
HPTE_V_LARGE
;
in kvmppc_mmu_book3s_64_xlate()
239
v_mask = SLB_VSID_B | HPTE_V_AVPN |
HPTE_V_LARGE
| HPTE_V_VALID |
in kvmppc_mmu_book3s_64_xlate()
H
A
D
book3s_hv_rm_mmu.c
1112
mask |=
HPTE_V_LARGE
;
in kvmppc_hv_find_lock_hpte()
1113
val |=
HPTE_V_LARGE
;
in kvmppc_hv_find_lock_hpte()
H
A
D
book3s_64_mmu_hv.c
195
return (pgsize > 0x1000) ?
HPTE_V_LARGE
: 0;
in hpte0_pgsize_encoding()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu.c
236
v_val |=
HPTE_V_LARGE
;
in kvmppc_mmu_book3s_64_xlate()
239
v_mask = SLB_VSID_B | HPTE_V_AVPN |
HPTE_V_LARGE
| HPTE_V_VALID |
in kvmppc_mmu_book3s_64_xlate()
H
A
D
book3s_hv_rm_mmu.c
1114
mask |=
HPTE_V_LARGE
;
in kvmppc_hv_find_lock_hpte()
1115
val |=
HPTE_V_LARGE
;
in kvmppc_hv_find_lock_hpte()
H
A
D
book3s_64_mmu_hv.c
197
return (pgsize > 0x1000) ?
HPTE_V_LARGE
: 0;
in hpte0_pgsize_encoding()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
kvm_book3s_64.h
225
if (!(h &
HPTE_V_LARGE
))
in kvmppc_hpte_page_shifts()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
kvm_book3s_64.h
222
if (!(h &
HPTE_V_LARGE
))
in kvmppc_hpte_page_shifts()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_native.c
729
if (!(hpte_v &
HPTE_V_LARGE
)) {
in hpte_decode()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_native.c
679
if (!(hpte_v &
HPTE_V_LARGE
)) {
in hpte_decode()
Completed in 21 milliseconds