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_FIXUP
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/nios2/kernel/
H
A
D
misaligned.c
37
#define
UM_FIXUP
0x02
macro
88
if (in_kernel || (ma_usermode &
UM_FIXUP
)) {
in handle_unaligned_c()
231
ma_usermode =
UM_FIXUP
| KM_WARN;
in misaligned_init()
/kernel/linux/linux-6.6/arch/nios2/kernel/
H
A
D
misaligned.c
37
#define
UM_FIXUP
0x02
macro
88
if (in_kernel || (ma_usermode &
UM_FIXUP
)) {
in handle_unaligned_c()
231
ma_usermode =
UM_FIXUP
| KM_WARN;
in misaligned_init()
/kernel/linux/linux-5.10/arch/sh/mm/
H
A
D
alignment.c
28
static int se_usermode = UM_WARN |
UM_FIXUP
;
73
action &= ~
UM_FIXUP
;
in unaligned_user_action()
/kernel/linux/linux-6.6/arch/sh/mm/
H
A
D
alignment.c
28
static int se_usermode = UM_WARN |
UM_FIXUP
;
73
action &= ~
UM_FIXUP
;
in unaligned_user_action()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
alignment.h
15
#define
UM_FIXUP
(1 << 1)
macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
alignment.h
15
#define
UM_FIXUP
(1 << 1)
macro
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
alignment.c
91
#define
UM_FIXUP
(1 << 1)
macro
111
if (cpu_is_v6_unaligned() && !(new_usermode & (
UM_FIXUP
| UM_SIGNAL))) {
in safe_usermode()
112
new_usermode |=
UM_FIXUP
;
in safe_usermode()
969
if (ai_usermode &
UM_FIXUP
)
in do_alignment()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
alignment.c
90
#define
UM_FIXUP
(1 << 1)
macro
110
if (cpu_is_v6_unaligned() && !(new_usermode & (
UM_FIXUP
| UM_SIGNAL))) {
in safe_usermode()
111
new_usermode |=
UM_FIXUP
;
in safe_usermode()
977
if (ai_usermode &
UM_FIXUP
)
in do_alignment()
/kernel/linux/linux-5.10/arch/sh/kernel/
H
A
D
traps_32.c
504
if (user_action &
UM_FIXUP
)
in do_address_error()
/kernel/linux/linux-6.6/arch/sh/kernel/
H
A
D
traps_32.c
517
if (user_action &
UM_FIXUP
)
in do_address_error()
Completed in 6 milliseconds