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:PS_S
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
ptrace.h
9
#ifndef
PS_S
10
#define
PS_S
(0x2000)
macro
14
#define user_mode(regs) (!((regs)->sr &
PS_S
))
H
A
D
processor.h
94
.sr =
PS_S
, \
H
A
D
traps.h
101
#define
PS_S
(0x2000)
macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
ptrace.h
9
#ifndef
PS_S
10
#define
PS_S
(0x2000)
macro
14
#define user_mode(regs) (!((regs)->sr &
PS_S
))
H
A
D
processor.h
119
.sr =
PS_S
, \
H
A
D
traps.h
101
#define
PS_S
(0x2000)
macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H
A
D
ptrace.h
10
#ifndef
PS_S
11
#define
PS_S
(0x10)
macro
23
#define user_mode(regs) (!((regs)->ccr &
PS_S
))
H
A
D
processor.h
65
.ccr =
PS_S
, \
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
ptrace.h
14
#define
PS_S
0x80000000 /* Supervisor Mode */
macro
24
#define user_mode(regs) (!((regs)->sr &
PS_S
))
H
A
D
processor.h
68
(_regs)->sr &= ~
PS_S
; \
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
ptrace.h
13
#define
PS_S
0x80000000 /* Supervisor Mode */
macro
23
#define user_mode(regs) (!((regs)->sr &
PS_S
))
H
A
D
processor.h
65
(_regs)->sr &= ~
PS_S
; \
/kernel/linux/linux-5.10/arch/m68k/kernel/
H
A
D
process.c
89
if (!(regs->sr &
PS_S
))
in show_regs()
163
frame->regs.sr =
PS_S
;
in copy_thread()
H
A
D
traps.c
408
if (fp->ptregs.sr &
PS_S
) {
in bus_error030()
620
if (fp->ptregs.sr &
PS_S
) {
in bus_error030()
1013
if (fp->ptregs.sr &
PS_S
) {
in trap_c()
1134
if (!(fp->sr &
PS_S
))
in die_if_kernel()
/kernel/linux/linux-6.6/arch/m68k/kernel/
H
A
D
process.c
89
if (!(regs->sr &
PS_S
))
in show_regs()
165
frame->regs.sr =
PS_S
;
in copy_thread()
H
A
D
traps.c
404
if (fp->ptregs.sr &
PS_S
) {
in bus_error030()
616
if (fp->ptregs.sr &
PS_S
) {
in bus_error030()
1009
if (fp->ptregs.sr &
PS_S
) {
in trap_c()
1130
if (!(fp->sr &
PS_S
))
in die_if_kernel()
Completed in 8 milliseconds