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:PSW_MASK_USER
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
signal.c
127
(regs->psw.mask & (
PSW_MASK_USER
| PSW_MASK_RI));
in save_sigregs()
156
regs->psw.mask = (regs->psw.mask & ~(
PSW_MASK_USER
| PSW_MASK_RI)) |
in restore_sigregs()
157
(user_sregs.regs.psw.mask & (
PSW_MASK_USER
| PSW_MASK_RI));
in restore_sigregs()
H
A
D
compat_signal.c
105
regs->psw.mask = (regs->psw.mask & ~(
PSW_MASK_USER
| PSW_MASK_RI)) |
in restore_sigregs32()
H
A
D
ptrace.c
211
tmp &=
PSW_MASK_USER
| PSW_MASK_RI;
in __peek_user()
362
unsigned long mask =
PSW_MASK_USER
;
in __poke_user()
734
regs->psw.mask = (regs->psw.mask & ~
PSW_MASK_USER
) |
in __poke_user_compat()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
signal.c
128
(regs->psw.mask & (
PSW_MASK_USER
| PSW_MASK_RI));
in save_sigregs()
157
regs->psw.mask = (regs->psw.mask & ~(
PSW_MASK_USER
| PSW_MASK_RI)) |
in restore_sigregs()
158
(user_sregs.regs.psw.mask & (
PSW_MASK_USER
| PSW_MASK_RI));
in restore_sigregs()
H
A
D
compat_signal.c
106
regs->psw.mask = (regs->psw.mask & ~(
PSW_MASK_USER
| PSW_MASK_RI)) |
in restore_sigregs32()
H
A
D
ptrace.c
205
tmp &=
PSW_MASK_USER
| PSW_MASK_RI;
in __peek_user()
334
unsigned long mask =
PSW_MASK_USER
;
in __poke_user()
702
regs->psw.mask = (regs->psw.mask & ~
PSW_MASK_USER
) |
in __poke_user_compat()
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
234
#define
PSW_MASK_USER
0x0000FF00UL
macro
264
#define
PSW_MASK_USER
0x0000FF0180000000UL
macro
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
189
#define
PSW_MASK_USER
_AC(0x0000FF00, UL)
macro
217
#define
PSW_MASK_USER
_AC(0x0000FF0180000000, UL)
macro
/kernel/linux/linux-5.10/tools/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
234
#define
PSW_MASK_USER
0x0000FF00UL
macro
264
#define
PSW_MASK_USER
0x0000FF0180000000UL
macro
Completed in 11 milliseconds