Searched refs:mfsp (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/parisc/kernel/ |
| H A D | entry.S | 151 mfsp %sr7,%r16 370 mfsp %sr7,\tmp 842 mfsp %sr3,%r19 1024 mfsp %sr7,%r16 1204 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1238 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1402 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1426 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1534 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1801 mfsp %sr3,%r1 /* Get user space id */ [all …]
|
| H A D | cache.c | 451 space = mfsp(SR_USER); in get_upa()
|
| /linux/arch/parisc/include/asm/ |
| H A D | special_insns.h | 84 #define mfsp(reg) ({ \ macro
|
| H A D | assembly.h | 204 #define SAVE_SP(r, where) mfsp r, %r1 ! STREG %r1, where
|
| /linux/arch/parisc/lib/ |
| H A D | memcpy.c | 17 #define get_user_space() mfsp(SR_USER)
|