misc.s
来自「是关于linux2.5.1的完全源码」· S 代码 · 共 1,298 行 · 第 1/2 页
S
1,298 行
/* * BK Id: %F% %I% %G% %U% %#% *//* * This file contains miscellaneous low-level functions. * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) * * Largely rewritten by Cort Dougan (cort@cs.nmt.edu) * and Paul Mackerras. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * */#include <linux/config.h>#include <linux/sys.h>#include <asm/unistd.h>#include <asm/errno.h>#include <asm/processor.h>#include <asm/page.h>#include <asm/cache.h>#include <asm/cputable.h>#include <asm/mmu.h>#include <asm/ppc_asm.h>#include <asm/thread_info.h>#include "ppc_defs.h" .text .align 5_GLOBAL(__delay) cmpwi 0,r3,0 mtctr r3 beqlr1: bdnz 1b blr/* * Returns (address we're running at) - (address we were linked at) * for use before the text and data are mapped to KERNELBASE. */_GLOBAL(reloc_offset) mflr r0 bl 1f1: mflr r3 lis r4,1b@ha addi r4,r4,1b@l subf r3,r4,r3 mtlr r0 blr/* * add_reloc_offset(x) returns x + reloc_offset(). */_GLOBAL(add_reloc_offset) mflr r0 bl 1f1: mflr r5 lis r4,1b@ha addi r4,r4,1b@l subf r5,r4,r5 add r3,r3,r5 mtlr r0 blr/* * sub_reloc_offset(x) returns x - reloc_offset(). */_GLOBAL(sub_reloc_offset) mflr r0 bl 1f1: mflr r5 lis r4,1b@ha addi r4,r4,1b@l subf r5,r4,r5 subf r3,r5,r3 mtlr r0 blr/* * reloc_got2 runs through the .got2 section adding an offset * to each entry. */_GLOBAL(reloc_got2) mflr r11 lis r7,__got2_start@ha addi r7,r7,__got2_start@l lis r8,__got2_end@ha addi r8,r8,__got2_end@l subf r8,r7,r8 srwi. r8,r8,2 beqlr mtctr r8 bl 1f1: mflr r0 lis r4,1b@ha addi r4,r4,1b@l subf r0,r4,r0 add r7,r0,r72: lwz r0,0(r7) add r0,r0,r3 stw r0,0(r7) addi r7,r7,4 bdnz 2b mtlr r11 blr/* * identify_cpu, * called with r3 = data offset and r4 = CPU number * doesn't change r3 */_GLOBAL(identify_cpu) addis r8,r3,cpu_specs@ha addi r8,r8,cpu_specs@l mfpvr r71: lwz r5,CPU_SPEC_PVR_MASK(r8) and r5,r5,r7 lwz r6,CPU_SPEC_PVR_VALUE(r8) cmplw 0,r6,r5 beq 1f addi r8,r8,CPU_SPEC_ENTRY_SIZE b 1b1: addis r6,r3,cur_cpu_spec@ha addi r6,r6,cur_cpu_spec@l slwi r4,r4,2 sub r8,r8,r3 stwx r8,r4,r6 blr/* * do_cpu_ftr_fixups - goes through the list of CPU feature fixups * and writes nop's over sections of code that don't apply for this cpu. * r3 = data offset (not changed) */_GLOBAL(do_cpu_ftr_fixups)#ifndef CONFIG_PPC_ISERIES /* Get CPU 0 features */ addis r6,r3,cur_cpu_spec@ha addi r6,r6,cur_cpu_spec@l lwz r4,0(r6) add r4,r4,r3 lwz r4,CPU_SPEC_FEATURES(r4) /* Get the fixup table */ addis r6,r3,__start___ftr_fixup@ha addi r6,r6,__start___ftr_fixup@l addis r7,r3,__stop___ftr_fixup@ha addi r7,r7,__stop___ftr_fixup@l /* Do the fixup */1: cmplw 0,r6,r7 bgelr addi r6,r6,16 lwz r8,-16(r6) /* mask */ and r8,r8,r4 lwz r9,-12(r6) /* value */ cmplw 0,r8,r9 beq 1b lwz r8,-8(r6) /* section begin */ lwz r9,-4(r6) /* section end */ subf. r9,r8,r9 beq 1b /* write nops over the section of code */ /* todo: if large section, add a branch at the start of it */ srwi r9,r9,2 mtctr r9 add r8,r8,r3 lis r0,0x60000000@h /* nop */3: stw r0,0(r8) andi. r10,r4,CPU_FTR_SPLIT_ID_CACHE@l beq 2f dcbst 0,r8 /* suboptimal, but simpler */ sync icbi 0,r82: addi r8,r8,4 bdnz 3b sync /* additional sync needed on g4 */ isync b 1b#else /* CONFIG_PPC_ISERIES */ blr#endif /* CONFIG_PPC_ISERIES *//* * call_setup_cpu - call the setup_cpu function for this cpu * r3 = data offset, r24 = cpu number * * Don't change register layout, the setup function may rely * on r5 containing a relocated pointer to the current cpu spec. */_GLOBAL(call_setup_cpu) addis r5,r3,cur_cpu_spec@ha addi r5,r5,cur_cpu_spec@l slwi r4,r24,2 lwzx r5,r4,r5 add r5,r5,r3 lwz r6,CPU_SPEC_SETUP(r5) add r6,r6,r3 mtctr r6 mr r3,r24 bctr#ifndef CONFIG_PPC_ISERIES /* iSeries version is in iSeries_misc.S *//* void __save_flags_ptr(unsigned long *flags) */_GLOBAL(__save_flags_ptr) mfmsr r4 stw r4,0(r3) blr /* * Need these nops here for taking over save/restore to * handle lost intrs * -- Cort */ nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop_GLOBAL(__save_flags_ptr_end)/* void __restore_flags(unsigned long flags) */ _GLOBAL(__restore_flags)/* * Just set/clear the MSR_EE bit through restore/flags but do not * change anything else. This is needed by the RT system and makes * sense anyway. * -- Cort */ mfmsr r4 /* Copy all except the MSR_EE bit from r4 (current MSR value) to r3. This is the sort of thing the rlwimi instruction is designed for. -- paulus. */ rlwimi r3,r4,0,17,15 /* Check if things are setup the way we want _already_. */ cmpw 0,r3,r4 beqlr1: SYNC mtmsr r3 SYNC blr nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop_GLOBAL(__restore_flags_end)_GLOBAL(__cli) mfmsr r0 /* Get current interrupt state */ rlwinm r3,r0,16+1,32-1,31 /* Extract old value of 'EE' */ rlwinm r0,r0,0,17,15 /* clear MSR_EE in r0 */ SYNC /* Some chip revs have problems here... */ mtmsr r0 /* Update machine state */ blr /* Done */ /* * Need these nops here for taking over save/restore to * handle lost intrs * -- Cort */ nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop_GLOBAL(__cli_end)_GLOBAL(__sti) mfmsr r3 /* Get current state */ ori r3,r3,MSR_EE /* Turn on 'EE' bit */ SYNC /* Some chip revs have problems here... */ mtmsr r3 /* Update machine state */ blr /* * Need these nops here for taking over save/restore to * handle lost intrs * -- Cort */ nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop nop_GLOBAL(__sti_end)#endif /* CONFIG_PPC_ISERIES *//* * complement mask on the msr then "or" some values on. * _nmask_and_or_msr(nmask, value_to_or) */_GLOBAL(_nmask_and_or_msr) mfmsr r0 /* Get current msr */ andc r0,r0,r3 /* And off the bits set in r3 (first parm) */ or r0,r0,r4 /* Or on the bits in r4 (second parm) */ SYNC /* Some chip revs have problems here... */ mtmsr r0 /* Update machine state */ isync blr /* Done *//* * Flush MMU TLB */_GLOBAL(_tlbia)#if defined(CONFIG_4xx) && defined(CONFIG_PIN_TLB) /* This needs to be coordinated with other pinning functions since * we don't keep a memory location of number of entries to reduce * cache pollution during these operations. */ lis r3, 0 sync1: tlbwe r3, r3, TLB_TAG /* just ensure V is clear */ addi r3, r3, 1 /* so r3 works fine for that */ cmpwi 0, r3, 61 /* reserve last two entries */ ble 1b isync#else#if defined(CONFIG_SMP) rlwinm r8,r1,0,0,18 lwz r8,TI_CPU(r8) oris r8,r8,10 mfmsr r10 SYNC rlwinm r0,r10,0,17,15 /* clear bit 16 (MSR_EE) */ rlwinm r0,r0,0,28,26 /* clear DR */ mtmsr r0 SYNC_601 isync lis r9,mmu_hash_lock@h ori r9,r9,mmu_hash_lock@l tophys(r9,r9)10: lwarx r7,0,r9 cmpi 0,r7,0 bne- 10b stwcx. r8,0,r9 bne- 10b sync tlbia sync TLBSYNC li r0,0 stw r0,0(r9) /* clear mmu_hash_lock */ mtmsr r10 SYNC_601 isync#else /* CONFIG_SMP */ sync tlbia sync#endif /* CONFIG_SMP */#endif /* CONFIG_4xx */ blr /* * Flush MMU TLB for a particular address */_GLOBAL(_tlbie)#ifdef CONFIG_4xx tlbsx. r3, 0, r3 bne 10f sync /* There are only 64 TLB entries, so r3 < 64, which means bit 25, is clear. * Since 25 is the V bit in the TLB_TAG, loading this value will invalidate * the TLB entry. */ tlbwe r3, r3, TLB_TAG isync10:#else#if defined(CONFIG_SMP) rlwinm r8,r1,0,0,18 lwz r8,TI_CPU(r8) oris r8,r8,11 mfmsr r10 SYNC rlwinm r0,r10,0,17,15 /* clear bit 16 (MSR_EE) */ rlwinm r0,r0,0,28,26 /* clear DR */ mtmsr r0 SYNC_601 isync lis r9,mmu_hash_lock@h ori r9,r9,mmu_hash_lock@l tophys(r9,r9)10: lwarx r7,0,r9 cmpi 0,r7,0 bne- 10b stwcx. r8,0,r9 bne- 10b eieio tlbie r3 sync TLBSYNC li r0,0 stw r0,0(r9) /* clear mmu_hash_lock */ mtmsr r10 SYNC_601 isync#else /* CONFIG_SMP */ tlbie r3 sync#endif /* CONFIG_SMP */#endif /* CONFIG_4xx */ blr/* * Flush instruction cache. * This is a no-op on the 601. */_GLOBAL(flush_instruction_cache)#if defined(CONFIG_8xx) isync lis r5, IDC_INVALL@h mtspr IC_CST, r5#elif defined(CONFIG_4xx)#ifdef CONFIG_403GCX li r3, 512 mtctr r3 lis r4, KERNELBASE@h1: iccci 0, r4 addi r4, r4, 16 bdnz 1b#else lis r3, KERNELBASE@h iccci 0,r3#endif#else mfspr r3,PVR rlwinm r3,r3,16,16,31 cmpi 0,r3,1 beqlr /* for 601, do nothing */ /* 603/604 processor - use invalidate-all bit in HID0 */ mfspr r3,HID0 ori r3,r3,HID0_ICFI mtspr HID0,r3#endif /* CONFIG_8xx/4xx */ isync blr#ifndef CONFIG_PPC_ISERIES /* iSeries version is in iSeries_misc.S *//* * Write any modified data cache blocks out to memory * and invalidate the corresponding instruction cache blocks. * This is a no-op on the 601. * * flush_icache_range(unsigned long start, unsigned long stop) */_GLOBAL(flush_icache_range) mfspr r5,PVR rlwinm r5,r5,16,16,31 cmpi 0,r5,1 beqlr /* for 601, do nothing */ li r5,L1_CACHE_LINE_SIZE-1 andc r3,r3,r5 subf r4,r3,r4 add r4,r4,r5 srwi. r4,r4,LG_L1_CACHE_LINE_SIZE beqlr mtctr r4 mr r6,r31: dcbst 0,r3 addi r3,r3,L1_CACHE_LINE_SIZE bdnz 1b sync /* wait for dcbst's to get to ram */ mtctr r42: icbi 0,r6 addi r6,r6,L1_CACHE_LINE_SIZE bdnz 2b sync /* additional sync needed on g4 */ isync blr/* * Write any modified data cache blocks out to memory. * Does not invalidate the corresponding cache lines (especially for * any corresponding instruction cache). * * clean_dcache_range(unsigned long start, unsigned long stop) */_GLOBAL(clean_dcache_range) li r5,L1_CACHE_LINE_SIZE-1 andc r3,r3,r5 subf r4,r3,r4 add r4,r4,r5 srwi. r4,r4,LG_L1_CACHE_LINE_SIZE beqlr mtctr r41: dcbst 0,r3 addi r3,r3,L1_CACHE_LINE_SIZE bdnz 1b sync /* wait for dcbst's to get to ram */ blr/* * Write any modified data cache blocks out to memory and invalidate them. * Does not invalidate the corresponding instruction cache blocks. * * flush_dcache_range(unsigned long start, unsigned long stop) */_GLOBAL(flush_dcache_range) li r5,L1_CACHE_LINE_SIZE-1 andc r3,r3,r5 subf r4,r3,r4 add r4,r4,r5 srwi. r4,r4,LG_L1_CACHE_LINE_SIZE beqlr mtctr r41: dcbf 0,r3 addi r3,r3,L1_CACHE_LINE_SIZE bdnz 1b sync /* wait for dcbst's to get to ram */ blr/* * Like above, but invalidate the D-cache. This is used by the 8xx * to invalidate the cache so the PPC core doesn't get stale data * from the CPM (no cache snooping here :-). * * invalidate_dcache_range(unsigned long start, unsigned long stop) */_GLOBAL(invalidate_dcache_range) li r5,L1_CACHE_LINE_SIZE-1 andc r3,r3,r5 subf r4,r3,r4 add r4,r4,r5 srwi. r4,r4,LG_L1_CACHE_LINE_SIZE beqlr mtctr r41: dcbi 0,r3 addi r3,r3,L1_CACHE_LINE_SIZE bdnz 1b sync /* wait for dcbi's to get to ram */ blr#ifdef CONFIG_NOT_COHERENT_CACHE/* This is a bad one....It is used by 'consistent_sync' functions when * there isn't any handle on the virtual address needed by the usual * cache flush instructions. On the MPC8xx, we can use the cache line * flush command, on others all we can do is read enough data to completely * reload the cache, flushing old data out. *//* Cache organization. The 4xx has a 8K (128 line) cache, and the 8xx * has 1, 2, 4, 8K variants. For now, cover worst case. When we can * deteremine actual size, we will use that later. */#define CACHE_NWAYS 2#define CACHE_NLINES 128_GLOBAL(flush_dcache_all) li r4, (CACHE_NWAYS * CACHE_NLINES) mtctr r4 lis r5, KERNELBASE@h1: lwz r3, 0(r5) /* Load one word from every line */ addi r5, r5, L1_CACHE_LINE_SIZE bdnz 1b blr#endif /* CONFIG_NOT_COHERENT_CACHE *//* * Flush a particular page from the data cache to RAM. * Note: this is necessary because the instruction cache does *not* * snoop from the data cache. * This is a no-op on the 601 which has a unified cache. * * void __flush_dcache_icache(void *page) */_GLOBAL(__flush_dcache_icache) mfspr r5,PVR rlwinm r5,r5,16,16,31 cmpi 0,r5,1 beqlr /* for 601, do nothing */ rlwinm r3,r3,0,0,19 /* Get page base address */ li r4,4096/L1_CACHE_LINE_SIZE /* Number of lines in a page */ mtctr r4 mr r6,r30: dcbst 0,r3 /* Write line to ram */ addi r3,r3,L1_CACHE_LINE_SIZE bdnz 0b sync mtctr r41: icbi 0,r6 addi r6,r6,L1_CACHE_LINE_SIZE bdnz 1b sync isync blr/* * Flush a particular page from the data cache to RAM, identified * by its physical address. We turn off the MMU so we can just use * the physical address (this may be a highmem page without a kernel * mapping). * * void __flush_dcache_icache_phys(unsigned long physaddr) */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?