/linux-4.1.27/arch/mips/mm/ |
D | uasm-mips.c | 52 { 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 …]
|
D | uasm-micromips.c | 44 { 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 …]
|
D | uasm.c | 18 RT = 0x002, enumerator
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | ppc-opc.c | 423 #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/ |
D | sha1-powerpc-asm.S | 15 #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/ |
D | st-pincfg.h | 19 #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)
|
D | bcm47081-asus-rt-n18u.dts | 3 * DTS for Asus RT-N18U 16 model = "Asus RT-N18U (BCM47081)";
|
/linux-4.1.27/arch/parisc/lib/ |
D | fixup.S | 31 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/ |
D | twofish-avx-x86_64-asm_64.S | 73 #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/ |
D | rt-mutex.txt | 1 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
|
D | 00-INDEX | 12 - desc. of RT-mutex subsystem with PI (Priority Inheritance) support.
|
D | lglock.txt | 52 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
|
D | rt-mutex-design.txt | 6 RT-mutex implementation design
|
/linux-4.1.27/scripts/rt-tester/ |
D | t2-l1-signal.tst | 2 # RT-Mutex test
|
D | t2-l1-pi.tst | 2 # RT-Mutex test
|
D | t2-l2-2rt-deadlock.tst | 2 # RT-Mutex test
|
D | t2-l1-2rt-sameprio.tst | 2 # RT-Mutex test
|
/linux-4.1.27/Documentation/block/ |
D | ioprio.txt | 23 care, one io RT process can starve the entire system. Within the RT class,
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | sleep.S | 119 @ Step 1 clear RT field of all MSCx registers
|
/linux-4.1.27/Documentation/ |
D | pi-futex.txt | 38 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],
|
D | sysrq.txt | 28 256 = 0x100 - allow nicing of all RT tasks 96 'n' - Used to make RT tasks nice-able
|
D | kernel-parameters.txt | 3336 enabled if running jitter sensitive (HPC/RT) workloads.
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | sumod.h | 79 # define RT(x) ((x) << 0) macro
|
D | sumo_dpm.c | 215 rcu_pwr_gating_cntl |= RT(r_t) | IT(i_t); in sumo_gfx_powergating_initialize()
|
/linux-4.1.27/arch/mips/kernel/ |
D | traps.c | 489 #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/ |
D | sched-nice-design.txt | 80 run audio (and other multimedia) apps under RT priorities such as
|
D | sched-rt-group.txt | 110 SCHED_OTHER (non-RT tasks). These defaults were chosen so that a run-away
|
D | sched-deadline.txt | 229 tasks with real-time group scheduling (a.k.a. RT-throttling - see 237 A main difference between deadline bandwidth management and RT-throttling
|
D | sched-design-CFS.txt | 149 the previous vanilla scheduler did. It uses 100 runqueues (for all 100 RT
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-top.txt | 88 Collect data with this RT SCHED_FIFO priority.
|
D | perf-record.txt | 86 Collect data with this RT SCHED_FIFO priority.
|
/linux-4.1.27/Documentation/x86/ |
D | earlyprintk.txt | 126 …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/ |
D | ftrace.txt | 529 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/ |
D | 00-INDEX | 164 - User guide to memory mapped packet socket rings (PACKET_[RT]X_RING).
|
D | can.txt | 214 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)
|
D | arcnet-hardware.txt | 162 RT----T------T------T------T------TR 193 RT------T-------T------H------S
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-st.c | 159 #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/ |
D | Kconfig | 310 driver supports both RT and SW conversion methods.
|
/linux-4.1.27/arch/mips/kvm/ |
D | emulate.c | 2302 #define RT 0x001f0000 macro 2346 int rt = (inst & RT) >> 16; in kvm_mips_handle_ri()
|
/linux-4.1.27/drivers/misc/ |
D | Kconfig | 146 SGI IO controller cards (IO9, IO10, and PCI-RT). This option
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 732 rtsig-nr shows the number of RT signals currently queued.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 597 require an RT aware virtualization platform.
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 908 bool "RT Mutex debugging, deadlock detection"
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 1397 ,Title="Re: [Fwd: Re: [patch] Real-Time Preemption, -RT-2.6.13-rc4-V0.7.52-01]"
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 934 entry in the chipset's IO-APIC is masked (as, e.g. the RT
|