Searched refs:before (Results 1 – 25 of 69) sorted by relevance
123
/arch/powerpc/lib/ |
D | rheap.c | 154 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/mips/ |
D | Kconfig.debug | 29 bool "Enable additional debug checks before going into CPU idle loop" 32 This option enables Enable additional debug checks before going into
|
/arch/arm/plat-s3c24xx/ |
D | sleep.S | 88 @@ accessed by the resume code before it can restore the MMU. 162 nop @ second-to-last before mmu
|
/arch/m68k/hp300/ |
D | README.hp300 | 12 The LANCE driver works after a fashion but only if you reset the chip before
|
/arch/cris/arch-v10/boot/compressed/ |
D | head.S | 27 ;; We need to initialze DRAM registers before we start using the DRAM 59 ;; before unpacking). It is at _edata, but in flash.
|
/arch/arm/lib/ |
D | csumpartial.S | 25 td1 .req r4 @ save before use 26 td2 .req r5 @ save before use
|
/arch/arm/ |
D | Kconfig.debug | 60 executes before the console is initialized. 97 before it is used. 106 initialised by the boot-loader before use.
|
/arch/arm/boot/compressed/ |
D | head-xscale.S | 18 @ whatever state it is, before it is turned off.
|
/arch/cris/ |
D | Kconfig.debug | 24 didn't before). The kernel halts when it boots, waiting for gdb if
|
/arch/m68k/fpsp040/ |
D | x_unfl.S | 64 | 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
|
D | skeleton.S | 9 | 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
|
D | x_unimp.S | 56 | exception byte and condition codes are clear before proceeding
|
D | binstr.S | 15 | The 64-bit binary is assumed to have a decimal point before 84 movel %d2,%d4 |copy the fraction before muls
|
D | x_fline.S | 55 | ;before branching to mem_read
|
D | bindec.S | 40 | ICTR is a flag used in A13. It must be set before the 55 | in the output before conversion to bcd. LAMBDA is the 270 | ICTR is a flag used in A13. It must be set before the 331 | in the output before conversion to bcd. LAMBDA is the sign
|
/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 20 can access them all, and initialized data all before uninitialized, so
|
/arch/arm/nwfpe/ |
D | fpa11.inl | 42 /* clear SB, AB and DA bits before returning FPCR */
|
/arch/m32r/kernel/ |
D | entry.S | 210 # perform work that needs to be done immediately before resumption
|
/arch/arm/plat-s3c/ |
D | Kconfig | 79 will generate CRCs of all blocks of memory, and store them before 107 must have been initialised by the boot-loader before use.
|
/arch/cris/arch-v10/boot/rescue/ |
D | kimagerescue.S | 67 ;; We need to setup the bus registers before we start using the DRAM
|
/arch/arm/vfp/ |
D | vfphw.S | 134 @ exception before retrying branch 135 @ out before setting an FPEXC that
|
/arch/mips/sibyte/ |
D | Kconfig | 182 bool "Capture bus trace before bus error"
|
/arch/frv/kernel/ |
D | head.S | 76 # retrieve the parameters (including command line) before we overwrite them 566 # - GR8 and GR9 should be rounded up/down to the nearest megabyte before calling
|
/arch/arm/mach-sa1100/ |
D | sleep.S | 62 @ Adjust memory timing before lowering CPU clock
|
/arch/mn10300/kernel/ |
D | head.S | 93 # retrieve the parameters (including command line) before we overwrite
|
123