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:UM_SIGNAL
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
alignment.h
16
#define
UM_SIGNAL
(1 << 2)
macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
alignment.h
16
#define
UM_SIGNAL
(1 << 2)
macro
/kernel/linux/linux-5.10/arch/nios2/kernel/
H
A
D
misaligned.c
38
#define
UM_SIGNAL
0x04
macro
198
if (ma_usermode &
UM_SIGNAL
)
in handle_unaligned_c()
/kernel/linux/linux-6.6/arch/nios2/kernel/
H
A
D
misaligned.c
38
#define
UM_SIGNAL
0x04
macro
198
if (ma_usermode &
UM_SIGNAL
)
in handle_unaligned_c()
/kernel/linux/linux-5.10/arch/sh/mm/
H
A
D
alignment.c
74
action |=
UM_SIGNAL
;
in unaligned_user_action()
/kernel/linux/linux-6.6/arch/sh/mm/
H
A
D
alignment.c
74
action |=
UM_SIGNAL
;
in unaligned_user_action()
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
alignment.c
92
#define
UM_SIGNAL
(1 << 2)
macro
111
if (cpu_is_v6_unaligned() && !(new_usermode & (UM_FIXUP |
UM_SIGNAL
))) {
in safe_usermode()
972
if (ai_usermode &
UM_SIGNAL
) {
in do_alignment()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
alignment.c
91
#define
UM_SIGNAL
(1 << 2)
macro
110
if (cpu_is_v6_unaligned() && !(new_usermode & (UM_FIXUP |
UM_SIGNAL
))) {
in safe_usermode()
980
if (ai_usermode &
UM_SIGNAL
) {
in do_alignment()
/kernel/linux/linux-5.10/arch/sh/kernel/
H
A
D
traps_32.c
506
if (user_action &
UM_SIGNAL
)
in do_address_error()
/kernel/linux/linux-6.6/arch/sh/kernel/
H
A
D
traps_32.c
519
if (user_action &
UM_SIGNAL
)
in do_address_error()
Completed in 7 milliseconds