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:VECTORSPACING
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
traps.h
30
#define
VECTORSPACING
0x100 /* for EI/VI mode */
macro
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
mips.c
38
#ifndef
VECTORSPACING
39
#define
VECTORSPACING
0x100 /* for EI/VI mode */
macro
331
size = 0x200 +
VECTORSPACING
* 64;
in kvm_arch_vcpu_create()
374
gebase + 0x200 + (i *
VECTORSPACING
));
in kvm_arch_vcpu_create()
375
kvm_mips_build_exception(gebase + 0x200 + i *
VECTORSPACING
,
in kvm_arch_vcpu_create()
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
mips.c
37
#ifndef
VECTORSPACING
38
#define
VECTORSPACING
0x100 /* for EI/VI mode */
macro
302
size = 0x200 +
VECTORSPACING
* 64;
in kvm_arch_vcpu_create()
345
gebase + 0x200 + (i *
VECTORSPACING
));
in kvm_arch_vcpu_create()
346
kvm_mips_build_exception(gebase + 0x200 + i *
VECTORSPACING
,
in kvm_arch_vcpu_create()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
traps.c
2012
#define
VECTORSPACING
0x100 /* for EI/VI mode */
macro
2081
b = (unsigned char *)(ebase + 0x200 + n*
VECTORSPACING
);
in set_vi_srs_handler()
2114
if (handler_len >
VECTORSPACING
) {
in set_vi_srs_handler()
2119
panic("
VECTORSPACING
too small");
in set_vi_srs_handler()
2259
change_c0_intctl(0x3e0,
VECTORSPACING
);
in configure_exception_vector()
2376
vec_size = 0x200 +
VECTORSPACING
*64;
in trap_init()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
traps.c
2081
b = (unsigned char *)(ebase + 0x200 + n*
VECTORSPACING
);
in set_vi_srs_handler()
2114
if (handler_len >
VECTORSPACING
) {
in set_vi_srs_handler()
2119
panic("
VECTORSPACING
too small");
in set_vi_srs_handler()
2259
change_c0_intctl(0x3e0,
VECTORSPACING
);
in configure_exception_vector()
2373
vec_size = 0x200 +
VECTORSPACING
*64;
in trap_init()
H
A
D
cpu-probe.c
1573
reserve_exception_space(0x400,
VECTORSPACING
* 64);
in cpu_probe_broadcom()
1584
reserve_exception_space(0x400,
VECTORSPACING
* 64);
in cpu_probe_broadcom()
1601
reserve_exception_space(0x1000,
VECTORSPACING
* 64);
in cpu_probe_broadcom()
Completed in 12 milliseconds