Home
last modified time | relevance | path

Searched refs:mtsp (Results 1 – 13 of 13) sorted by relevance

/arch/parisc/kernel/
Dhead.S51 mtsp %r0,%sr4
52 mtsp %r0,%sr5
53 mtsp %r0,%sr6
54 mtsp %r0,%sr7
214 mtsp %r0,%sr0
215 mtsp %r0,%sr1
216 mtsp %r0,%sr2
217 mtsp %r0,%sr3
310 mtsp %r0,%sr4
311 mtsp %r0,%sr5
[all …]
Dhpmc.S249 mtsp %r0, %sr4
250 mtsp %r0, %sr5
251 mtsp %r0, %sr6
252 mtsp %r0, %sr7
Dsyscall.S106 mtsp %r0,%sr4 /* get kernel space into sr4 */
107 mtsp %r0,%sr5 /* get kernel space into sr5 */
108 mtsp %r0,%sr6 /* get kernel space into sr6 */
110 mtsp %r1,%sr3 /* and store it in sr3 */
149 mtsp %r0,%sr7 /* get kernel space into sr7 */
474 mtsp %r1,%sr3
475 mtsp %r0,%sr2 /* get kernel space into sr2 */
Dentry.S66 mtsp %r0, %sr4
67 mtsp %r0, %sr5
68 mtsp %r0, %sr6
121 mtsp %r0,%sr7
122 mtsp %r16,%sr3
1211 mtsp spc,%sr1
1216 mtsp t0, %sr1 /* Restore sr1 */
1245 mtsp spc,%sr1
1250 mtsp t0, %sr1 /* Restore sr1 */
1467 mtsp spc,%sr1
[all …]
Dpacache.S93 mtsp %r20, %sr1
108 mtsp %r20, %sr1
136 mtsp %r20, %sr1
151 mtsp %r20, %sr1
211 mtsp %r0, %sr1
278 mtsp %r0, %sr1
Dcache.c425 mtsp(mm->context, 1); in purge_tlb_entries()
443 mtsp(sid, 1); in __flush_tlb_range()
/arch/parisc/hpux/
Dgate.S34 mtsp %r0,%sr4 /* get kernel space into sr4 */
35 mtsp %r0,%sr5 /* get kernel space into sr5 */
36 mtsp %r0,%sr6 /* get kernel space into sr6 */
38 mtsp %r1,%sr3 /* and store it in sr3 */
53 mtsp %r0,%sr7 /* get kernel space into sr7 */
/arch/parisc/lib/
Dmemcpy.c473 mtsp(get_kernel_space(), 1); in copy_to_user()
474 mtsp(get_user_space(), 2); in copy_to_user()
481 mtsp(get_user_space(), 1); in __copy_from_user()
482 mtsp(get_kernel_space(), 2); in __copy_from_user()
488 mtsp(get_user_space(), 1); in copy_in_user()
489 mtsp(get_user_space(), 2); in copy_in_user()
496 mtsp(get_kernel_space(), 1); in memcpy()
497 mtsp(get_kernel_space(), 2); in memcpy()
Dlusercopy.S54 mtsp %r1,%sr1
/arch/parisc/include/asm/
Dspecial_insns.h35 #define mtsp(gr, cr) \ macro
Dtlbflush.h71 mtsp(vma->vm_mm->context,1); in flush_tlb_page()
Dmmu_context.h48 mtsp(context, 3); in load_context()
Dassembly.h176 #define REST_SP(r, where) LDREG where, %r1 ! mtsp %r1, r