Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 104) sorted by relevance

12345

/arch/powerpc/lib/
Drheap.c154 rh_block_t *before; in attach_free_block() local
168 before = NULL; in attach_free_block()
182 before = blk; in attach_free_block()
188 if (before != NULL && after != NULL) in attach_free_block()
193 if (before && s != (before->start + before->size)) in attach_free_block()
194 before = 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()
215 before->size += size; in attach_free_block()
220 if (before == NULL && after != NULL) { in attach_free_block()
[all …]
/arch/unicore32/
DKconfig.debug12 early before the console code is initialized. For normal operation
24 executes before the console is initialized.
/arch/m68k/hp300/
DREADME.hp30012 The LANCE driver works after a fashion but only if you reset the chip before
/arch/nios2/
DKconfig.debug25 early before the console code is initialized.
/arch/arm/boot/compressed/
Dhead-xscale.S19 @ whatever state it is, before it is turned off.
/arch/arm/lib/
Dcsumpartial.S25 td1 .req r4 @ save before use
26 td2 .req r5 @ save before use
/arch/cris/boot/compressed/
Dhead_v10.S28 ;; We need to initialze DRAM registers before we start using the DRAM
60 ;; before unpacking). It is at _edata, but in flash.
/arch/tile/
DKconfig.debug13 early before the console code is initialized. For normal operation
/arch/um/
DKconfig.debug40 early before the console code is initialized.
/arch/m68k/fpsp040/
Dx_unfl.S64 | Clear dirty bit on dest resister in the frame before branching
98 | Clear dirty bit on dest resister in the frame before branching
119 | Clear dirty bit on dest resister in the frame before branching
Dskeleton.S9 | before the jump instruction. If there no handling necessary, then
14 | the machine state will be identical to the state before
90 | swapped out before taking the exception, the exception taken on
148 | Clear dirty bit on dest resister in the frame before branching
Dx_unimp.S56 | exception byte and condition codes are clear before proceeding
Dbinstr.S15 | The 64-bit binary is assumed to have a decimal point before
84 movel %d2,%d4 |copy the fraction before muls
/arch/cris/
DKconfig.debug24 didn't before). The kernel halts when it boots, waiting for gdb if
/arch/ia64/hp/sim/boot/
Dbootloader.lds21 can access them all, and initialized data all before uninitialized, so
/arch/m68k/
DKconfig.debug26 early, i.e. before the normal console driver is loaded.
/arch/arm/common/
Dvlock.S68 @ Control dependency implies strb not observable before previous ldrb.
Dmcpm_head.S120 @ Control dependency implies strb not observable before previous ldrb.
142 @ If the outbound gave up before teardown started, skip cluster setup:
/arch/mn10300/mm/
DKconfig.cache13 the affected cacheline to be read into the cache first before being
96 Set if we need the dcache flushing before the icache is invalidated.
/arch/arm/nwfpe/
Dfpa11.inl42 /* clear SB, AB and DA bits before returning FPCR */
/arch/arc/kernel/
Dentry-compact.S159 ; -L2 interrupts L1 (before L1 ISR could run)
236 ; icause1 needs to be read early, before calling tracing, which
364 ; things to what they were, before returning from L2 context
/arch/m32r/kernel/
Dentry.S222 # perform work that needs to be done immediately before resumption
/arch/x86/
DKconfig.debug28 early before the console code is initialized. For normal operation
41 early before the console code is initialized. For normal operation
54 early before the console code is initialized.
64 machine crashes very early before the regular console code is
96 Enable this if you want to dump the EFI page table before
/arch/metag/lib/
Dmemcpy.S83 ! Adjust the source pointer (A1.2) to the 8 byte boundary before its
115 ! Move data 4 bytes before we enter the main loop
/arch/arm/mach-sa1100/
Dsleep.S50 @ Adjust memory timing before lowering CPU clock

12345