Searched refs:fast (Results 1 - 25 of 84) sorted by path

1234

/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S237 /* move into fast relock bypass */
242 orr r7, r5, #0x2 @ fast relock val
243 str r7, [r8] @ go to fast relock
H A Dsram243x.S237 /* move into fast relock bypass */
242 orr r7, r5, #0x2 @ fast relock val
243 str r7, [r8] @ go to fast relock
/linux-master/drivers/atm/
H A Deni.h98 struct atm_vcc *fast,*last_fast;/* queues of VCCs with pending PDUs */ member in struct:eni_dev
100 struct atm_vcc **rx_map; /* for fast lookups */
/linux-master/drivers/media/dvb-frontends/
H A Ddib0090.h78 extern void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast);
106 static inline void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) argument
/linux-master/drivers/pcmcia/
H A Dsa11xx_base.h96 #define MECR_FAST_SET(mecr, sock, fast) \
97 MECR_SET((mecr), (sock), MECR_FAST_SHIFT, MECR_FAST_MODE_MASK, (fast))
/linux-master/drivers/scsi/arm/
H A Dacornscsi.h279 void __iomem *fast; /* fast ioc base address */ member in struct:acornscsi_hostdata
/linux-master/arch/alpha/kernel/
H A Dcore_wildfire.c184 wildfire_fast_qsd *fast = WILDFIRE_fast_qsd(); local
193 temp = fast->qsd_whami.csr;
195 printk(KERN_ERR "fast QSD_WHAMI at base %p is 0x%lx\n", fast, temp);
/linux-master/arch/alpha/lib/
H A Dstrlen.S39 found: blbs $2, done # make aligned case fast
/linux-master/arch/arc/include/asm/
H A Darcregs.h284 unsigned int fast:1, ver:8; member in struct:bcr_fp_arcompact
286 unsigned int ver:8, fast:1;
/linux-master/arch/arm/kernel/
H A Dentry-common.S35 * This is the fast syscall return path. We do as little as possible here,
49 restore_user_regs fast = 1, offset = S_OFF
122 restore_user_regs fast = 0, offset = 0
H A Dentry-header.S30 * (due to slow/fast restore user regs).
293 .macro restore_user_regs, fast = 0, offset = 0
321 .if \fast
338 v7m_exception_slow_exit ret_r0 = \fast
353 .if \fast
/linux-master/arch/arm/mach-tegra/
H A Dsleep-tegra30.S709 orrne r0, r0, #(1 << 31) @ enable PllP bypass on fast cluster
/linux-master/arch/parisc/kernel/vdso32/
H A DMakefile10 ccflags-y := -shared -fno-common -fbuiltin -mno-fast-indirect-calls -O2 -mno-long-calls
45 cmd_vdso32cc = $(CROSS32CC) $(c_flags) -c -fPIC -mno-fast-indirect-calls -o $@ $<
/linux-master/arch/sparc/kernel/
H A Dentry.S150 * fast IRQ comes in.
187 mov %g0, %o1 ! devid is not used in fast interrupts
/linux-master/arch/x86/boot/
H A Dheader.S477 # the size-dependent part now grows so fast.
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S2 # Implement fast CRC-T10DIF computation with SSE and PCLMULQDQ instructions
50 # /white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf
H A Dsha256-avx-asm.S2 # Implement fast SHA-256 with AVX1 instructions. (x86_64)
H A Dsha256-avx2-asm.S2 # Implement fast SHA-256 with AVX2 instructions. (x86_64)
H A Dsha256-ssse3-asm.S2 # Implement fast SHA-256 with SSSE3 instructions. (x86_64)
H A Dsha512-avx-asm.S2 # Implement fast SHA-512 with AVX instructions. (x86_64)
H A Dsha512-avx2-asm.S2 # Implement fast SHA-512 with AVX2 instructions. (x86_64)
H A Dsha512-ssse3-asm.S2 # Implement fast SHA-512 with SSSE3 instructions. (x86_64)
/linux-master/arch/x86/kvm/
H A Dhyperv.c175 * updated here, and atomically queried on fast paths.
1866 bool fast; member in struct:kvm_hv_hcall
1873 * number of already consumed 'XMM halves' for 'fast' hypercalls.
1893 if (hc->fast) {
2037 if (!hc->fast && is_guest_mode(vcpu)) {
2045 if (hc->fast) {
2074 if (hc->fast) {
2114 if (hc->fast)
2229 if (!hc->fast) {
2247 if (!hc->fast) {
[all...]
H A Dtrace.h70 TP_PROTO(__u16 code, bool fast, __u16 var_cnt, __u16 rep_cnt,
72 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa),
81 __field( bool, fast )
91 __entry->fast = fast;
95 __entry->code, __entry->fast ? "fast" : "slow",
194 * Tracepoint for fast mmio.
208 TP_printk("fast mmio at gpa 0x%llx", __entry->gpa)
/linux-master/arch/xtensa/kernel/
H A Dtraps.c83 int fast; member in struct:__anon3
346 * When call0 application encounters an illegal instruction fast
478 * - fast user first dispatch table for user exceptions
479 * - fast kernel first dispatch table for kernel exceptions
480 * - default C-handler C-handler called by the default fast handler.
500 int fast = dispatch_init_table[i].fast; local
504 if (fast == 0)
506 if ((fast & USER) != 0)
508 if ((fast
[all...]

Completed in 481 milliseconds

1234