2012-07-06 21:56:01 +02:00
/ *
* This f i l e i s s u b j e c t t o t h e t e r m s a n d c o n d i t i o n s o f t h e G N U G e n e r a l P u b l i c
* License. S e e t h e f i l e " C O P Y I N G " i n t h e m a i n d i r e c t o r y o f t h i s a r c h i v e
* for m o r e d e t a i l s .
*
* Micro- a s s e m b l e r g e n e r a t e d c l e a r _ p a g e / c o p y _ p a g e f u n c t i o n s .
*
* Copyright ( C ) 2 0 1 2 M I P S T e c h n o l o g i e s , I n c .
* Copyright ( C ) 2 0 1 2 R a l f B a e c h l e < r a l f @linux-mips.org>
* /
# include < a s m / a s m . h >
2016-11-07 11:14:16 +00:00
# include < a s m / e x p o r t . h >
2012-07-06 21:56:01 +02:00
# include < a s m / r e g d e f . h >
# ifdef C O N F I G _ S I B Y T E _ D M A _ P A G E O P S
# define c p u _ c l e a r _ p a g e _ f u n c t i o n _ n a m e c l e a r _ p a g e _ c p u
# define c p u _ c o p y _ p a g e _ f u n c t i o n _ n a m e c o p y _ p a g e _ c p u
# else
# define c p u _ c l e a r _ p a g e _ f u n c t i o n _ n a m e c l e a r _ p a g e
# define c p u _ c o p y _ p a g e _ f u n c t i o n _ n a m e c o p y _ p a g e
# endif
/ *
* Maximum s i z e s :
*
* R4 0 0 0 1 2 8 b y t e s S - c a c h e : 0 x05 8 b y t e s
* R4 6 0 0 v1 . 7 : 0 x05 c b y t e s
* R4 6 0 0 v2 . 0 : 0 x06 0 b y t e s
* With p r e f e t c h i n g , 1 6 w o r d s t r i d e s 0 x12 0 b y t e s
* /
EXPORT( _ _ c l e a r _ p a g e _ s t a r t )
LEAF( c p u _ c l e a r _ p a g e _ f u n c t i o n _ n a m e )
2016-11-07 11:14:16 +00:00
EXPORT_ S Y M B O L ( c p u _ c l e a r _ p a g e _ f u n c t i o n _ n a m e )
2012-07-06 21:56:01 +02:00
1 : j 1 b / * D u m m y , w i l l b e r e p l a c e d . * /
.space 288
END( c p u _ c l e a r _ p a g e _ f u n c t i o n _ n a m e )
EXPORT( _ _ c l e a r _ p a g e _ e n d )
/ *
* Maximum s i z e s :
*
* R4 0 0 0 1 2 8 b y t e s S - c a c h e : 0 x11 c b y t e s
* R4 6 0 0 v1 . 7 : 0 x08 0 b y t e s
* R4 6 0 0 v2 . 0 : 0 x07 c b y t e s
* With p r e f e t c h i n g , 1 6 w o r d s t r i d e s 0 x54 0 b y t e s
* /
EXPORT( _ _ c o p y _ p a g e _ s t a r t )
LEAF( c p u _ c o p y _ p a g e _ f u n c t i o n _ n a m e )
2016-11-07 11:14:16 +00:00
EXPORT_ S Y M B O L ( c p u _ c o p y _ p a g e _ f u n c t i o n _ n a m e )
2012-07-06 21:56:01 +02:00
1 : j 1 b / * D u m m y , w i l l b e r e p l a c e d . * /
.space 1344
END( c p u _ c o p y _ p a g e _ f u n c t i o n _ n a m e )
EXPORT( _ _ c o p y _ p a g e _ e n d )