Searched refs:preload (Results 1 – 6 of 6) sorted by relevance
/arch/x86/include/asm/fpu/ |
D | internal.h | 542 typedef struct { int preload; } fpu_switch_t; member 553 fpu.preload = static_cpu_has(X86_FEATURE_FPU) && in switch_fpu_prepare() 566 if (fpu.preload) { in switch_fpu_prepare() 572 if (fpu.preload) { in switch_fpu_prepare() 574 fpu.preload = 0; in switch_fpu_prepare() 595 if (fpu_switch.preload) in switch_fpu_finish()
|
/arch/x86/crypto/ |
D | twofish-avx-x86_64-asm_64.S | 189 #define encrypt_round(n, a, b, c, d, preload, prerotate) \ argument 194 preload(c ## 1); \ 197 #define decrypt_round(n, a, b, c, d, preload, prerotate) \ argument 202 preload(c ## 1); \
|
/arch/arm/mach-omap2/ |
D | sram243x.S | 247 adr r4, pbegin @ addr of preload start 248 adr r8, pend @ addr of preload end 249 mcrr p15, 1, r8, r4, c12 @ preload into icache
|
D | sram242x.S | 247 adr r4, pbegin @ addr of preload start 248 adr r8, pend @ addr of preload end 249 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
|