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:USER_REGION_ID
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
hash.h
91
#define
USER_REGION_ID
0
macro
121
return
USER_REGION_ID
;
in get_region_id()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
hash.h
95
#define
USER_REGION_ID
0
macro
121
return
USER_REGION_ID
;
in get_region_id()
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
copro_fault.c
91
case
USER_REGION_ID
:
in copro_calculate_slb()
92
pr_devel("%s: 0x%llx --
USER_REGION_ID
\n", __func__, ea);
in copro_calculate_slb()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
copro_fault.c
89
case
USER_REGION_ID
:
in copro_calculate_slb()
90
pr_devel("%s: 0x%llx --
USER_REGION_ID
\n", __func__, ea);
in copro_calculate_slb()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
72
#define
USER_REGION_ID
(0UL)
macro
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
fault.c
167
if (!mm && (get_region_id(dar) !=
USER_REGION_ID
))
in cxl_handle_mm_fault()
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
fault.c
167
if (!mm && (get_region_id(dar) !=
USER_REGION_ID
))
in cxl_handle_mm_fault()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
1316
case
USER_REGION_ID
:
in hash_page_mm()
1549
if ((msr & MSR_PR) || (region_id ==
USER_REGION_ID
))
in __hash_page()
1591
BUG_ON(get_region_id(ea) !=
USER_REGION_ID
);
in hash_preload()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
1470
case
USER_REGION_ID
:
in hash_page_mm()
1714
if (user_mode(regs) || (region_id ==
USER_REGION_ID
))
in DEFINE_INTERRUPT_HANDLER()
1764
BUG_ON(get_region_id(ea) !=
USER_REGION_ID
);
in hash_preload()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
spu_base.c
184
(get_region_id(ea) !=
USER_REGION_ID
)) {
in __spu_trap_data_map()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
spu_base.c
183
(get_region_id(ea) !=
USER_REGION_ID
)) {
in __spu_trap_data_map()
/kernel/linux/linux-5.10/drivers/misc/ocxl/
H
A
D
link.c
167
if (get_region_id(fault->dar) !=
USER_REGION_ID
)
in xsl_fault_handler_bh()
/kernel/linux/linux-6.6/drivers/misc/ocxl/
H
A
D
link.c
175
if (get_region_id(fault->dar) !=
USER_REGION_ID
)
in xsl_fault_handler_bh()
Completed in 13 milliseconds