Home
last modified time | relevance | path

Searched refs:RT (Results 1 – 25 of 97) sorted by relevance

1234

/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Duasm-mips.c51 [insn_addiu] = {M(addiu_op, 0, 0, 0, 0, 0), RS | RT | SIMM},
52 [insn_addu] = {M(spec_op, 0, 0, 0, 0, addu_op), RS | RT | RD},
53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD},
54 [insn_andi] = {M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM},
55 [insn_bbit0] = {M(lwc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
56 [insn_bbit1] = {M(swc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
57 [insn_beq] = {M(beq_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
58 [insn_beql] = {M(beql_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
65 [insn_bne] = {M(bne_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
68 [insn_cache] = {M(cache_op, 0, 0, 0, 0, 0), RS | RT | SIMM},
[all …]
H A Duasm-micromips.c43 [insn_addu] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD},
44 [insn_addiu] = {M(mm_addiu32_op, 0, 0, 0, 0, 0), RT | RS | SIMM},
45 [insn_and] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD},
46 [insn_andi] = {M(mm_andi32_op, 0, 0, 0, 0, 0), RT | RS | UIMM},
47 [insn_beq] = {M(mm_beq32_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
53 [insn_bne] = {M(mm_bne32_op, 0, 0, 0, 0, 0), RT | RS | BIMM},
54 [insn_cache] = {M(mm_pool32b_op, 0, 0, mm_cache_func, 0, 0), RT | RS | SIMM},
55 [insn_cfc1] = {M(mm_pool32f_op, 0, 0, 0, mm_cfc1_op, mm_32f_73_op), RT | RS},
57 [insn_ctc1] = {M(mm_pool32f_op, 0, 0, 0, mm_ctc1_op, mm_32f_73_op), RT | RS},
62 [insn_divu] = {M(mm_pool32a_op, 0, 0, 0, mm_divu_op, mm_pool32axf_op), RT | RS},
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S26 #define RT(t) ((((t)+5)%6)+7) macro
42 rotlwi RT(t),RA(t),5; \
45 add RT(t),RT(t),r6; \
49 add RT(t),RT(t),r14
54 rotlwi RT(t),RA(t),5; \
59 add RT(t),RT(t),r6; \
63 add RT(t),RT(t),r0; \
68 rotlwi RT(t),RA(t),5; \
72 add RT(t),RT(t),r6; \
74 add RT(t),RT(t),r0
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dppc-opc.c566 #define RT RS macro
3101 {"mulhhwu", XRC(4, 8,0), X_MASK, MULHW, 0, {RT, RA, RB}},
3102 {"mulhhwu.", XRC(4, 8,1), X_MASK, MULHW, 0, {RT, RA, RB}},
3108 {"machhwu", XO (4, 12,0,0), XO_MASK, MULHW, 0, {RT, RA, RB}},
3110 {"machhwu.", XO (4, 12,0,1), XO_MASK, MULHW, 0, {RT, RA, RB}},
3142 {"maddhd", VXA(4, 48), VXA_MASK, POWER9, 0, {RT, RA, RB, RC}},
3144 {"maddhdu", VXA(4, 49), VXA_MASK, POWER9, 0, {RT, RA, RB, RC}},
3147 {"maddld", VXA(4, 51), VXA_MASK, POWER9, 0, {RT, RA, RB, RC}},
3177 {"mulhhw", XRC(4, 40,0), X_MASK, MULHW, 0, {RT, RA, RB}},
3179 {"mulhhw.", XRC(4, 40,1), X_MASK, MULHW, 0, {RT, RA, RB}},
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/
H A Dmath_fwd.hpp157 template <class RT> // Error function.
158 typename tools::promote_args<RT>::type erf(RT z);
159 template <class RT, class Policy> // Error function.
160 typename tools::promote_args<RT>::type erf(RT z, const Policy&);
162 template <class RT>// Error function complement.
163 typename tools::promote_args<RT>::type erfc(RT z);
164 template <class RT, class Policy>// Error function complement.
165 typename tools::promote_args<RT>::type erfc(RT z, const Policy&);
167 template <class RT>// Error function inverse.
168 typename tools::promote_args<RT>::type erf_inv(RT z);
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dst-pincfg.h20 #define RT (1 << 23) macro
51 #define SE_NICLK_IO (RT)
56 #define SE_ICLK_IO (RT | INVERTCLK)
61 #define DE_IO (RT | DOUBLE_EDGE)
66 #define ICLK (RT | CLKNOTDATA | INVERTCLK)
71 #define NICLK (RT | CLKNOTDATA)
H A Dbcm4708-asus-rt-ac68u.dts4 * DTS for Asus RT-AC68U
16 model = "Asus RT-AC68U (BCM4708)";
H A Dbcm47081-asus-rt-n18u.dts4 * DTS for Asus RT-N18U
16 model = "Asus RT-N18U (BCM47081)";
H A Dbcm4708-asus-rt-ac56u.dts4 * DTS for Asus RT-AC56U
16 model = "Asus RT-AC56U (BCM4708)";
H A Dbcm4709-asus-rt-ac87u.dts4 * DTS for Asus RT-AC87U
16 model = "Asus RT-AC87U";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dst-pincfg.h19 #define RT (1 << 23) macro
50 #define SE_NICLK_IO (RT)
55 #define SE_ICLK_IO (RT | INVERTCLK)
60 #define DE_IO (RT | DOUBLE_EDGE)
65 #define ICLK (RT | CLKNOTDATA | INVERTCLK)
70 #define NICLK (RT | CLKNOTDATA)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/detail/
H A Dlocal_variable.hpp199 template <typename RT, int Index, typename Env>
200 static RT
203 return RT(fusion::at_c<Index>(env.locals)); in get()
206 template <typename RT, int Index, typename Env>
207 static RT
212 return get<RT, index_value>( in get()
217 template <typename RT, int Index, typename Env>
218 static RT
221 return get<RT, Index>( in get()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Daction_dispatch.hpp184 template <typename RT, typename A0, typename A1, typename A2
186 bool operator()(RT(*f)(A0, A1, A2), Attribute& attr, Context& context) in operator ()()
193 template <typename RT, typename A0, typename A1
195 bool operator()(RT(*f)(A0, A1), Attribute& attr, Context& context) in operator ()()
201 template <typename RT, typename A0, typename Attribute, typename Context>
202 bool operator()(RT(*f)(A0), Attribute& attr, Context&) in operator ()()
208 template <typename RT, typename Attribute, typename Context>
209 bool operator()(RT(*f)(), Attribute&, Context&) in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dconfig.hpp195 # define BOOST_MATH_INT_TABLE_TYPE(RT, IT) RT argument
204 # define BOOST_MATH_INT_TABLE_TYPE(RT, IT) RT argument
262 # define BOOST_MATH_INT_TABLE_TYPE(RT, IT) IT argument
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/
H A Drga-hw.c15 RT = 2, enumerator
92 LT, RT, LB, RB, in rga_lookup_draw_pos()
95 RT, LT, RB, LB, in rga_lookup_draw_pos()
98 RB, LB, RT, LT, in rga_lookup_draw_pos()
101 LB, RB, LT, RT, in rga_lookup_draw_pos()
113 case RT: in rga_lookup_draw_pos()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S61 #define RT %xmm14 macro
146 vpaddd x, RK1, RT;\
148 vpxor RT, c, c; \
151 vpsrld $1, c, RT; \
153 vpor c, RT, c; \
158 vpaddd x, RK1, RT;\
160 vpxor RT, c, c; \
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Drt-mutex.rst2 RT-mutex subsystem with PI support
5 RT-mutexes with priority inheritance are used to support PI-futexes,
16 RT-mutexes extend the semantics of simple mutexes by the priority
40 RT-mutexes are optimized for fastpath operations and have no internal
H A Dlocktypes.rst101 RT-mutexes are mutexes with support for priority inheritance (PI).
110 and rwlock_t to be implemented via RT-mutexes.
222 critical section is tiny, thus avoiding RT-mutex overhead.
327 local_lock on RT
415 On PREEMPT_RT kernel this code sequence breaks because RT-mutex requires a
473 raw_spinlock_t on RT
499 small to accommodate an RT-mutex. Therefore, the semantics of bit
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A DKconfig103 bool "Rockchip optimize prio for kernel RT thread and kworker"
106 In some cases, there are too much userspace high priority RT threads, which
107 cause kernel RT threads or kworkers block too long time. This config separate
108 kernel and userspace RT threads into two priority regions, priority 0~49 for
109 kernel and priority 50~99 for userspace, so that kernel RT threads is always
110 higher priority than userspace. This config also set RT policy for kworkers.
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dalignment.c18 #define RT(inst) (((inst) >> 20) & 0x1FUL) macro
488 *idx_to_addr(regs, RT(inst)) = in do_32()
491 *idx_to_addr(regs, RT(inst)) = target_val; in do_32()
497 target_val = *idx_to_addr(regs, RT(inst)); in do_32()
/OK3568_Linux_fs/u-boot/dts/
H A D.dt.dtb.cmd
H A D.dt-tpl.dtb.cmd
H A D.dt-spl.dtb.cmd
H A DMakefile37 cmd_fdtgrep = $(objtree)/tools/fdtgrep $(fdtgrep_props) -RT $< \
/OK3568_Linux_fs/device/rockchip/common/configs/
H A DConfig.in.rtos17 string "RT-thread target"

1234