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:RT_MASK
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
uasm.c
86
WARN(arg & ~
RT_MASK
, KERN_WARNING "Micro-assembler field overflow\n");
in build_rt()
88
return (arg &
RT_MASK
) << RT_SH;
in build_rt()
H
A
D
uasm-micromips.c
26
#define
RT_MASK
0x1f
macro
H
A
D
uasm-mips.c
26
#define
RT_MASK
0x1f
macro
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
uasm.c
86
WARN(arg & ~
RT_MASK
, KERN_WARNING "Micro-assembler field overflow\n");
in build_rt()
88
return (arg &
RT_MASK
) << RT_SH;
in build_rt()
H
A
D
uasm-micromips.c
26
#define
RT_MASK
0x1f
macro
H
A
D
uasm-mips.c
26
#define
RT_MASK
0x1f
macro
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
sumod.h
80
# define
RT_MASK
(0xffff << 0)
macro
H
A
D
sumo_dpm.c
213
rcu_pwr_gating_cntl &= ~(
RT_MASK
| IT_MASK);
in sumo_gfx_powergating_initialize()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
sumod.h
80
# define
RT_MASK
(0xffff << 0)
macro
H
A
D
sumo_dpm.c
213
rcu_pwr_gating_cntl &= ~(
RT_MASK
| IT_MASK);
in sumo_gfx_powergating_initialize()
/kernel/linux/linux-5.10/arch/powerpc/xmon/
H
A
D
ppc-opc.c
569
#define
RT_MASK
(0x1f << 21)
1690
long rtvalue = (insn &
RT_MASK
) >> 21;
in insert_nbi()
1763
long rtvalue = (insn &
RT_MASK
) >> 21;
in insert_raq()
1819
long rtvalue = (insn &
RT_MASK
) >> 21;
in insert_rbx()
2688
#define XRT_MASK (X_MASK |
RT_MASK
)
2706
#define XRTRA_MASK (X_MASK |
RT_MASK
| RA_MASK)
2709
#define XRTRB_MASK (X_MASK |
RT_MASK
| RB_MASK)
2715
#define XRTRARB_MASK (X_MASK |
RT_MASK
| RA_MASK | RB_MASK)
2793
#define XLS_MASK ((XL_MASK |
RT_MASK
| RA_MASK | RB_MASK) & ~(1 << 11))
2884
#define APU_RT_MASK (APU_MASK |
RT_MASK
)
567
#define
RT_MASK
global()
macro
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H
A
D
ppc-opc.c
569
#define
RT_MASK
(0x1f << 21)
1690
long rtvalue = (insn &
RT_MASK
) >> 21;
in insert_nbi()
1763
long rtvalue = (insn &
RT_MASK
) >> 21;
in insert_raq()
1819
long rtvalue = (insn &
RT_MASK
) >> 21;
in insert_rbx()
2688
#define XRT_MASK (X_MASK |
RT_MASK
)
2706
#define XRTRA_MASK (X_MASK |
RT_MASK
| RA_MASK)
2709
#define XRTRB_MASK (X_MASK |
RT_MASK
| RB_MASK)
2715
#define XRTRARB_MASK (X_MASK |
RT_MASK
| RA_MASK | RB_MASK)
2793
#define XLS_MASK ((XL_MASK |
RT_MASK
| RA_MASK | RB_MASK) & ~(1 << 11))
2884
#define APU_RT_MASK (APU_MASK |
RT_MASK
)
567
#define
RT_MASK
global()
macro
[all...]
Completed in 30 milliseconds