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:trap_is_scv
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
ptrace.h
210
static inline bool
trap_is_scv
(struct pt_regs *regs)
in trap_is_scv()
function
217
return (
trap_is_scv
(regs) || TRAP(regs) == 0xc00);
in trap_is_syscall()
233
if (
trap_is_scv
(regs))
in is_syscall_success()
241
if (
trap_is_scv
(regs))
in regs_return_value()
H
A
D
syscall.h
44
if (
trap_is_scv
(regs)) {
in syscall_get_error()
67
if (
trap_is_scv
(regs)) {
in syscall_set_return_value()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
ptrace.h
261
static inline bool
trap_is_scv
(struct pt_regs *regs)
in trap_is_scv()
function
273
return (
trap_is_scv
(regs) || TRAP(regs) == 0xc00);
in trap_is_syscall()
289
if (
trap_is_scv
(regs))
in is_syscall_success()
297
if (
trap_is_scv
(regs))
in regs_return_value()
H
A
D
syscall.h
51
if (
trap_is_scv
(regs)) {
in syscall_get_error()
74
if (
trap_is_scv
(regs)) {
in syscall_set_return_value()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
signal.c
208
if (
trap_is_scv
(regs)) {
in check_syscall_restart()
248
if (
trap_is_scv
(regs)) {
in check_syscall_restart()
H
A
D
process.c
1720
if (
trap_is_scv
(regs))
in copy_thread()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
signal.c
195
if (
trap_is_scv
(regs)) {
in check_syscall_restart()
235
if (
trap_is_scv
(regs)) {
in check_syscall_restart()
H
A
D
interrupt.c
106
if (
trap_is_scv
(regs))
in check_return_regs_valid()
H
A
D
process.c
1816
if (
trap_is_scv
(regs))
in copy_thread()
Completed in 9 milliseconds