Searched refs:SR_TEMP1 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/parisc/lib/ |
| H A D | memcpy.c | 27 mtsp(get_kernel_space(), SR_TEMP1); in raw_copy_to_user() 40 mtsp(get_user_space(), SR_TEMP1); in raw_copy_from_user() 45 if (!prober_user(SR_TEMP1, start)) { in raw_copy_from_user() 59 mtsp(get_kernel_space(), SR_TEMP1); in memcpy()
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 58 mtsp(mm->context.space_id, SR_TEMP1); in purge_tlb_entries() 59 pdtlb(SR_TEMP1, addr); in purge_tlb_entries() 60 pitlb(SR_TEMP1, addr); in purge_tlb_entries()
|
| H A D | assembly.h | 52 #define SR_TEMP1 1 macro
|
| /linux/arch/parisc/kernel/ |
| H A D | cache.c | 696 mtsp(sid, SR_TEMP1); in __flush_tlb_range() 697 pdtlb(SR_TEMP1, start); in __flush_tlb_range() 698 pitlb(SR_TEMP1, start); in __flush_tlb_range()
|