Home
last modified time | relevance | path

Searched refs:spill (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
Dminstate.h99 .mem.offset 0,0; st8.spill [r16]=r8,16; \
100 .mem.offset 8,0; st8.spill [r17]=r9,16; \
102 .mem.offset 0,0; st8.spill [r16]=r10,24; \
103 .mem.offset 8,0; st8.spill [r17]=r11,24; \
129 .mem.offset 0,0; st8.spill [r16]=r20,16; /* save original r1 */ \
130 .mem.offset 8,0; st8.spill [r17]=r12,16; \
133 .mem.offset 0,0; st8.spill [r16]=r13,16; \
134 .mem.offset 8,0; st8.spill [r17]=r21,16; /* save ar.fpsr */ \
137 .mem.offset 0,0; st8.spill [r16]=r15,16; \
138 .mem.offset 8,0; st8.spill [r17]=r14,16; \
[all …]
Dhead.S135 stf.spill.nta [_reg1]=f2,16;; \
136 stf.spill.nta [_reg1]=f3,16;; \
137 stf.spill.nta [_reg1]=f4,16;; \
138 stf.spill.nta [_reg1]=f5,16;; \
139 stf.spill.nta [_reg1]=f16,16;; \
140 stf.spill.nta [_reg1]=f17,16;; \
141 stf.spill.nta [_reg1]=f18,16;; \
142 stf.spill.nta [_reg1]=f19,16;; \
143 stf.spill.nta [_reg1]=f20,16;; \
144 stf.spill.nta [_reg1]=f21,16;; \
[all …]
Dmca_asm.S552 stf.spill [temp2]=f6,PT(F8)-PT(F6)
554 stf.spill [temp1]=f7,PT(F9)-PT(F7)
555 stf.spill [temp2]=f8,PT(F10)-PT(F8)
557 stf.spill [temp1]=f9,PT(F11)-PT(F9)
558 stf.spill [temp2]=f10
560 stf.spill [temp1]=f11
569 stf.spill [temp1]=f2,32
570 stf.spill [temp2]=f3,32
572 stf.spill [temp1]=f4,32
573 stf.spill [temp2]=f5,32
[all …]
Dgate.S148 stf.spill [base0]=f6,32
149 stf.spill [base1]=f7,32
151 stf.spill [base0]=f8,32
152 stf.spill [base1]=f9,32
155 stf.spill [base0]=f10,32
156 stf.spill [base1]=f11,32
158 stf.spill [base0]=f12,32
159 stf.spill [base1]=f13,32
161 stf.spill [base0]=f14,32
162 stf.spill [base1]=f15,32
Dentry.S76 stf.spill [sp]=f0
252 st8.spill [r14]=r4,16 // spill r4
266 st8.spill [r14]=r4,SW(R6)-SW(R4) // spill r4 and prefetch offset 0x1c0
277 st8.spill [r15]=r5,SW(R7)-SW(R5) // spill r5
281 st8.spill [r14]=r6,SW(B0)-SW(R6) // spill r6
285 stf.spill [r2]=f2,32
289 stf.spill [r3]=f3,32
290 st8.spill [r15]=r7,SW(B2)-SW(R7) // spill r7
297 stf.spill [r2]=f4,32
298 stf.spill [r3]=f5,32
[all …]
Dpal.S268 stf.spill [in0] = f10,32
269 stf.spill [r2] = f11,32
271 stf.spill [in0] = f12,32
272 stf.spill [r2] = f13,32
274 stf.spill [in0] = f14,32
275 stf.spill [r2] = f15,32
Divt.S952 st8.spill [r17]=r11,PT(CR_IIP)-PT(R11) // save r11
997 st8.spill [r17]=r20,PT(R13)-PT(R1) // save original r1
1001 .mem.offset 0,0; st8.spill [r16]=r12,PT(AR_FPSR)-PT(R12) // save r12
1002 .mem.offset 8,0; st8.spill [r17]=r13,PT(R15)-PT(R13) // save r13
1013 st8.spill [r17]=r15 // save r15
/linux-4.4.14/arch/ia64/lib/
Dclear_page.S45 .fetch: stf.spill.nta [dst_fetch] = f0, L3_LINE_SIZE
55 1: stf.spill.nta [dst1] = f0, 64
56 stf.spill.nta [dst2] = f0, 64
61 1: stf.spill.nta [dst1] = f0, 64
62 stf.spill.nta [dst2] = f0, 64
63 stf.spill.nta [dst3] = f0, 64
64 stf.spill.nta [dst4] = f0, 128
67 stf.spill.nta [dst1] = f0, 64
68 stf.spill.nta [dst2] = f0, 64
70 stf.spill.nta [dst3] = f0, 64
[all …]
Dmemset.S218 stf.spill [ptr9] = f0, 128 // Do stores one cache line apart
228 stf.spill [ptr2] = f0, 32
229 stf.spill [ptr0] = f0, 32
232 stf.spill [ptr2] = f0, 32
233 stf.spill [ptr0] = f0, 32
236 stf.spill [ptr2] = f0, 32
237 stf.spill [ptr0] = f0, 64
241 stf.spill [ptr2] = f0, 32
242 (p_scr) stf.spill [ptr9] = f0, 128
/linux-4.4.14/drivers/staging/netlogic/
Dxlr_net.c426 void *spill; in xlr_config_spill() local
433 spill = kmalloc(spill_size + SMP_CACHE_BYTES, GFP_ATOMIC); in xlr_config_spill()
434 if (!spill) in xlr_config_spill()
437 spill = PTR_ALIGN(spill, SMP_CACHE_BYTES); in xlr_config_spill()
438 phys_addr = virt_to_phys(spill); in xlr_config_spill()
445 return spill; in xlr_config_spill()
/linux-4.4.14/arch/sparc/kernel/
Dspiterrs.S166 cmp %g3, 0x80 ! first win spill/fill trap
168 cmp %g3, 0xff ! last win spill/fill trap
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt51 4) If the application needs to spill bounds out of the 4 registers, it
104 MPX-enabled code needs more than these 4 registers, it needs to spill
/linux-4.4.14/Documentation/networking/
Dfilter.txt630 R0 - R5 are scratch registers and eBPF program needs spill/fill them if
821 out of registers and would have to resort to spill/fill to stack.
1076 Pointer register spill/fill is tracked as well, since four (R6-R9)
/linux-4.4.14/arch/xtensa/
DKconfig256 bool "Enable spill registers syscall"
/linux-4.4.14/arch/xtensa/kernel/
Dentry.S1394 xsr a3, excsave1 # get spill-mask
/linux-4.4.14/arch/arm/
DKconfig1721 bool "Use PLTs to allow module memory to spill over into vmalloc area"