Searched refs:mtsp (Results 1 – 15 of 15) sorted by relevance
/linux-3.4.99/arch/parisc/kernel/ |
D | head.S | 51 mtsp %r0,%sr4 52 mtsp %r0,%sr5 53 mtsp %r0,%sr6 54 mtsp %r0,%sr7 218 mtsp %r0,%sr0 219 mtsp %r0,%sr1 220 mtsp %r0,%sr2 221 mtsp %r0,%sr3 314 mtsp %r0,%sr4 315 mtsp %r0,%sr5 [all …]
|
D | hpmc.S | 249 mtsp %r0, %sr4 250 mtsp %r0, %sr5 251 mtsp %r0, %sr6 252 mtsp %r0, %sr7
|
D | syscall.S | 82 mtsp %r0,%sr4 /* get kernel space into sr4 */ 83 mtsp %r0,%sr5 /* get kernel space into sr5 */ 84 mtsp %r0,%sr6 /* get kernel space into sr6 */ 86 mtsp %r1,%sr3 /* and store it in sr3 */ 125 mtsp %r0,%sr7 /* get kernel space into sr7 */ 446 mtsp %r1,%sr3 447 mtsp %r0,%sr2 /* get kernel space into sr2 */
|
D | entry.S | 66 mtsp %r0, %sr4 67 mtsp %r0, %sr5 70 mtsp %r1, %sr3 75 mtsp %r0, %sr6 76 mtsp %r0, %sr7 1241 mtsp spc,%sr1 1246 mtsp t0, %sr1 /* Restore sr1 */ 1273 mtsp spc,%sr1 1278 mtsp t0, %sr1 /* Restore sr1 */ 1485 mtsp spc,%sr1 [all …]
|
D | pacache.S | 93 mtsp %r20, %sr1 108 mtsp %r20, %sr1 136 mtsp %r20, %sr1 151 mtsp %r20, %sr1 202 mtsp %r0, %sr1 243 mtsp %r0, %sr1
|
D | cache.c | 432 mtsp(mm->context, 1); in purge_tlb_entries() 452 mtsp(sid, 1); in __flush_tlb_range()
|
/linux-3.4.99/arch/parisc/hpux/ |
D | gate.S | 34 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 */
|
/linux-3.4.99/arch/parisc/lib/ |
D | memcpy.c | 473 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()
|
D | lusercopy.S | 54 mtsp %r1,%sr1
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | special_insns.h | 35 #define mtsp(gr, cr) \ macro
|
D | tlbflush.h | 69 mtsp(vma->vm_mm->context,1); in flush_tlb_page()
|
D | mmu_context.h | 48 mtsp(context, 3); in load_context()
|
D | assembly.h | 176 #define REST_SP(r, where) LDREG where, %r1 ! mtsp %r1, r
|
/linux-3.4.99/drivers/parisc/ |
D | ccio-dma.c | 566 mtsp(sid,1); in ccio_io_pdir_entry()
|
D | sba_iommu.c | 576 mtsp(sid,1); in sba_io_pdir_entry()
|