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:NUM_ACRS
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
switch_to.h
21
typedef struct { int _[
NUM_ACRS
]; } acrstype;
in save_access_regs()
28
typedef struct { int _[
NUM_ACRS
]; } acrstype;
in restore_access_regs()
H
A
D
compat.h
75
u32 acrs[
NUM_ACRS
];
H
A
D
processor.h
111
unsigned int acrs[
NUM_ACRS
];
H
A
D
kvm_host.h
724
unsigned int host_acrs[
NUM_ACRS
];
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
switch_to.h
21
typedef struct { int _[
NUM_ACRS
]; } acrstype;
in save_access_regs()
28
typedef struct { int _[
NUM_ACRS
]; } acrstype;
in restore_access_regs()
H
A
D
compat.h
57
u32 acrs[
NUM_ACRS
];
H
A
D
processor.h
160
unsigned int acrs[
NUM_ACRS
];
H
A
D
kvm_host.h
744
unsigned int host_acrs[
NUM_ACRS
];
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
172
#define
NUM_ACRS
16
macro
285
unsigned int acrs[
NUM_ACRS
];
443
unsigned int acrs[
NUM_ACRS
];
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
232
#define
NUM_ACRS
16
macro
283
unsigned int acrs[
NUM_ACRS
];
441
unsigned int acrs[
NUM_ACRS
];
/kernel/linux/linux-5.10/tools/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
172
#define
NUM_ACRS
16
macro
285
unsigned int acrs[
NUM_ACRS
];
443
unsigned int acrs[
NUM_ACRS
];
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
compat_ptrace.h
24
u32 acrs[
NUM_ACRS
];
H
A
D
early.c
268
unsigned int acrs[
NUM_ACRS
] = { 0 };
in setup_access_registers()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
compat_ptrace.h
24
u32 acrs[
NUM_ACRS
];
H
A
D
early.c
274
unsigned int acrs[
NUM_ACRS
] = { 0 };
in setup_access_registers()
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
gaccess.c
390
if (ar >=
NUM_ACRS
)
in ar_translation()
H
A
D
kvm-s390.c
4704
if (mop->flags & ~supported_flags || mop->ar >=
NUM_ACRS
|| !mop->size)
in kvm_s390_guest_mem_op()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
gaccess.c
391
if (ar >=
NUM_ACRS
)
in ar_translation()
H
A
D
kvm-s390.c
5388
if (mop->ar >=
NUM_ACRS
)
in kvm_s390_vcpu_mem_op()
Completed in 33 milliseconds