Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Duasm-mips.c52 { insn_addiu, M(addiu_op, 0, 0, 0, 0, 0), RS | RT | SIMM },
53 { insn_addu, M(spec_op, 0, 0, 0, 0, addu_op), RS | RT | RD },
54 { insn_andi, M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM },
55 { insn_and, M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD },
56 { insn_bbit0, M(lwc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM },
57 { insn_bbit1, M(swc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM },
58 { insn_beql, M(beql_op, 0, 0, 0, 0, 0), RS | RT | BIMM },
59 { insn_beq, M(beq_op, 0, 0, 0, 0, 0), RS | RT | BIMM },
64 { insn_bne, M(bne_op, 0, 0, 0, 0, 0), RS | RT | BIMM },
66 { insn_cache, M(cache_op, 0, 0, 0, 0, 0), RS | RT | SIMM },
[all …]
Duasm-micromips.c44 { insn_addu, M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD },
45 { insn_addiu, M(mm_addiu32_op, 0, 0, 0, 0, 0), RT | RS | SIMM },
46 { insn_and, M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD },
47 { insn_andi, M(mm_andi32_op, 0, 0, 0, 0, 0), RT | RS | UIMM },
48 { insn_beq, M(mm_beq32_op, 0, 0, 0, 0, 0), RS | RT | BIMM },
54 { insn_bne, M(mm_bne32_op, 0, 0, 0, 0, 0), RT | RS | BIMM },
55 { insn_cache, M(mm_pool32b_op, 0, 0, mm_cache_func, 0, 0), RT | RS | SIMM },
58 { insn_divu, M(mm_pool32a_op, 0, 0, 0, mm_divu_op, mm_pool32axf_op), RT | RS },
70 { insn_ins, M(mm_pool32a_op, 0, 0, 0, 0, mm_ins_op), RT | RS | RD | RE },
71 { insn_ext, M(mm_pool32a_op, 0, 0, 0, 0, mm_ext_op), RT | RS | RD | RE },
[all …]
Duasm.c18 RT = 0x002, enumerator
/linux-4.1.27/arch/powerpc/xmon/
Dppc-opc.c423 #define RT RS macro
1983 { "macchw", XO(4,172,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1984 { "macchw.", XO(4,172,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1985 { "macchwo", XO(4,172,1,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1986 { "macchwo.", XO(4,172,1,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1987 { "macchws", XO(4,236,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1988 { "macchws.", XO(4,236,0,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1989 { "macchwso", XO(4,236,1,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1990 { "macchwso.", XO(4,236,1,1), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
1991 { "macchwsu", XO(4,204,0,0), XO_MASK, PPC405|PPC440, { RT, RA, RB } },
[all …]
/linux-4.1.27/arch/powerpc/crypto/
Dsha1-powerpc-asm.S15 #define RT(t) ((((t)+5)%6)+7) macro
31 rotlwi RT(t),RA(t),5; \
34 add RT(t),RT(t),r6; \
38 add RT(t),RT(t),r14
43 rotlwi RT(t),RA(t),5; \
48 add RT(t),RT(t),r6; \
52 add RT(t),RT(t),r0; \
57 rotlwi RT(t),RA(t),5; \
61 add RT(t),RT(t),r6; \
63 add RT(t),RT(t),r0
[all …]
/linux-4.1.27/arch/arm/boot/dts/
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)
Dbcm47081-asus-rt-n18u.dts3 * DTS for Asus RT-N18U
16 model = "Asus RT-N18U (BCM47081)";
/linux-4.1.27/arch/parisc/lib/
Dfixup.S31 LDREG RT%__per_cpu_offset(%r1),\t1
41 LDREG RT%exception_data(%r1),\t1
54 LDREG RT%exception_data(%r1),\t2
/linux-4.1.27/arch/x86/crypto/
Dtwofish-avx-x86_64-asm_64.S73 #define RT %xmm14 macro
158 vpaddd x, RK1, RT;\
160 vpxor RT, c, c; \
163 vpsrld $1, c, RT; \
165 vpor c, RT, c; \
170 vpaddd x, RK1, RT;\
172 vpxor RT, c, c; \
/linux-4.1.27/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
40 RT-mutexes are optimized for fastpath operations and have no internal
D00-INDEX12 - desc. of RT-mutex subsystem with PI (Priority Inheritance) support.
Dlglock.txt52 are needed in the non-RT kernels to prevent deadlocks like:
63 On -RT this deadlock scenario is resolved by the arch_spin_locks in the
138 The deadlock noted for non-RT above is resolved due to rt_mutexes
Drt-mutex-design.txt6 RT-mutex implementation design
/linux-4.1.27/scripts/rt-tester/
Dt2-l1-signal.tst2 # RT-Mutex test
Dt2-l1-pi.tst2 # RT-Mutex test
Dt2-l2-2rt-deadlock.tst2 # RT-Mutex test
Dt2-l1-2rt-sameprio.tst2 # RT-Mutex test
/linux-4.1.27/Documentation/block/
Dioprio.txt23 care, one io RT process can starve the entire system. Within the RT class,
/linux-4.1.27/arch/arm/mach-sa1100/
Dsleep.S119 @ Step 1 clear RT field of all MSCx registers
/linux-4.1.27/Documentation/
Dpi-futex.txt38 I.e. critical RT apps often choose lock structures to protect critical
66 [this is a quite common scenario for most non-trivial RT applications],
Dsysrq.txt28 256 = 0x100 - allow nicing of all RT tasks
96 'n' - Used to make RT tasks nice-able
Dkernel-parameters.txt3336 enabled if running jitter sensitive (HPC/RT) workloads.
/linux-4.1.27/drivers/gpu/drm/radeon/
Dsumod.h79 # define RT(x) ((x) << 0) macro
Dsumo_dpm.c215 rcu_pwr_gating_cntl |= RT(r_t) | IT(i_t); in sumo_gfx_powergating_initialize()
/linux-4.1.27/arch/mips/kernel/
Dtraps.c489 #define RT 0x001f0000 macro
547 regs->regs[(opcode & RT) >> 16] = value; in simulate_ll()
570 reg = (opcode & RT) >> 16; in simulate_sc()
659 int rt = (opcode & RT) >> 16; in simulate_rdhwr_normal()
/linux-4.1.27/Documentation/scheduler/
Dsched-nice-design.txt80 run audio (and other multimedia) apps under RT priorities such as
Dsched-rt-group.txt110 SCHED_OTHER (non-RT tasks). These defaults were chosen so that a run-away
Dsched-deadline.txt229 tasks with real-time group scheduling (a.k.a. RT-throttling - see
237 A main difference between deadline bandwidth management and RT-throttling
Dsched-design-CFS.txt149 the previous vanilla scheduler did. It uses 100 runqueues (for all 100 RT
/linux-4.1.27/tools/perf/Documentation/
Dperf-top.txt88 Collect data with this RT SCHED_FIFO priority.
Dperf-record.txt86 Collect data with this RT SCHED_FIFO priority.
/linux-4.1.27/Documentation/x86/
Dearlyprintk.txt126 …sks(I) saK show-backtrace-all-active-cpus(L) show-memory-usage(M) nice-all-RT-tasks(N) powerOff sh…
/linux-4.1.27/Documentation/trace/
Dftrace.txt529 RT tasks (as the current "wakeup" does). This is useful
530 for those interested in wake up timings of RT tasks.
1427 latency". I stress the point that this is about RT tasks. It is
1428 also important to know the scheduling latency of non-RT tasks,
1429 but the average schedule latency is better for non-RT tasks.
1438 to record the worst case wakeups of RT tasks. Non-RT tasks are
1440 tracing non-RT tasks that are unpredictable will overwrite the
1441 worst case latency of RT tasks (just run the normal wakeup
1444 Since this tracer only deals with RT tasks, we will run this
/linux-4.1.27/Documentation/networking/
D00-INDEX164 - User guide to memory mapped packet socket rings (PACKET_[RT]X_RING).
Dcan.txt214 the RT-SocketCAN group the loopback optionally may be disabled for each
1199 Jan Kizka (RT-SocketCAN core, Socket-API reconciliation)
1200 Wolfgang Grandegger (RT-SocketCAN core & drivers, Raw Socket-API reviews,
1210 Michael Schulze (driver layer loopback requirement, RT CAN drivers review)
Darcnet-hardware.txt162 RT----T------T------T------T------TR
193 RT------T-------T------H------S
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-st.c159 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT)
160 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT)
/linux-4.1.27/drivers/iio/adc/
DKconfig310 driver supports both RT and SW conversion methods.
/linux-4.1.27/arch/mips/kvm/
Demulate.c2302 #define RT 0x001f0000 macro
2346 int rt = (inst & RT) >> 16; in kvm_mips_handle_ri()
/linux-4.1.27/drivers/misc/
DKconfig146 SGI IO controller cards (IO9, IO10, and PCI-RT). This option
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt732 rtsig-nr shows the number of RT signals currently queued.
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt597 require an RT aware virtualization platform.
/linux-4.1.27/lib/
DKconfig.debug908 bool "RT Mutex debugging, deadlock detection"
/linux-4.1.27/Documentation/RCU/
DRTFP.txt1397 ,Title="Re: [Fwd: Re: [patch] Real-Time Preemption, -RT-2.6.13-rc4-V0.7.52-01]"
/linux-4.1.27/arch/x86/
DKconfig934 entry in the chipset's IO-APIC is masked (as, e.g. the RT