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:ESID_MASK_1T
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
page_64.h
35
#define
ESID_MASK_1T
0xffffff0000000000UL
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
page_64.h
35
#define
ESID_MASK_1T
0xffffff0000000000UL
macro
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
copro_fault.c
134
slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ?
ESID_MASK_1T
: ESID_MASK)) | SLB_ESID_V;
in copro_calculate_slb()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
copro_fault.c
132
slb->esid = (ea & (ssize == MMU_SEGSIZE_1T ?
ESID_MASK_1T
: ESID_MASK)) | SLB_ESID_V;
in copro_calculate_slb()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
slb.c
40
(((ssize) == MMU_SEGSIZE_256M)? ESID_MASK:
ESID_MASK_1T
)
328
if (ea &
ESID_MASK_1T
)
in preload_add()
329
ea &=
ESID_MASK_1T
;
in preload_add()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
slb.c
304
if (ea &
ESID_MASK_1T
)
in preload_add()
305
ea &=
ESID_MASK_1T
;
in preload_add()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
mmu-hash.h
863
(((ssize) == MMU_SEGSIZE_256M) ? ESID_MASK :
ESID_MASK_1T
)
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_hv.c
312
mask =
ESID_MASK_1T
;
in kvmppc_mmu_book3s_hv_find_slbe()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
book3s_64_mmu_hv.c
322
mask =
ESID_MASK_1T
;
in kvmppc_mmu_book3s_hv_find_slbe()
Completed in 10 milliseconds