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:scv
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H
A
D
tm-syscall.c
23
#define PPC_FEATURE2_SCV 0x00100000 /*
scv
syscall */
35
pid_t getppid_tm(bool
scv
, bool suspend)
in getppid_tm()
argument
42
if (
scv
)
in getppid_tm()
47
if (
scv
)
in getppid_tm()
108
/* Now do it all again with
scv
if it is available. */
in tm_syscall()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
syscall_64.c
64
/* Unsupported
scv
vector */
in system_call_exception()
87
/* Unsupported
scv
vector */
in system_call_exception()
154
long
scv
)
in syscall_exit_prepare()
169
if (unlikely(r3 >= (unsigned long)-MAX_ERRNO) && !
scv
) {
in syscall_exit_prepare()
236
/*
scv
need not set RI=0 because SRRs are not used */
in syscall_exit_prepare()
237
if (unlikely(!prep_irq_for_enabled_exit(!
scv
))) {
in syscall_exit_prepare()
152
syscall_exit_prepare(unsigned long r3, struct pt_regs *regs, long
scv
)
syscall_exit_prepare()
argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
interrupt.c
262
long
scv
)
in syscall_exit_prepare()
266
bool is_not_scv = !IS_ENABLED(CONFIG_PPC_BOOK3S_64) || !
scv
;
in syscall_exit_prepare()
260
syscall_exit_prepare(unsigned long r3, struct pt_regs *regs, long
scv
)
syscall_exit_prepare()
argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
asm-prototypes.h
102
notrace unsigned long syscall_exit_prepare(unsigned long r3, struct pt_regs *regs, long
scv
);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
interrupt.h
659
notrace unsigned long syscall_exit_prepare(unsigned long r3, struct pt_regs *regs, long
scv
);
Completed in 4 milliseconds