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:pa_psw
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
psw.h
66
struct
pa_psw
{
struct
97
#define
pa_psw
(task) ((struct
pa_psw
*) ((char *) (task) + TASK_PT_PSW + 4))
macro
99
#define
pa_psw
(task) ((struct
pa_psw
*) ((char *) (task) + TASK_PT_PSW))
macro
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
psw.h
66
struct
pa_psw
{
struct
97
#define
pa_psw
(task) ((struct
pa_psw
*) ((char *) (task) + TASK_PT_PSW + 4))
macro
99
#define
pa_psw
(task) ((struct
pa_psw
*) ((char *) (task) + TASK_PT_PSW))
macro
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
ptrace.c
57
pa_psw
(task)->r = 0;
in ptrace_disable()
58
pa_psw
(task)->t = 0;
in ptrace_disable()
59
pa_psw
(task)->h = 0;
in ptrace_disable()
60
pa_psw
(task)->l = 0;
in ptrace_disable()
77
if (
pa_psw
(task)->n) {
in user_enable_single_step()
82
pa_psw
(task)->n = 0;
in user_enable_single_step()
83
pa_psw
(task)->x = 0;
in user_enable_single_step()
84
pa_psw
(task)->y = 0;
in user_enable_single_step()
85
pa_psw
(task)->z = 0;
in user_enable_single_step()
86
pa_psw
(tas
in user_enable_single_step()
[all...]
H
A
D
signal.c
380
if (
pa_psw
(current)->r) {
in setup_rt_frame()
381
pa_psw
(current)->r = 0;
in setup_rt_frame()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
ptrace.c
56
pa_psw
(task)->r = 0;
in ptrace_disable()
57
pa_psw
(task)->t = 0;
in ptrace_disable()
58
pa_psw
(task)->h = 0;
in ptrace_disable()
59
pa_psw
(task)->l = 0;
in ptrace_disable()
76
if (
pa_psw
(task)->n) {
in user_enable_single_step()
81
pa_psw
(task)->n = 0;
in user_enable_single_step()
82
pa_psw
(task)->x = 0;
in user_enable_single_step()
83
pa_psw
(task)->y = 0;
in user_enable_single_step()
84
pa_psw
(task)->z = 0;
in user_enable_single_step()
85
pa_psw
(tas
in user_enable_single_step()
[all...]
H
A
D
signal.c
339
if (
pa_psw
(current)->r) {
in setup_rt_frame()
340
pa_psw
(current)->r = 0;
in setup_rt_frame()
Completed in 4 milliseconds