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:ases
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
cpucfg-emul.c
70
u64
ases
= c->
ases
;
in patch_cpucfg_sel1()
local
78
if (
ases
& MIPS_ASE_LOONGSON_MMI)
in patch_cpucfg_sel1()
80
if (
ases
& MIPS_ASE_MSA)
in patch_cpucfg_sel1()
88
u64
ases
= c->
ases
;
in patch_cpucfg_sel2()
local
92
if (
ases
& MIPS_ASE_LOONGSON_EXT)
in patch_cpucfg_sel2()
94
if (
ases
& MIPS_ASE_LOONGSON_EXT2)
in patch_cpucfg_sel2()
99
if (
ases
& MIPS_ASE_VZ)
in patch_cpucfg_sel2()
109
u64
ases
in patch_cpucfg_sel3()
local
[all...]
/kernel/linux/linux-6.6/arch/mips/loongson64/
H
A
D
cpucfg-emul.c
70
u64
ases
= c->
ases
;
in patch_cpucfg_sel1()
local
78
if (
ases
& MIPS_ASE_LOONGSON_MMI)
in patch_cpucfg_sel1()
80
if (
ases
& MIPS_ASE_MSA)
in patch_cpucfg_sel1()
88
u64
ases
= c->
ases
;
in patch_cpucfg_sel2()
local
92
if (
ases
& MIPS_ASE_LOONGSON_EXT)
in patch_cpucfg_sel2()
94
if (
ases
& MIPS_ASE_LOONGSON_EXT2)
in patch_cpucfg_sel2()
99
if (
ases
& MIPS_ASE_VZ)
in patch_cpucfg_sel2()
109
u64
ases
in patch_cpucfg_sel3()
local
[all...]
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
cpu-probe.c
56
cpu_data[0].
ases
&= ~(MIPS_ASE_DSP | MIPS_ASE_DSP2P);
in dsp_disable()
466
c->
ases
|= MIPS_ASE_MDMX;
in decode_config1()
472
c->
ases
|= MIPS_ASE_MIPS16;
in decode_config1()
507
c->
ases
|= MIPS_ASE_SMARTMIPS;
in decode_config3()
515
c->
ases
|= MIPS_ASE_DSP;
in decode_config3()
517
c->
ases
|= MIPS_ASE_DSP2P;
in decode_config3()
519
c->
ases
|= MIPS_ASE_DSP3;
in decode_config3()
528
c->
ases
|= MIPS_ASE_MIPSMT;
in decode_config3()
534
c->
ases
|= MIPS_ASE_VZ;
in decode_config3()
542
c->
ases
|
in decode_config3()
[all...]
H
A
D
fpu-probe.c
285
c->
ases
|= MIPS_ASE_MIPS3D;
in cpu_set_fpu_opts()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
cpu-probe.c
57
cpu_data[0].
ases
&= ~(MIPS_ASE_DSP | MIPS_ASE_DSP2P);
in dsp_disable()
467
c->
ases
|= MIPS_ASE_MDMX;
in decode_config1()
473
c->
ases
|= MIPS_ASE_MIPS16;
in decode_config1()
508
c->
ases
|= MIPS_ASE_SMARTMIPS;
in decode_config3()
516
c->
ases
|= MIPS_ASE_DSP;
in decode_config3()
518
c->
ases
|= MIPS_ASE_DSP2P;
in decode_config3()
520
c->
ases
|= MIPS_ASE_DSP3;
in decode_config3()
529
c->
ases
|= MIPS_ASE_MIPSMT;
in decode_config3()
535
c->
ases
|= MIPS_ASE_VZ;
in decode_config3()
543
c->
ases
|
in decode_config3()
[all...]
H
A
D
fpu-probe.c
285
c->
ases
|= MIPS_ASE_MIPS3D;
in cpu_set_fpu_opts()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
cpu-info.h
36
unsigned long
ases
;
member
51
unsigned long
ases
;
member
H
A
D
cpu-features.h
86
#define cpu_guest_has_lsx (cpu_data[0].guest.
ases
& LOONGARCH_ASE_LSX)
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
cpu-info.h
33
unsigned long
ases
;
member
61
unsigned long
ases
;
member
H
A
D
cpu-features.h
17
#define __ase(ase) (cpu_data[0].
ases
& (ase))
716
#define cpu_guest_has_msa (cpu_data[0].guest.
ases
& MIPS_ASE_MSA)
H
A
D
elf.h
199
uint32_t
ases
; /* Mask of ASEs used */
member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
cpu-info.h
33
unsigned long
ases
;
member
61
unsigned long
ases
;
member
H
A
D
cpu-features.h
17
#define __ase(ase) (cpu_data[0].
ases
& (ase))
714
#define cpu_guest_has_msa (cpu_data[0].guest.
ases
& MIPS_ASE_MSA)
H
A
D
elf.h
199
uint32_t
ases
; /* Mask of ASEs used */
member
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
cpu-probe.c
236
c->guest.
ases
|= LOONGARCH_CPU_LSX;
in cpu_probe_lvz()
Completed in 11 milliseconds