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:sve_context
(Results
1 - 25
of
25
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H
A
D
fake_sigreturn_sve_change_vl.c
56
struct
sve_context
*sve;
in fake_sigreturn_sve_change_vl()
69
if (head->size != sizeof(struct
sve_context
)) {
in fake_sigreturn_sve_change_vl()
74
sve = (struct
sve_context
*)head;
in fake_sigreturn_sve_change_vl()
H
A
D
fake_sigreturn_sme_change_vl.c
54
struct
sve_context
*sve;
in fake_sigreturn_ssve_change_vl()
67
if (head->size != sizeof(struct
sve_context
)) {
in fake_sigreturn_ssve_change_vl()
72
sve = (struct
sve_context
*)head;
in fake_sigreturn_ssve_change_vl()
H
A
D
sve_vl.c
34
struct
sve_context
*sve;
in sve_vl()
46
sve = (struct
sve_context
*)head;
in sve_vl()
H
A
D
testcases.c
61
bool validate_sve_context(struct
sve_context
*sve, char **err)
in validate_sve_context()
70
/* Either a bare
sve_context
or a
sve_context
followed by regs data */
in validate_sve_context()
71
if ((sve->head.size != sizeof(struct
sve_context
)) &&
in validate_sve_context()
138
struct
sve_context
*sve = NULL;
in validate_reserved()
195
sve = (struct
sve_context
*)head;
in validate_reserved()
H
A
D
ssve_regs.c
67
struct
sve_context
*ssve;
in do_one_sme_vl()
93
ssve = (struct
sve_context
*)head;
in do_one_sme_vl()
H
A
D
sve_regs.c
63
struct
sve_context
*sve;
in do_one_sve_vl()
87
sve = (struct
sve_context
*)head;
in do_one_sve_vl()
H
A
D
ssve_za_regs.c
73
struct
sve_context
*ssve;
in do_one_sme_vl()
100
ssve = (struct
sve_context
*)regs;
in do_one_sme_vl()
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H
A
D
sigcontext.h
47
* 0x8a0
sve_context
(vl <= 64) (optional)
134
struct
sve_context
{
struct
142
#include <asm/
sve_context
.h>
169
*
sve_context
.head.size >=
170
* SVE_SIG_CONTEXT_SIZE(sve_vq_from_vl(
sve_context
.vl))
173
* If
sve_context
.head.size <
174
* SVE_SIG_CONTEXT_SIZE(sve_vq_from_vl(
sve_context
.vl)),
180
* will need to remove or resize the
sve_context
block if it wants to
186
*
sve_context
.vl must equal the thread's current vector length when
195
* guaranteed for a struct
sve_context
writte
[all...]
H
A
D
ptrace.h
26
#include <asm/
sve_context
.h>
H
A
D
kvm.h
38
#include <asm/
sve_context
.h>
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H
A
D
sigcontext.h
55
struct
sve_context
{
struct
61
#include <asm/
sve_context
.h>
75
#define SVE_SIG_REGS_OFFSET ((sizeof(struct
sve_context
) + (__SVE_VQ_BYTES - 1)) / __SVE_VQ_BYTES * __SVE_VQ_BYTES)
H
A
D
ptrace.h
23
#include <asm/
sve_context
.h>
H
A
D
kvm.h
32
#include <asm/
sve_context
.h>
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H
A
D
sigcontext.h
55
struct
sve_context
{
struct
61
#include <asm/
sve_context
.h>
75
#define SVE_SIG_REGS_OFFSET ((sizeof(struct
sve_context
) + (__SVE_VQ_BYTES - 1)) / __SVE_VQ_BYTES * __SVE_VQ_BYTES)
H
A
D
ptrace.h
23
#include <asm/
sve_context
.h>
H
A
D
kvm.h
32
#include <asm/
sve_context
.h>
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H
A
D
sigcontext.h
47
* 0x8a0
sve_context
(vl <= 64) (optional)
138
struct
sve_context
{
struct
173
#include <asm/
sve_context
.h>
200
*
sve_context
.head.size >=
201
* SVE_SIG_CONTEXT_SIZE(sve_vq_from_vl(
sve_context
.vl))
204
* If
sve_context
.head.size <
205
* SVE_SIG_CONTEXT_SIZE(sve_vq_from_vl(
sve_context
.vl)),
211
* will need to remove or resize the
sve_context
block if it wants to
217
*
sve_context
.vl must equal the thread's current vector length when
233
* guaranteed for a struct
sve_context
writte
[all...]
H
A
D
ptrace.h
26
#include <asm/
sve_context
.h>
H
A
D
kvm.h
38
#include <asm/
sve_context
.h>
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/
H
A
D
sigcontext.h
44
struct
sve_context
{
struct
65
((sizeof(struct
sve_context
) + (SVE_VQ_BYTES - 1)) \
/kernel/linux/linux-5.10/arch/arm64/kernel/
H
A
D
signal.c
221
struct
sve_context
__user *sve;
226
static int preserve_sve_context(struct
sve_context
__user *ctx)
in preserve_sve_context()
264
struct
sve_context
sve;
in restore_sve_fpsimd_context()
401
user->sve = (struct
sve_context
__user *)head;
in parse_user_sigframe()
650
struct
sve_context
__user *sve_ctx =
in setup_sigframe()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/testcases/
H
A
D
testcases.c
94
sizeof(struct
sve_context
))
in validate_reserved()
95
*err = "Bad size for
sve_context
";
in validate_reserved()
/kernel/linux/linux-5.10/tools/arch/arm64/include/uapi/asm/
H
A
D
kvm.h
38
#include <asm/
sve_context
.h>
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
signal.c
177
struct
sve_context
__user *sve;
233
static int preserve_sve_context(struct
sve_context
__user *ctx)
in preserve_sve_context()
650
user->sve = (struct
sve_context
__user *)head;
in parse_user_sigframe()
974
struct
sve_context
__user *sve_ctx =
in setup_sigframe()
/kernel/linux/linux-6.6/tools/arch/arm64/include/uapi/asm/
H
A
D
kvm.h
38
#include <asm/
sve_context
.h>
Completed in 15 milliseconds