Searched refs:PAGE_SIZE_1MB (Results 1 - 4 of 4) sorted by relevance

/arch/blackfin/include/asm/
H A Dcplb.h41 #define L2_IMEMORY (CPLB_COMMON | PAGE_SIZE_1MB)
42 #define L2_DMEMORY (CPLB_LOCK | CPLB_COMMON | PAGE_SIZE_1MB)
47 # define L2_IMEMORY (CPLB_L1_CHBL | CPLB_USER_RD | CPLB_VALID | PAGE_SIZE_1MB)
49 # define L2_IMEMORY ( CPLB_USER_RD | CPLB_VALID | PAGE_SIZE_1MB)
53 # define L2_DMEMORY (CPLB_L1_CHBL | CPLB_COMMON | PAGE_SIZE_1MB)
55 # define L2_DMEMORY (CPLB_L1_CHBL | CPLB_WT | CPLB_L1_AOW | CPLB_COMMON | PAGE_SIZE_1MB)
57 # define L2_DMEMORY (CPLB_COMMON | PAGE_SIZE_1MB)
H A Ddef_LPBlackfin.h623 #define PAGE_SIZE_1MB 0x00020000 /* 1 MB page size */ macro
/arch/blackfin/kernel/cplb-nompu/
H A Dcplbmgr.c125 i_data |= PAGE_SIZE_1MB;
129 * (PAGE_SIZE_4MB & PAGE_SIZE_1MB) == PAGE_SIZE_1MB.
172 d_data |= PAGE_SIZE_1MB;
176 * (PAGE_SIZE_4MB & PAGE_SIZE_1MB) == PAGE_SIZE_1MB.
/arch/blackfin/kernel/cplb-mpu/
H A Dcplbmgr.c138 d_data |= PAGE_SIZE_1MB;
239 i_data |= PAGE_SIZE_1MB;

Completed in 88 milliseconds