Searched refs:preload (Results 1 – 7 of 7) sorted by relevance
/arch/x86/include/asm/ |
D | fpu-internal.h | 334 typedef struct { int preload; } fpu_switch_t; member 358 fpu.preload = tsk_used_math(new) && new->fpu_counter > 5; in switch_fpu_prepare() 366 if (fpu.preload) { in switch_fpu_prepare() 375 if (fpu.preload) { in switch_fpu_prepare() 378 fpu.preload = 0; in switch_fpu_prepare() 395 if (fpu.preload) { in switch_fpu_finish()
|
/arch/arm/mach-at91/ |
D | at91sam9g45_reset.S | 23 ldr r5, =at91_ramc_base @ preload constants
|
D | at91sam9_alt_reset.S | 25 at91sam9_alt_restart: ldr r0, =at91_ramc_base @ preload constants
|
/arch/arm/mach-omap2/ |
D | sram242x.S | 248 adr r4, pbegin @ addr of preload start 249 adr r8, pend @ addr of preload end 250 mcrr p15, 1, r8, r4, c12 @ preload into icache
|
D | sram243x.S | 248 adr r4, pbegin @ addr of preload start 249 adr r8, pend @ addr of preload end 250 mcrr p15, 1, r8, r4, c12 @ preload into icache
|
/arch/mn10300/kernel/ |
D | head.S | 70 # preload the PGD pointer register
|
/arch/frv/kernel/ |
D | sleep.S | 84 # preload and lock into icache that code which may have to run
|