Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/mips/mm/
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 …]
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 …]
/Linux-v4.19/arch/powerpc/crypto/
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 …]
/Linux-v4.19/arch/powerpc/xmon/
Dppc-opc.c578 #define RT RS macro
3113 {"mulhhwu", XRC(4, 8,0), X_MASK, MULHW, 0, {RT, RA, RB}},
3114 {"mulhhwu.", XRC(4, 8,1), X_MASK, MULHW, 0, {RT, RA, RB}},
3120 {"machhwu", XO (4, 12,0,0), XO_MASK, MULHW, 0, {RT, RA, RB}},
3122 {"machhwu.", XO (4, 12,0,1), XO_MASK, MULHW, 0, {RT, RA, RB}},
3154 {"maddhd", VXA(4, 48), VXA_MASK, POWER9, 0, {RT, RA, RB, RC}},
3156 {"maddhdu", VXA(4, 49), VXA_MASK, POWER9, 0, {RT, RA, RB, RC}},
3159 {"maddld", VXA(4, 51), VXA_MASK, POWER9, 0, {RT, RA, RB, RC}},
3189 {"mulhhw", XRC(4, 40,0), X_MASK, MULHW, 0, {RT, RA, RB}},
3191 {"mulhhw.", XRC(4, 40,1), X_MASK, MULHW, 0, {RT, RA, RB}},
[all …]
/Linux-v4.19/arch/arm/boot/dts/
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)
Dbcm4709-asus-rt-ac87u.dts4 * DTS for Asus RT-AC87U
16 model = "Asus RT-AC87U";
Dbcm47081-asus-rt-n18u.dts4 * DTS for Asus RT-N18U
16 model = "Asus RT-N18U (BCM47081)";
Dbcm4708-asus-rt-ac68u.dts4 * DTS for Asus RT-AC68U
16 model = "Asus RT-AC68U (BCM4708)";
Dbcm4708-asus-rt-ac56u.dts4 * DTS for Asus RT-AC56U
16 model = "Asus RT-AC56U (BCM4708)";
/Linux-v4.19/drivers/media/platform/rockchip/rga/
Drga-hw.c23 RT = 2, enumerator
100 LT, RT, LB, RB, in rga_lookup_draw_pos()
103 RT, LT, RB, LB, in rga_lookup_draw_pos()
106 RB, LB, RT, LT, in rga_lookup_draw_pos()
109 LB, RB, LT, RT, in rga_lookup_draw_pos()
121 case RT: in rga_lookup_draw_pos()
/Linux-v4.19/arch/x86/crypto/
Dtwofish-avx-x86_64-asm_64.S76 #define RT %xmm14 macro
161 vpaddd x, RK1, RT;\
163 vpxor RT, c, c; \
166 vpsrld $1, c, RT; \
168 vpor c, RT, c; \
173 vpaddd x, RK1, RT;\
175 vpxor RT, c, c; \
/Linux-v4.19/Documentation/locking/
Drt-mutex.txt1 RT-mutex subsystem with PI support
4 RT-mutexes with priority inheritance are used to support PI-futexes,
15 RT-mutexes extend the semantics of simple mutexes by the priority
39 RT-mutexes are optimized for fastpath operations and have no internal
D00-INDEX12 - desc. of RT-mutex subsystem with PI (Priority Inheritance) support.
/Linux-v4.19/arch/nds32/mm/
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()
/Linux-v4.19/Documentation/block/
Dioprio.txt23 care, one io RT process can starve the entire system. Within the RT class,
/Linux-v4.19/arch/arm/mach-sa1100/
Dsleep.S119 @ Step 1 clear RT field of all MSCx registers
/Linux-v4.19/Documentation/
Dpi-futex.txt39 I.e. critical RT apps often choose lock structures to protect critical
67 [this is a quite common scenario for most non-trivial RT applications],
/Linux-v4.19/drivers/gpu/drm/radeon/
Dsumod.h79 # define RT(x) ((x) << 0) macro
/Linux-v4.19/Documentation/driver-api/gpio/
Ddriver.rst72 on -RT (inside hard IRQ handlers and similar contexts). Normally this should
248 RT_FULL: Note, chained IRQ handlers will not be forced threaded on -RT.
253 it will be a threaded IRQ handler on -RT and a hard IRQ handler on non-RT
276 RT_FULL: Such kind of handlers will be forced threaded on -RT, as result IRQ
/Linux-v4.19/arch/mips/kernel/
Dtraps.c494 #define RT 0x001f0000 macro
552 regs->regs[(opcode & RT) >> 16] = value; in simulate_ll()
575 reg = (opcode & RT) >> 16; in simulate_sc()
664 int rt = (opcode & RT) >> 16; in simulate_rdhwr_normal()
/Linux-v4.19/Documentation/trace/
Dhwlat_detector.rst13 originally written for use by the "RT" patch since the Real Time
/Linux-v4.19/Documentation/scheduler/
Dsched-nice-design.txt80 run audio (and other multimedia) apps under RT priorities such as
/Linux-v4.19/Documentation/admin-guide/
Dsysrq.rst34 256 = 0x100 - allow nicing of all RT tasks
115 ``n`` Used to make RT tasks nice-able
/Linux-v4.19/Documentation/x86/
Dearlyprintk.txt131 …sks(I) saK show-backtrace-all-active-cpus(L) show-memory-usage(M) nice-all-RT-tasks(N) powerOff sh…
/Linux-v4.19/Documentation/networking/
D00-INDEX158 - User guide to memory mapped packet socket rings (PACKET_[RT]X_RING).

12