Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/mm.h>
#include <asm/blackfin.h>
#include <asm/cacheflush.h>
#include <asm/cplb.h>
#include <asm/cplbinit.h>
#include <asm/mmu_context.h>
Go to the source code of this file.
Macros | |
#define | MGR_ATTR |
Functions | |
MGR_ATTR int | cplb_hdr (int seqstat, struct pt_regs *regs) |
void | flush_switched_cplbs (unsigned int cpu) |
void | set_mask_dcplbs (unsigned long *masks, unsigned int cpu) |
Variables | |
int | page_mask_nelts |
int | page_mask_order |
unsigned long * | current_rwx_mask [NR_CPUS] |
int | nr_dcplb_miss [NR_CPUS] |
int | nr_icplb_miss [NR_CPUS] |
int | nr_icplb_supv_miss [NR_CPUS] |
int | nr_dcplb_prot [NR_CPUS] |
int | nr_cplb_flush [NR_CPUS] |