#include <linux/module.h>
#include <asm/checksum.h>
#include <linux/io.h>
Go to the source code of this file.
|
int | __c6xabi_divi (int dividend, int divisor) |
|
| EXPORT_SYMBOL (__c6xabi_divi) |
|
unsigned | __c6xabi_divu (unsigned dividend, unsigned divisor) |
|
| EXPORT_SYMBOL (__c6xabi_divu) |
|
int | __c6xabi_remi (int dividend, int divisor) |
|
| EXPORT_SYMBOL (__c6xabi_remi) |
|
unsigned | __c6xabi_remu (unsigned dividend, unsigned divisor) |
|
| EXPORT_SYMBOL (__c6xabi_remu) |
|
int | __c6xabi_divremi (int dividend, int divisor) |
|
| EXPORT_SYMBOL (__c6xabi_divremi) |
|
unsigned | __c6xabi_divremu (unsigned dividend, unsigned divisor) |
|
| EXPORT_SYMBOL (__c6xabi_divremu) |
|
unsigned long long | __c6xabi_mpyll (unsigned long long src1, unsigned long long src2) |
|
| EXPORT_SYMBOL (__c6xabi_mpyll) |
|
long long | __c6xabi_negll (long long src) |
|
| EXPORT_SYMBOL (__c6xabi_negll) |
|
unsigned long long | __c6xabi_llshl (unsigned long long src1, uint src2) |
|
| EXPORT_SYMBOL (__c6xabi_llshl) |
|
long long | __c6xabi_llshr (long long src1, uint src2) |
|
| EXPORT_SYMBOL (__c6xabi_llshr) |
|
unsigned long long | __c6xabi_llshru (unsigned long long src1, uint src2) |
|
| EXPORT_SYMBOL (__c6xabi_llshru) |
|
void | __c6xabi_strasgi (int *dst, const int *src, unsigned cnt) |
|
| EXPORT_SYMBOL (__c6xabi_strasgi) |
|
void | __c6xabi_push_rts (void) |
|
| EXPORT_SYMBOL (__c6xabi_push_rts) |
|
void | __c6xabi_pop_rts (void) |
|
| EXPORT_SYMBOL (__c6xabi_pop_rts) |
|
void | __c6xabi_strasgi_64plus (int *dst, const int *src, unsigned cnt) |
|
| EXPORT_SYMBOL (__c6xabi_strasgi_64plus) |
|
| EXPORT_SYMBOL (memcpy) |
|
int __c6xabi_divi |
( |
int |
dividend, |
|
|
int |
divisor |
|
) |
| |
int __c6xabi_divremi |
( |
int |
dividend, |
|
|
int |
divisor |
|
) |
| |
unsigned __c6xabi_divremu |
( |
unsigned |
dividend, |
|
|
unsigned |
divisor |
|
) |
| |
unsigned __c6xabi_divu |
( |
unsigned |
dividend, |
|
|
unsigned |
divisor |
|
) |
| |
int __c6xabi_remi |
( |
int |
dividend, |
|
|
int |
divisor |
|
) |
| |
unsigned __c6xabi_remu |
( |
unsigned |
dividend, |
|
|
unsigned |
divisor |
|
) |
| |