Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

mips_ksyms.c File Reference

#include <linux/config.h>
#include <linux/module.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <asm/irq.h>
#include <linux/in6.h>
#include <linux/pci.h>
#include <asm/checksum.h>
#include <asm/dma.h>
#include <asm/floppy.h>
#include <asm/io.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/sgihpc.h>
#include <asm/softirq.h>
#include <asm/uaccess.h>
#include <asm/branch.h>
#include <linux/sched.h>

Include dependency graph for mips_ksyms.c:

Go to the source code of this file.

Functions

void * __bzero (void *__s, size_t __count)
long __strncpy_from_user_nocheck_asm (char *__to, const char *__from, long __len)
long __strncpy_from_user_asm (char *__to, const char *__from, long __len)
long __strlen_user_nocheck_asm (const char *s)
long __strlen_user_asm (const char *s)
 EXPORT_SYMBOL (EISA_bus)
 EXPORT_SYMBOL_NOVERS (memcmp)
 EXPORT_SYMBOL_NOVERS (memset)
 EXPORT_SYMBOL_NOVERS (memcpy)
 EXPORT_SYMBOL_NOVERS (memmove)
 EXPORT_SYMBOL_NOVERS (strcat)
 EXPORT_SYMBOL_NOVERS (strchr)
 EXPORT_SYMBOL_NOVERS (strlen)
 EXPORT_SYMBOL_NOVERS (strncat)
 EXPORT_SYMBOL_NOVERS (strnlen)
 EXPORT_SYMBOL_NOVERS (strrchr)
 EXPORT_SYMBOL_NOVERS (strtok)
 EXPORT_SYMBOL_NOVERS (strpbrk)
 EXPORT_SYMBOL (clear_page)
 EXPORT_SYMBOL (__mips_bh_counter)
 EXPORT_SYMBOL (local_bh_count)
 EXPORT_SYMBOL (local_irq_count)
 EXPORT_SYMBOL (enable_irq)
 EXPORT_SYMBOL (disable_irq)
 EXPORT_SYMBOL (kernel_thread)
 EXPORT_SYMBOL_NOVERS (__copy_user)
 EXPORT_SYMBOL_NOVERS (__bzero)
 EXPORT_SYMBOL_NOVERS (__strncpy_from_user_nocheck_asm)
 EXPORT_SYMBOL_NOVERS (__strncpy_from_user_asm)
 EXPORT_SYMBOL_NOVERS (__strlen_user_nocheck_asm)
 EXPORT_SYMBOL_NOVERS (__strlen_user_asm)
 EXPORT_SYMBOL (csum_partial_copy)
 EXPORT_SYMBOL (flush_page_to_ram)
 EXPORT_SYMBOL (flush_cache_all)
 EXPORT_SYMBOL (dma_cache_wback_inv)
 EXPORT_SYMBOL (dma_cache_inv)
 EXPORT_SYMBOL (invalid_pte_table)
 EXPORT_SYMBOL (mips_io_port_base)
int register_fpe (void(*handler)(struct pt_regs *regs, unsigned int fcr31))
int unregister_fpe (void(*handler)(struct pt_regs *regs, unsigned int fcr31))


Function Documentation

void* __bzero void *  __s,
size_t  __count
 

Referenced by __clear_user().

long __strlen_user_asm const char *  s  ) 
 

Referenced by strlen_user().

long __strlen_user_nocheck_asm const char *  s  ) 
 

Referenced by __strlen_user().

long __strncpy_from_user_asm char *  __to,
const char *  __from,
long  __len
 

Referenced by strncpy_from_user().

long __strncpy_from_user_nocheck_asm char *  __to,
const char *  __from,
long  __len
 

Referenced by __strncpy_from_user().

EXPORT_SYMBOL mips_io_port_base   ) 
 

EXPORT_SYMBOL invalid_pte_table   ) 
 

EXPORT_SYMBOL dma_cache_inv   ) 
 

EXPORT_SYMBOL dma_cache_wback_inv   ) 
 

EXPORT_SYMBOL flush_cache_all   ) 
 

EXPORT_SYMBOL flush_page_to_ram   ) 
 

EXPORT_SYMBOL csum_partial_copy   ) 
 

EXPORT_SYMBOL kernel_thread   ) 
 

EXPORT_SYMBOL disable_irq   ) 
 

EXPORT_SYMBOL enable_irq   ) 
 

EXPORT_SYMBOL local_irq_count   ) 
 

EXPORT_SYMBOL local_bh_count   ) 
 

EXPORT_SYMBOL __mips_bh_counter   ) 
 

EXPORT_SYMBOL clear_page   ) 
 

EXPORT_SYMBOL EISA_bus   ) 
 

EXPORT_SYMBOL_NOVERS __strlen_user_asm   ) 
 

EXPORT_SYMBOL_NOVERS __strlen_user_nocheck_asm   ) 
 

EXPORT_SYMBOL_NOVERS __strncpy_from_user_asm   ) 
 

EXPORT_SYMBOL_NOVERS __strncpy_from_user_nocheck_asm   ) 
 

EXPORT_SYMBOL_NOVERS __bzero   ) 
 

EXPORT_SYMBOL_NOVERS __copy_user   ) 
 

EXPORT_SYMBOL_NOVERS strpbrk   ) 
 

EXPORT_SYMBOL_NOVERS strtok   ) 
 

EXPORT_SYMBOL_NOVERS strrchr   ) 
 

EXPORT_SYMBOL_NOVERS strnlen   ) 
 

EXPORT_SYMBOL_NOVERS strncat   ) 
 

EXPORT_SYMBOL_NOVERS strlen   ) 
 

EXPORT_SYMBOL_NOVERS strchr   ) 
 

EXPORT_SYMBOL_NOVERS strcat   ) 
 

EXPORT_SYMBOL_NOVERS memmove   ) 
 

EXPORT_SYMBOL_NOVERS memcpy   ) 
 

EXPORT_SYMBOL_NOVERS memset   ) 
 

EXPORT_SYMBOL_NOVERS memcmp   ) 
 

int register_fpe void(*)(struct pt_regs *regs, unsigned int fcr31)  handler  ) 
 

int unregister_fpe void(*)(struct pt_regs *regs, unsigned int fcr31)  handler  )