2006-03-28 21:00:40 +01:00
/ *
* linux/ a r c h / a r m / m m / p r o c - x s c3 . S
*
* Original A u t h o r : M a t t h e w G i l b e r t
* Current M a i n t a i n e r : D e e p a k S a x e n a < d s a x e n a @plexity.net>
*
* Copyright 2 0 0 4 ( C ) I n t e l C o r p .
* Copyright 2 0 0 5 ( c ) M o n t a V i s t a S o f t w a r e , I n c .
*
* This p r o g r a m i s f r e e s o f t w a r e ; you can redistribute it and/or modify
* it u n d e r t h e t e r m s o f t h e G N U G e n e r a l P u b l i c L i c e n s e v e r s i o n 2 a s
* published b y t h e F r e e S o f t w a r e F o u n d a t i o n .
*
* MMU f u n c t i o n s f o r t h e I n t e l X S c a l e 3 C o r e ( X S C 3 ) . T h e X S C 3 c o r e i s a n
* extension t o I n t e l ' s o r i g i n a l X S c a l e c o r e t h a t a d d s t h e f o l l o w i n g
* features :
*
* - ARMv6 S u p e r s e c t i o n s
* - Low L o c a l i t y R e f e r e n c e p a g e s ( r e p l a c e s m i n i - c a c h e )
* - 3 6 - bit a d d r e s s i n g
* - L2 c a c h e
* - Cache- c o h e r e n c y i f c h i p s e t s u p p o r t s i t
*
* Based o n o r i g n a l X S c a l e c o d e b y N i c o l a s P i t r e
* /
# include < l i n u x / l i n k a g e . h >
# include < l i n u x / i n i t . h >
# include < a s m / a s s e m b l e r . h >
# include < a s m / p r o c i n f o . h >
# include < a s m / h a r d w a r e . h >
# include < a s m / p g t a b l e . h >
2006-03-30 10:24:07 +01:00
# include < a s m / p g t a b l e - h w d e f . h >
2006-03-28 21:00:40 +01:00
# include < a s m / p a g e . h >
# include < a s m / p t r a c e . h >
# include " p r o c - m a c r o s . S "
/ *
* This i s t h e m a x i m u m s i z e o f a n a r e a w h i c h w i l l b e f l u s h e d . I f t h e
* area i s l a r g e r t h a n t h i s , t h e n w e f l u s h t h e w h o l e c a c h e .
* /
# define M A X _ A R E A _ S I Z E 3 2 7 6 8
/ *
* The c a c h e l i n e s i z e o f t h e I a n d D c a c h e .
* /
# define C A C H E L I N E S I Z E 3 2
/ *
* The s i z e o f t h e d a t a c a c h e .
* /
# define C A C H E S I Z E 3 2 7 6 8
/ *
* Run w i t h L 2 e n a b l e d .
* /
# define L 2 _ C A C H E _ E N A B L E 1
/ *
* Enable t h e B r a n c h T a r g e t B u f f e r ( c a n c a u s e c r a s h e s , s e e e r r a t u m #42 . )
* /
# define B T B _ E N A B L E 0
/ *
* This m a c r o i s u s e d t o w a i t f o r a C P 1 5 w r i t e a n d i s n e e d e d
* when w e h a v e t o e n s u r e t h a t t h e l a s t o p e r a t i o n t o t h e c o - p r o
* was c o m p l e t e d b e f o r e c o n t i n u i n g w i t h o p e r a t i o n .
* /
.macro cpwait_ r e t , l r , r d
mrc p15 , 0 , \ r d , c2 , c0 , 0 @ arbitrary read of cp15
sub p c , \ l r , \ r d , L S R #32 @ wait for completion and
@ flush instruction pipeline
.endm
/ *
* This m a c r o c l e a n s & i n v a l i d a t e s t h e e n t i r e x s c3 d c a c h e b y s e t & w a y .
* /
.macro clean_d_cache rd, r s
mov \ r d , #0x1f00
orr \ r d , \ r d , #0x00e0
1 : mcr p15 , 0 , \ r d , c7 , c14 , 2 @ clean/inv set/way
adds \ r d , \ r d , #0x40000000
bcc 1 b
subs \ r d , \ r d , #0x20
bpl 1 b
.endm
.text
/ *
* cpu_ x s c3 _ p r o c _ i n i t ( )
*
* Nothing t o o e x c i t i n g a t t h e m o m e n t
* /
ENTRY( c p u _ x s c3 _ p r o c _ i n i t )
mov p c , l r
/ *
* cpu_ x s c3 _ p r o c _ f i n ( )
* /
ENTRY( c p u _ x s c3 _ p r o c _ f i n )
str l r , [ s p , #- 4 ] !
mov r0 , #P S R _ F _ B I T | P S R _ I _ B I T | S V C _ M O D E
msr c p s r _ c , r0
bl x s c3 _ f l u s h _ k e r n _ c a c h e _ a l l @ clean caches
mrc p15 , 0 , r0 , c1 , c0 , 0 @ ctrl register
bic r0 , r0 , #0x1800 @ ...IZ...........
bic r0 , r0 , #0x0006 @ .............CA.
mcr p15 , 0 , r0 , c1 , c0 , 0 @ disable caches
ldr p c , [ s p ] , #4
/ *
* cpu_ x s c3 _ r e s e t ( l o c )
*
* Perform a s o f t r e s e t o f t h e s y s t e m . P u t t h e C P U i n t o t h e
* same s t a t e a s i t w o u l d b e i f i t h a d b e e n r e s e t , a n d b r a n c h
* to w h a t w o u l d b e t h e r e s e t v e c t o r .
*
* loc : location t o j u m p t o f o r s o f t r e s e t
* /
.align 5
ENTRY( c p u _ x s c3 _ r e s e t )
mov r1 , #P S R _ F _ B I T | P S R _ I _ B I T | S V C _ M O D E
msr c p s r _ c , r1 @ reset CPSR
mrc p15 , 0 , r1 , c1 , c0 , 0 @ ctrl register
bic r1 , r1 , #0x0086 @ ........B....CA.
bic r1 , r1 , #0x3900 @ ..VIZ..S........
mcr p15 , 0 , r1 , c1 , c0 , 0 @ ctrl register
mcr p15 , 0 , i p , c7 , c7 , 0 @ invalidate I,D caches & BTB
bic r1 , r1 , #0x0001 @ ...............M
mcr p15 , 0 , r1 , c1 , c0 , 0 @ ctrl register
@ CAUTION: MMU turned off from this point. We count on the pipeline
@ already containing those two last instructions to survive.
mcr p15 , 0 , i p , c8 , c7 , 0 @ invalidate I & D TLBs
mov p c , r0
/ *
* cpu_ x s c3 _ d o _ i d l e ( )
*
* Cause t h e p r o c e s s o r t o i d l e
*
* For n o w w e d o n o t h i n g b u t g o t o i d l e m o d e f o r e v e r y c a s e
*
* XScale s u p p o r t s c l o c k s w i t c h i n g , b u t u s i n g i d l e m o d e s u p p o r t
* allows e x t e r n a l h a r d w a r e t o r e a c t t o s y s t e m s t a t e c h a n g e s .
MMG : Come b a c k t o t h i s o n e .
* /
.align 5
ENTRY( c p u _ x s c3 _ d o _ i d l e )
mov r0 , #1
mcr p14 , 0 , r0 , c7 , c0 , 0 @ Go to IDLE
mov p c , l r
/* ================================= CACHE ================================ */
/ *
* flush_ u s e r _ c a c h e _ a l l ( )
*
* Invalidate a l l c a c h e e n t r i e s i n a p a r t i c u l a r a d d r e s s
* space.
* /
ENTRY( x s c3 _ f l u s h _ u s e r _ c a c h e _ a l l )
/* FALLTHROUGH */
/ *
* flush_ k e r n _ c a c h e _ a l l ( )
*
* Clean a n d i n v a l i d a t e t h e e n t i r e c a c h e .
* /
ENTRY( x s c3 _ f l u s h _ k e r n _ c a c h e _ a l l )
mov r2 , #V M _ E X E C
mov i p , #0
__flush_whole_cache :
clean_ d _ c a c h e r0 , r1
tst r2 , #V M _ E X E C
mcrne p15 , 0 , i p , c7 , c5 , 0 @ Invalidate I cache & BTB
mcrne p15 , 0 , i p , c7 , c10 , 4 @ Drain Write Buffer
mcrne p15 , 0 , i p , c7 , c5 , 4 @ Prefetch Flush
mov p c , l r
/ *
* flush_ u s e r _ c a c h e _ r a n g e ( s t a r t , e n d , v m _ f l a g s )
*
* Invalidate a r a n g e o f c a c h e e n t r i e s i n t h e s p e c i f i e d
* address s p a c e .
*
* - start - s t a r t a d d r e s s ( m a y n o t b e a l i g n e d )
* - end - e n d a d d r e s s ( e x c l u s i v e , m a y n o t b e a l i g n e d )
* - vma - v m a _ a r e a _ s t r u c t d e s c r i b i n g a d d r e s s s p a c e
* /
.align 5
ENTRY( x s c3 _ f l u s h _ u s e r _ c a c h e _ r a n g e )
mov i p , #0
sub r3 , r1 , r0 @ calculate total size
cmp r3 , #M A X _ A R E A _ S I Z E
bhs _ _ f l u s h _ w h o l e _ c a c h e
1 : tst r2 , #V M _ E X E C
mcrne p15 , 0 , r0 , c7 , c5 , 1 @ Invalidate I cache line
mcr p15 , 0 , r0 , c7 , c14 , 1 @ Clean/invalidate D cache line
add r0 , r0 , #C A C H E L I N E S I Z E
cmp r0 , r1
blo 1 b
tst r2 , #V M _ E X E C
mcrne p15 , 0 , i p , c7 , c5 , 6 @ Invalidate BTB
mcrne p15 , 0 , i p , c7 , c10 , 4 @ Drain Write Buffer
mcrne p15 , 0 , i p , c7 , c5 , 4 @ Prefetch Flush
mov p c , l r
/ *
* coherent_ k e r n _ r a n g e ( s t a r t , e n d )
*
* Ensure c o h e r e n c y b e t w e e n t h e I c a c h e a n d t h e D c a c h e i n t h e
* region d e s c r i b e d b y s t a r t . I f y o u h a v e n o n - s n o o p i n g
* Harvard c a c h e s , y o u n e e d t o i m p l e m e n t t h i s f u n c t i o n .
*
* - start - v i r t u a l s t a r t a d d r e s s
* - end - v i r t u a l e n d a d d r e s s
*
* Note : single I - c a c h e l i n e i n v a l i d a t i o n i s n ' t u s e d h e r e s i n c e
* it a l s o t r a s h e s t h e m i n i I - c a c h e u s e d b y J T A G d e b u g g e r s .
* /
ENTRY( x s c3 _ c o h e r e n t _ k e r n _ r a n g e )
/* FALLTHROUGH */
ENTRY( x s c3 _ c o h e r e n t _ u s e r _ r a n g e )
bic r0 , r0 , #C A C H E L I N E S I Z E - 1
1 : mcr p15 , 0 , r0 , c7 , c10 , 1 @ clean D entry
add r0 , r0 , #C A C H E L I N E S I Z E
cmp r0 , r1
blo 1 b
mov r0 , #0
mcr p15 , 0 , r0 , c7 , c5 , 0 @ Invalidate I cache & BTB
mcr p15 , 0 , r0 , c7 , c10 , 4 @ Drain Write Buffer
mcr p15 , 0 , r0 , c7 , c5 , 4 @ Prefetch Flush
mov p c , l r
/ *
* flush_ k e r n _ d c a c h e _ p a g e ( v o i d * p a g e )
*
* Ensure n o D c a c h e a l i a s i n g o c c u r s , e i t h e r w i t h i t s e l f o r
* the I c a c h e
*
* - addr - p a g e a l i g n e d a d d r e s s
* /
ENTRY( x s c3 _ f l u s h _ k e r n _ d c a c h e _ p a g e )
add r1 , r0 , #P A G E _ S Z
1 : mcr p15 , 0 , r0 , c7 , c14 , 1 @ Clean/Invalidate D Cache line
add r0 , r0 , #C A C H E L I N E S I Z E
cmp r0 , r1
blo 1 b
mov r0 , #0
mcr p15 , 0 , r0 , c7 , c5 , 0 @ Invalidate I cache & BTB
mcr p15 , 0 , r0 , c7 , c10 , 4 @ Drain Write Buffer
mcr p15 , 0 , r0 , c7 , c5 , 4 @ Prefetch Flush
mov p c , l r
/ *
* dma_ i n v _ r a n g e ( s t a r t , e n d )
*
* Invalidate ( d i s c a r d ) t h e s p e c i f i e d v i r t u a l a d d r e s s r a n g e .
* May n o t w r i t e b a c k a n y e n t r i e s . I f ' s t a r t ' o r ' e n d '
* are n o t c a c h e l i n e a l i g n e d , t h o s e l i n e s m u s t b e w r i t t e n
* back.
*
* - start - v i r t u a l s t a r t a d d r e s s
* - end - v i r t u a l e n d a d d r e s s
* /
ENTRY( x s c3 _ d m a _ i n v _ r a n g e )
tst r0 , #C A C H E L I N E S I Z E - 1
bic r0 , r0 , #C A C H E L I N E S I Z E - 1
mcrne p15 , 0 , r0 , c7 , c10 , 1 @ clean L1 D entry
mcrne p15 , 1 , r0 , c7 , c11 , 1 @ clean L2 D entry
tst r1 , #C A C H E L I N E S I Z E - 1
mcrne p15 , 0 , r1 , c7 , c10 , 1 @ clean L1 D entry
mcrne p15 , 1 , r1 , c7 , c11 , 1 @ clean L2 D entry
1 : mcr p15 , 0 , r0 , c7 , c6 , 1 @ invalidate L1 D entry
mcr p15 , 1 , r0 , c7 , c7 , 1 @ Invalidate L2 D cache line
add r0 , r0 , #C A C H E L I N E S I Z E
cmp r0 , r1
blo 1 b
mcr p15 , 0 , r0 , c7 , c10 , 4 @ Drain Write Buffer
mov p c , l r
/ *
* dma_ c l e a n _ r a n g e ( s t a r t , e n d )
*
* Clean t h e s p e c i f i e d v i r t u a l a d d r e s s r a n g e .
*
* - start - v i r t u a l s t a r t a d d r e s s
* - end - v i r t u a l e n d a d d r e s s
* /
ENTRY( x s c3 _ d m a _ c l e a n _ r a n g e )
bic r0 , r0 , #C A C H E L I N E S I Z E - 1
1 : mcr p15 , 0 , r0 , c7 , c10 , 1 @ clean L1 D entry
mcr p15 , 1 , r0 , c7 , c11 , 1 @ clean L2 D entry
add r0 , r0 , #C A C H E L I N E S I Z E
cmp r0 , r1
blo 1 b
mcr p15 , 0 , r0 , c7 , c10 , 4 @ Drain Write Buffer
mov p c , l r
/ *
* dma_ f l u s h _ r a n g e ( s t a r t , e n d )
*
* Clean a n d i n v a l i d a t e t h e s p e c i f i e d v i r t u a l a d d r e s s r a n g e .
*
* - start - v i r t u a l s t a r t a d d r e s s
* - end - v i r t u a l e n d a d d r e s s
* /
ENTRY( x s c3 _ d m a _ f l u s h _ r a n g e )
bic r0 , r0 , #C A C H E L I N E S I Z E - 1
1 : mcr p15 , 0 , r0 , c7 , c14 , 1 @ Clean/invalidate L1 D cache line
mcr p15 , 1 , r0 , c7 , c11 , 1 @ Clean L2 D cache line
mcr p15 , 1 , r0 , c7 , c7 , 1 @ Invalidate L2 D cache line
add r0 , r0 , #C A C H E L I N E S I Z E
cmp r0 , r1
blo 1 b
mcr p15 , 0 , r0 , c7 , c10 , 4 @ Drain Write Buffer
mov p c , l r
ENTRY( x s c3 _ c a c h e _ f n s )
.long xsc3_flush_kern_cache_all
.long xsc3_flush_user_cache_all
.long xsc3_flush_user_cache_range
.long xsc3_coherent_kern_range
.long xsc3_coherent_user_range
.long xsc3_flush_kern_dcache_page
.long xsc3_dma_inv_range
.long xsc3_dma_clean_range
.long xsc3_dma_flush_range
ENTRY( c p u _ x s c3 _ d c a c h e _ c l e a n _ a r e a )
1 : mcr p15 , 0 , r0 , c7 , c10 , 1 @ clean D entry
add r0 , r0 , #C A C H E L I N E S I Z E
subs r1 , r1 , #C A C H E L I N E S I Z E
bhi 1 b
mov p c , l r
/* =============================== PageTable ============================== */
/ *
* cpu_ x s c3 _ s w i t c h _ m m ( p g d )
*
* Set t h e t r a n s l a t i o n b a s e p o i n t e r t o b e a s d e s c r i b e d b y p g d .
*
* pgd : new p a g e t a b l e s
* /
.align 5
ENTRY( c p u _ x s c3 _ s w i t c h _ m m )
clean_ d _ c a c h e r1 , r2
mcr p15 , 0 , i p , c7 , c5 , 0 @ Invalidate I cache & BTB
mcr p15 , 0 , i p , c7 , c10 , 4 @ Drain Write Buffer
mcr p15 , 0 , i p , c7 , c5 , 4 @ Prefetch Flush
# ifdef L 2 _ C A C H E _ E N A B L E
orr r0 , r0 , #0x18 @ cache the page table in L2
# endif
mcr p15 , 0 , r0 , c2 , c0 , 0 @ load page table pointer
mcr p15 , 0 , i p , c8 , c7 , 0 @ invalidate I & D TLBs
cpwait_ r e t l r , i p
/ *
* cpu_ x s c3 _ s e t _ p t e ( p t e p , p t e )
*
* Set a P T E a n d f l u s h i t o u t
*
* /
.align 5
ENTRY( c p u _ x s c3 _ s e t _ p t e )
str r1 , [ r0 ] , #- 2048 @ linux version
2006-04-02 00:07:39 +01:00
bic r2 , r1 , #0xdf0 @ Keep C, B, coherency bits
2006-03-28 21:00:40 +01:00
orr r2 , r2 , #P T E _ T Y P E _ E X T @ e x t e n d e d p a g e
eor r3 , r1 , #L _ P T E _ P R E S E N T | L _ P T E _ Y O U N G | L _ P T E _ W R I T E | L _ P T E _ D I R T Y
tst r3 , #L _ P T E _ U S E R @ U s e r ?
orrne r2 , r2 , #P T E _ E X T _ A P _ U R O _ S R W @ y e s - > u s e r r / o , s y s t e m r / w
tst r3 , #L _ P T E _ W R I T E | L _ P T E _ D I R T Y @ W r i t e a n d D i r t y ?
orreq r2 , r2 , #P T E _ E X T _ A P _ U N O _ S R W @ y e s - > u s e r n / a , s y s t e m r / w
@ combined with user -> user r/w
# if L 2 _ C A C H E _ E N A B L E
@ If its cacheable it needs to be in L2 also.
eor i p , r1 , #L _ P T E _ C A C H E A B L E
tst i p , #L _ P T E _ C A C H E A B L E
orreq r2 , r2 , #P T E _ E X T _ T E X ( 0x5 )
# endif
tst r3 , #L _ P T E _ P R E S E N T | L _ P T E _ Y O U N G @ P r e s e n t a n d Y o u n g ?
movne r2 , #0 @ no -> fault
str r2 , [ r0 ] @ hardware version
mov i p , #0
mcr p15 , 0 , r0 , c7 , c10 , 1 @ Clean D cache line mcr
mcr p15 , 0 , i p , c7 , c10 , 4 @ Drain Write Buffer
mov p c , l r
.ltorg
.align
_ _ INIT
.type _ _ xsc3 _ s e t u p , #f u n c t i o n
__xsc3_setup :
mov r0 , #P S R _ F _ B I T | P S R _ I _ B I T | S V C _ M O D E
msr c p s r _ c , r0
mcr p15 , 0 , i p , c7 , c7 , 0 @ invalidate I, D caches & BTB
mcr p15 , 0 , i p , c7 , c10 , 4 @ Drain Write Buffer
mcr p15 , 0 , i p , c7 , c5 , 4 @ Prefetch Flush
mcr p15 , 0 , i p , c8 , c7 , 0 @ invalidate I, D TLBs
# if L 2 _ C A C H E _ E N A B L E
orr r4 , r4 , #0x18 @ cache the page table in L2
# endif
mcr p15 , 0 , r4 , c2 , c0 , 0 @ load page table pointer
mov r0 , #1 @ Allow access to CP0 and CP13
orr r0 , r0 , #1 < < 1 3 @ Its undefined whether this
mcr p15 , 0 , r0 , c15 , c1 , 0 @ affects USR or SVC modes
mrc p15 , 0 , r0 , c1 , c0 , 1 @ get auxiliary control reg
and r0 , r0 , #2 @ preserve bit P bit setting
# if L 2 _ C A C H E _ E N A B L E
orr r0 , r0 , #( 1 < < 1 0 ) @ enable L2 for LLR cache
# endif
mcr p15 , 0 , r0 , c1 , c0 , 1 @ set auxiliary control reg
2006-06-29 15:09:57 +01:00
adr r5 , x s c3 _ c r v a l
ldmia r5 , { r5 , r6 }
2006-03-28 21:00:40 +01:00
mrc p15 , 0 , r0 , c1 , c0 , 0 @ get control register
2006-06-29 15:09:57 +01:00
bic r0 , r0 , r5 @ .... .... .... ..A.
orr r0 , r0 , r6 @ .... .... .... .C.M
2006-03-28 21:00:40 +01:00
# if B T B _ E N A B L E
2006-06-29 15:09:57 +01:00
orr r0 , r0 , #0x00000800 @ ..VI Z..S .... ....
2006-03-28 21:00:40 +01:00
# endif
# if L 2 _ C A C H E _ E N A B L E
2006-06-29 15:09:57 +01:00
orr r0 , r0 , #0x04000000 @ L2 enable
2006-03-28 21:00:40 +01:00
# endif
mov p c , l r
.size _ _ xsc3 _ s e t u p , . - _ _ x s c3 _ s e t u p
2006-06-29 15:09:57 +01:00
.type xsc3 _ c r v a l , #o b j e c t
xsc3_crval :
crval c l e a r =0x04003b02 , m m u s e t =0x00003105 , u c s e t =0x00001100
2006-03-28 21:00:40 +01:00
_ _ INITDATA
/ *
* Purpose : F u n c t i o n p o i n t e r s u s e d t o a c c e s s a b o v e f u n c t i o n s - a l l c a l l s
* come t h r o u g h t h e s e
* /
.type xsc3 _ p r o c e s s o r _ f u n c t i o n s , #o b j e c t
ENTRY( x s c3 _ p r o c e s s o r _ f u n c t i o n s )
.word v5t_early_abort
.word cpu_xsc3_proc_init
.word cpu_xsc3_proc_fin
.word cpu_xsc3_reset
.word cpu_xsc3_do_idle
.word cpu_xsc3_dcache_clean_area
.word cpu_xsc3_switch_mm
.word cpu_xsc3_set_pte
.size xsc3 _ p r o c e s s o r _ f u n c t i o n s , . - x s c3 _ p r o c e s s o r _ f u n c t i o n s
.section " .rodata "
.type cpu_ a r c h _ n a m e , #o b j e c t
cpu_arch_name :
.asciz " armv5 t e "
.size cpu_ a r c h _ n a m e , . - c p u _ a r c h _ n a m e
.type cpu_ e l f _ n a m e , #o b j e c t
cpu_elf_name :
.asciz " v5 "
.size cpu_ e l f _ n a m e , . - c p u _ e l f _ n a m e
.type cpu_ x s c3 _ n a m e , #o b j e c t
cpu_xsc3_name :
.asciz " XScale- C o r e 3 "
.size cpu_ x s c3 _ n a m e , . - c p u _ x s c3 _ n a m e
.align
.section " .proc .info .init " , # alloc, #e x e c i n s t r
.type _ _ xsc3 _ p r o c _ i n f o ,#o b j e c t
__xsc3_proc_info :
.long 0x69056000
.long 0xffffe000
2006-06-29 18:24:21 +01:00
.long PMD_TYPE_SECT | \
PMD_ S E C T _ B U F F E R A B L E | \
PMD_ S E C T _ C A C H E A B L E | \
PMD_ S E C T _ A P _ W R I T E | \
PMD_ S E C T _ A P _ R E A D
.long PMD_TYPE_SECT | \
PMD_ S E C T _ A P _ W R I T E | \
PMD_ S E C T _ A P _ R E A D
2006-03-28 21:00:40 +01:00
b _ _ x s c3 _ s e t u p
.long cpu_arch_name
.long cpu_elf_name
.long HWCAP_ S W P | H W C A P _ H A L F | H W C A P _ T H U M B | H W C A P _ F A S T _ M U L T | H W C A P _ E D S P
.long cpu_xsc3_name
.long xsc3_processor_functions
.long v4wbi_tlb_fns
.long xsc3_mc_user_fns
.long xsc3_cache_fns
.size _ _ xsc3 _ p r o c _ i n f o , . - _ _ x s c3 _ p r o c _ i n f o