Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 80) sorted by relevance

1234

/arch/powerpc/lib/
Drheap.c155 rh_block_t *after; in attach_free_block() local
169 after = NULL; in attach_free_block()
185 after = blk; in attach_free_block()
188 if (before != NULL && after != NULL) in attach_free_block()
196 if (after && e != after->start) in attach_free_block()
197 after = NULL; in attach_free_block()
200 if (before == NULL && after == NULL) { in attach_free_block()
214 if (before != NULL && after == NULL) { in attach_free_block()
220 if (before == NULL && after != NULL) { in attach_free_block()
221 after->start -= size; in attach_free_block()
[all …]
/arch/ia64/
DKconfig.debug28 Faults, that is, for Read-after-Write (RAW), Write-after-Write (WAW),
29 or Write-after-Read (WAR) violations. This option is ignored if you
/arch/cris/arch-v32/kernel/
Dcache.c15 (unsigned)(descr->after - descr->buf)); in flush_dma_descr()
Dhead.S179 ;; reclaimed after init is finished.
202 ;; Leave the cramfs file system (piggybacked after the kernel) in flash.
/arch/powerpc/boot/dts/
Dps3.dts33 * We'll get the size of the bootmem block from lv1 after startup,
46 * we'll put a null entries here. These will be initialized after
/arch/m68k/hp300/
DREADME.hp30012 The LANCE driver works after a fashion but only if you reset the chip before
/arch/m32r/
DKconfig.debug9 Unmap pages from the kernel linear mapping after free_pages().
/arch/m68k/kernel/
Dvmlinux-sun3.lds34 /* will be freed after init */
Dvmlinux-std.lds38 /* will be freed after init */
/arch/arm/vfp/
Dentry.S21 @ r2 = PC value to resume execution after successful emulation
/arch/mn10300/kernel/
Dsmp-low.S96 # Jump here after RTI to suppress the icache lookahead
/arch/arm/boot/compressed/
Dll_char_wr.S70 sub r1, r1, #1 @ avoid using r7 directly after
75 tst r1, #7 @ avoid using r7 directly after
/arch/arm/mach-omap2/
Dsleep24xx.S88 nop @ start auto refresh only after clk ok
/arch/cris/include/arch-v32/arch/hwregs/
Ddma.h69 char *after; member
/arch/cris/boot/rescue/
Dhead_v10.S70 ;; The partitiontable is looked for at the first sector after the boot
79 ;; of itself (after having setup the DRAM etc).
138 ;; code after this and altering the jumptarget in an upgrade.
/arch/cris/arch-v32/lib/
Dchecksum.S47 ;; to prepare for what is needed after mloop.
Dchecksumcopy.S50 ;; r12 <= acr is needed after mloop and in the exception handlers.
/arch/cris/arch-v10/
DKconfig27 <file:arch/cris/include/asm/io.h>, and those macros are defined after
37 <file:arch/cris/include/asm/io.h>, and those macros are defined after
47 <file:arch/cris/include/asm/io.h>, and those macros are defined after
379 powerbutton and then do a power off after unmounting disks.
/arch/cris/arch-v32/drivers/
Dcryptocop.c344 cdesc->dma_descr->after = NULL; in alloc_cdesc()
426 cdesc->dma_descr->after = cdesc->dma_descr->buf + plen; in create_pad_descriptor()
459 key_desc->dma_descr->after = key_desc->dma_descr->buf + tc->tctx->init.keylen/8; in setup_key_dl_desc()
462 key_desc->dma_descr->after = key_desc->dma_descr->buf + tc->tctx->init.keylen/8; in setup_key_dl_desc()
510 iv_desc->dma_descr->after = iv_desc->dma_descr->buf + tc->blocklength; in setup_cipher_iv_desc()
579 outdesc->dma_descr->after = outdesc->dma_descr->buf + dlength; in create_input_descriptors()
629 cdesc->dma_descr->after = cdesc->dma_descr->buf + dlength; in create_output_descriptors()
682 (*current_in_cdesc)->dma_descr->after = (*current_in_cdesc)->dma_descr->buf + desclen; in append_input_descriptors()
963 indata_ix += (unsigned int)(key_desc->dma_descr->after - key_desc->dma_descr->buf); in cryptocop_setup_dma_list()
978 indata_ix += (unsigned int)(iv_desc->dma_descr->after - iv_desc->dma_descr->buf); in cryptocop_setup_dma_list()
[all …]
Dsync_serial.c1264 port->active_tr_descr->after = port->active_tr_descr->buf + count; in start_dma_out()
1310 port->in_descr[i].after = buf + port->inbufchunk; in start_dma_in()
1363 sent = port->catch_tr_descr->after - in tr_interrupt()
1388 sent = port->catch_tr_descr->after - in tr_interrupt()
1404 sent = port->catch_tr_descr->after - in tr_interrupt()
1416 phys_to_virt((int) port->catch_tr_descr->after); in tr_interrupt()
/arch/alpha/lib/
Dstrrchr.S60 and t3, t4, t3 # e0 : mask out char matches after null
Dev67-strrchr.S88 and t3, t4, t3 # E : mask out char matches after null
/arch/s390/include/asm/
Dnospec-insn.h111 # the "br \reg" after the code has been patched.
/arch/unicore32/kernel/
Dhead.S126 ldw r15, __switch_data @ address to jump to after
/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h70 # Flush dcache after config change

1234