Searched refs:pos (Results 1 - 25 of 2291) sorted by path

1234567891011>>

/linux-master/arch/arm/common/
H A DbL_switcher_dummy_if.c19 size_t len, loff_t *pos)
18 bL_switcher_write(struct file *file, const char __user *buf, size_t len, loff_t *pos) argument
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
291 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
H A Dsram243x.S52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
291 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
/linux-master/arch/arm64/kernel/
H A Dsys32.c76 size_t, count, u32, __pad, arg_u32p(pos))
78 return ksys_pread64(fd, buf, count, arg_u64(pos));
83 arg_u32p(pos))
85 return ksys_pwrite64(fd, buf, count, arg_u64(pos));
/linux-master/arch/csky/kernel/
H A Dcpu-probe.c61 static void *c_start(struct seq_file *m, loff_t *pos) argument
63 return *pos < 1 ? (void *)1 : NULL;
66 static void *c_next(struct seq_file *m, void *v, loff_t *pos) argument
68 ++*pos;
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S253 fbge pos_res |if pos, branch
258 fmulx LOG2,%fp0 |if pos, mul by LOG2
379 bgts k_pos |if pos and > 0, skip this
391 bges iscale |if pos, skip next inst
406 bges x_pos |if pos, don't set bit 0
592 bges do_fint |if pos, use Y
903 bges mant_p |if pos, don't set SM
907 bges wr_sgn |if pos, don't set SE
H A Ddecbin.S159 beqs e_pos |don't negate if pos
163 bges e_save |if still pos, do not neg
164 negl %d1 |now negative, make pos and set SE
315 bges ap_p_fm |if still pos, go to pwrten
363 bgts ap_n_fm |if still pos, go fix mantissa
472 | same sign. If the exp was pos then multiply fp1*fp0;
H A Ddo_func.S310 beq ld_pzero |if pos then load +0
390 beq ld_pzero |if pos then load +0
460 beq ld_pzero |if pos then load +0
464 beq ld_pinf |if pos then load +inf
H A Dkernel_ex.S79 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos
80 beqs p_inf |branch if pos sign
95 btstb #sign_bit,ETEMP_EX(%a6) |check sign for neg or pos
H A Dres_func.S504 bne cu_dpd |load double pos zero
505 bra cu_dpdr |load double pos zero w/lsb
519 bne cu_spd |load single pos zero
520 bra cu_spdr |load single pos zero w/lsb
540 movel #0x3c010000,LOCAL_EX(%a0) |force pos double zero
547 movel #0x3c010000,LOCAL_EX(%a0) |force pos double zero
553 movel #0xbc010000,LOCAL_EX(%a0) |force pos double zero
561 movel #0xbc010000,LOCAL_EX(%a0) |force pos double zero
572 movel #0x3f810000,LOCAL_EX(%a0) |force pos single zero
579 movel #0x3f810000,LOCAL_EX(%a0) |force pos singl
[all...]
H A Dx_operr.S222 | Store_max loads the max pos or negative for the size, sets
H A Dx_ovfl.S23 | RM For pos overflow, the largest pos number. For neg overflow,
25 | RP For pos overflow, +infinity. For neg overflow, the largest
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S491 set rnd_stky_bit, 29 # stky bit pos in longword
9848 tst.b SRC_EX(%a0) # check sign for neg or pos
9849 bpl.b dz_pinf # branch if pos sign
H A Dfpsp.S511 set rnd_stky_bit, 29 # stky bit pos in longword
10193 tst.b LOCAL_EX(%a0) # is denorm pos or neg?
10240 tst.b (%a0) # is result pos or neg?
11973 bpl.b fmul_zero_p # result ZERO is pos.
11997 bpl.b fmul_inf_dst_p # result INF is pos.
12014 bpl.b fmul_inf_dst_p # result INF is pos.
23113 beq.b e_pos # don't negate if pos
23117 bge.b e_save # if still pos, do not neg
23118 neg.l %d1 # now negative, make pos and set SE
23267 bge.b ap_p_fm # if still pos, g
[all...]
/linux-master/arch/m68k/include/asm/
H A Damigahw.h177 unsigned short pos; member in struct:CUSTOM::__anon1778
H A Dfbio.h103 struct fbcurpos pos; /* cursor position */ member in struct:fbcursor
319 struct fbcurpos pos; /* cursor position */ member in struct:fbcursor32
/linux-master/arch/microblaze/kernel/cpu/
H A Dmb.c136 static void *c_start(struct seq_file *m, loff_t *pos) argument
138 int i = *pos;
143 static void *c_next(struct seq_file *m, void *v, loff_t *pos) argument
145 ++*pos;
146 return c_start(m, pos);
/linux-master/arch/mips/include/asm/txx9/
H A Dgeneric.h89 void (*putc)(unsigned int pos, unsigned char val));
90 int txx9_7segled_putc(unsigned int pos, char c);
/linux-master/arch/parisc/math-emu/
H A Ddriver.c25 #define extru(r,pos,len) (((r) >> (31-(pos))) & (( 1 << (len)) - 1))
/linux-master/arch/powerpc/xmon/
H A Dspu.h30 A_T, /* register at pos 0 */
31 A_A, /* register at pos 7 */
32 A_B, /* register at pos 14 */
33 A_C, /* register at pos 21 */
34 A_S, /* special purpose register at pos 7 */
35 A_H, /* channel register at pos 7 */
80 #define SIGNED_EXTRACT(insn,size,pos) (((int)((insn) << (32-size-pos))) >> (32-size))
81 #define UNSIGNED_EXTRACT(insn,size,pos) (((insn) >> pos)
[all...]
/linux-master/arch/sh/kernel/
H A Dsys_sh32.c40 size_t count, long dummy, loff_t pos)
42 return ksys_pread64(fd, buf, count, pos);
46 size_t count, long dummy, loff_t pos)
48 return ksys_pwrite64(fd, buf, count, pos);
39 sys_pread_wrapper(unsigned int fd, char __user *buf, size_t count, long dummy, loff_t pos) argument
45 sys_pwrite_wrapper(unsigned int fd, const char __user *buf, size_t count, long dummy, loff_t pos) argument
/linux-master/arch/sparc/include/asm/
H A Dfbio.h63 struct fbcurpos pos; /* cursor position */ member in struct:fbcursor32
/linux-master/arch/sparc/include/uapi/asm/
H A Dfbio.h100 struct fbcurpos pos; /* cursor position */ member in struct:fbcursor
/linux-master/arch/um/drivers/
H A Dslip_common.c14 &slip->pos, &slip->esc);
26 n = net_read(fd, &slip->ibuf[slip->pos],
27 sizeof(slip->ibuf) - slip->pos);
31 start = slip->pos;
33 size = slip_unesc(slip->ibuf[start + i], slip->ibuf,&slip->pos,
H A Dslip_common.h16 static inline int slip_unesc(unsigned char c, unsigned char *buf, int *pos, argument
24 ret=*pos;
25 *pos=0;
43 buf[(*pos)++] = c;
88 int pos; member in struct:slip_proto
97 slip->pos = 0;

Completed in 727 milliseconds

1234567891011>>