Searched refs:vs (Results 1 - 25 of 111) sorted by path

12345

/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S33 mov r12, r2 @ capture CS1 vs CS0
H A Dsram243x.S33 mov r12, r2 @ capture CS1 vs CS0
/linux-master/arch/arm/vfp/
H A Dvfpsingle.c54 static void vfp_single_normalise_denormal(struct vfp_single *vs) argument
56 int bits = 31 - fls(vs->significand);
58 vfp_single_dump("normalise_denormal: in", vs);
61 vs->exponent -= bits - 1;
62 vs->significand <<= bits;
65 vfp_single_dump("normalise_denormal: out", vs);
70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) argument
72 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func)
78 vfp_single_dump("pack: in", vs);
83 if (vs
527 struct vfp_single vs; local
538 struct vfp_single vs; local
[all...]
H A Dvfp.h246 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions);
248 u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions, const char *func);
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S1914 | ;vs norm bias
H A Dx_unfl.S211 | Differentiate between store to memory vs. store to register
228 subqw #1,LOCAL_EX(%a0) |account for denorm bias vs.
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S197 ! cycle counts for differnet sizes using byte-at-a-time vs. optimised):
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddp.h34 nvbios_dpcfg_match(struct nvkm_bios *, u16 outp, u8 pc, u8 vs, u8 pe,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv40.c43 * - In the section of code that loads the per-vs state, NVIDIA check
45 * of state + the state for a single vs as opposed to the state for
46 * all vs units. It doesn't seem likely that it'll occur in normal
109 #define CP_LOAD_MAGIC_NV44TCL 0x00800029 /* per-vs state (0x4497) */
110 #define CP_LOAD_MAGIC_NV40TCL 0x00800041 /* per-vs state (0x4097) */
116 * - get vs count from 0x1540
553 int vs, vs_nr, vs_len, vs_nr_b0, vs_nr_b1, b0_offset, b1_offset; local
587 for (vs = 0; vs < vs_nr; vs
[all...]
/linux-master/drivers/isdn/mISDN/
H A Dlayer2.h54 u_int vs, va, vr; member in struct:layer2
/linux-master/include/uapi/linux/
H A Dax25.h107 unsigned int vs, vr, va, vs_max; member in struct:ax25_info_struct
/linux-master/net/ax25/
H A Dax25_ds_in.c56 ax25->vs = 0;
164 ax25->vs = 0;
H A Dax25_std_in.c64 ax25->vs = 0;
161 ax25->vs = 0;
286 ax25->vs = 0;
314 if (ax25->vs == ax25->va) {
343 if (ax25->vs == ax25->va) {
/linux-master/net/lapb/
H A Dlapb_in.c61 lapb->vs = 0;
81 lapb->vs = 0;
159 lapb->vs = 0;
270 lapb->vs = 0;
288 lapb->vs = 0;
494 lapb->vs = 0;
514 lapb->vs = 0;
H A Dlapb_subr.c83 * Validate that the value of nr is between va and vs. Return true or
93 while (vc != lapb->vs) {
99 return nr == lapb->vs;
273 *dptr++ = (lapb->vs << 1) & 0xFE;
287 *dptr = (lapb->vs << 1) & 0x0E;
/linux-master/net/rose/
H A Drose_out.c38 skb->data[2] |= (rose->vs << 1) & 0x0E;
60 start = (skb_peek(&rose->ack_queue) == NULL) ? rose->va : rose->vs;
66 rose->vs = start;
88 rose->vs = (rose->vs + 1) % ROSE_MODULUS;
95 } while (rose->vs != end &&
H A Drose_subr.c79 * Validate that the value of nr is between va and vs. Return true or
87 while (vc != rose->vs) {
92 return nr == rose->vs;
/linux-master/arch/arm/include/asm/
H A Dassembler.h206 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
545 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
/linux-master/arch/arm/mm/
H A Dcache-v7m.S66 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
75 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo
/linux-master/arch/loongarch/kernel/
H A Dtraps.c437 unsigned int vs; local
439 vs = ilog2(size/4);
441 if (vs == 0 || vs > 7)
442 panic("vint_size %d Not support yet", vs);
444 csr_xchg32(vs<<CSR_ECFG_VS_SHIFT, CSR_ECFG_VS, LOONGARCH_CSR_ECFG);
/linux-master/arch/mips/include/uapi/asm/
H A Dinst.h772 __BITFIELD_FIELD(unsigned int vs : 5,
/linux-master/arch/mips/kvm/
H A Dmips.c656 s64 vs[2]; local
717 vs[0] = get_fpr64(&fpu->fpr[idx], 0);
718 vs[1] = get_fpr64(&fpu->fpr[idx], 1);
721 vs[0] = get_fpr64(&fpu->fpr[idx], 1);
722 vs[1] = get_fpr64(&fpu->fpr[idx], 0);
755 return copy_to_user(uaddr, vs, 16) ? -EFAULT : 0;
767 s64 vs[2]; local
785 return copy_from_user(vs, uaddr, 16) ? -EFAULT : 0;
848 set_fpr64(&fpu->fpr[idx], 0, vs[0]);
849 set_fpr64(&fpu->fpr[idx], 1, vs[
[all...]
/linux-master/arch/mips/math-emu/
H A Dieee754int.h54 #define EXPLODESP(v, vc, vs, ve, vm) \
56 vs = SPSIGN(v); \
92 #define EXPLODEDP(v, vc, vs, ve, vm) \
95 vs = DPSIGN(v); \
120 #define FLUSHDP(v, vc, vs, ve, vm) \
127 v = ieee754dp_zero(vs); \
131 #define FLUSHSP(v, vc, vs, ve, vm) \
138 v = ieee754sp_zero(vs); \
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10le_64.S29 # vs [r^1, r^3, r^2, r^4]
H A Dppc-xlate.pl220 $line =~ s/\b(c?[rf]|v|vs)([0-9]+)\b/$2/g if ($c ne "." and $flavour !~ /osx/);

Completed in 251 milliseconds

12345