Searched refs:next (Results 1 - 25 of 3417) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dgct.h24 gct6_handle next; member in struct:__gct6_node
/linux-master/arch/alpha/kernel/
H A Dconsole.c84 for (hose = hose_head; hose; hose = hose->next) {
H A Dcore_mcpcia.c442 for (hose = hose_head; hose; hose = hose->next)
553 for (hose = hose_head; hose; hose = hose->next, iodpp++) {
597 for (hose = hose_head; hose; hose = hose->next)
H A Derr_common.c152 /* return the next header */
161 struct el_subpacket *next = NULL;
164 for (; h && h->class != header->class; h = h->next);
165 if (h) next = h->handler(header);
167 return next;
199 struct el_subpacket *next = NULL;
206 next = el_process_header_subpacket(header);
209 if (NULL == (next = el_process_subpacket_reg(header))) {
218 return next;
227 for (a = subpacket_annotation_list; a; a = a->next) {
159 struct el_subpacket *next = NULL; local
197 struct el_subpacket *next = NULL; local
[all...]
H A Derr_impl.h18 struct el_subpacket_annotation *next; member in struct:el_subpacket_annotation
28 struct el_subpacket_handler *next; member in struct:el_subpacket_handler
H A Dgct.c40 if (node->next)
41 status |= gct6_find_nodes(GCT_NODE_PTR(node->next), search);
H A Dpci-noop.c42 hose_tail = &hose->next;
66 for (hose = hose_head; hose; hose = hose->next)
H A Dsmc37c669.c2358 int __init smcc669_open( struct FILE *fp, char *info, char *next, char *mode )
/linux-master/arch/alpha/lib/
H A Dev6-stxcpy.S181 ldq_u t2, 8(a1) # U : read next high-order source word
205 extql t2, a1, t3 # U : extract low bits for next time (stall)
209 ldq_u t2, 0(a1) # L : Latency=3 load high word for next time
H A Dev6-stxncpy.S226 ldq_u t2, 8(a1) # L : read next high-order source word
252 extql t2, a1, t1 # U : extract low bits for next time
257 ldq_u t2, 8(a1) # U : Latency=3 load high word for next time
H A Dstxcpy.S158 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
181 extql t2, a1, t3 # e0 : extract low bits for next time
184 ldq_u t2, 0(a1) # .. e1 : load high word for next time
H A Dstxncpy.S185 ldq_u t2, 8(a1) # e0 : read next high-order source word
212 extql t2, a1, t1 # e0 : extract high bits for next time
214 ldq_u t2, 8(a1) # e0 : load high word for next time
/linux-master/arch/arc/lib/
H A Dstrchr-700.S68 ; Found searched-for character. r0 has already advanced to next word.
/linux-master/arch/arm/include/asm/
H A Decard.h140 struct expansion_card *next; member in struct:expansion_card
H A Dfiq.h23 struct fiq_handler *next; member in struct:fiq_handler
/linux-master/arch/csky/kernel/
H A Dcpu-probe.c14 unsigned int cur, next, i; local
24 next = mfcr("cr13");
27 if (cur == next)
30 cur = next;
33 if (!(next >> 28)) {
76 .next = c_next,
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S391 bges iscale |if pos, skip next inst
428 lsrl #1,%d0 |shift next bit into carry
432 addl #12,%d3 |inc d3 to next pwrten table entry
649 lsrl #1,%d0 |shift next bit into carry
653 addl #12,%d3 |inc d3 to next pwrten table entry
670 fbge test_2 |if greater, do next test
700 lsrl #1,%d0 |shift next bit into carry
704 addl #12,%d3 |inc d3 to next pwrten table entry
H A Ddecbin.S156 addqb #4,%d3 |advance d3 to the next digit
216 | then inc d1 (=2) to point to the next long word and reset d3 to 0
220 addqb #4,%d3 |advance d3 to the next digit
308 addql #4,%d3 |point to next digit
310 dbf %d2,ap_p_gd |get next digit
334 addl #12,%d3 |inc d3 to next rtable entry
336 bnes ap_p_el |if not, get next bit
358 dbf %d2,ap_n_gd |get next digit
382 addl #12,%d3 |inc d3 to next rtable entry
384 bnes ap_n_el |if not, get next bi
[all...]
H A Ddo_func.S108 bra t_inx2 |now, set the inx for the next inst
111 bra t_inx2 |now, set the inx for the next inst
H A Dx_fline.S87 addl %d1,EXC_PC(%a6) |increment stacked pc value to next inst
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S65 | To simply continue execution at the next instruction, just
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S2947 # the faulting instruction to get the "next PC". This is trivial for
2998 # with the "next PC" as additional info.
16843 # pc = pc of next instruction
23110 addq.b &4,%d3 # advance d3 to the next digit
23170 # then inc d1 (=2) to point to the next long word and reset d3 to 0
23174 addq.b &4,%d3 # advance d3 to the next digit
23260 addq.l &4,%d3 # point to next digit
23262 dbf.w %d2,ap_p_gd # get next digit
23286 add.l &12,%d3 # inc d3 to next rtable entry
23288 bne.b ap_p_el # if not, get next bi
[all...]
H A Dilsp.S400 bcc ldd2nd # no carry, do next quotient digit
/linux-master/arch/m68k/include/asm/
H A Dmac_iop.h140 struct iop_msg *next; /* next message in queue or NULL */ member in struct:iop_msg
H A Dswitch_to.h21 * Beware that resume now expects *next to be in d1 and the offset of
28 * pass prev in a0, next in a1
31 #define switch_to(prev,next,last) do { \
33 register void *_next __asm__ ("a1") = (next); \

Completed in 442 milliseconds

1234567891011>>