Searched refs:LAST_PKMAP (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dhighmem.h53 #define LAST_PKMAP 1024 macro
55 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dhighmem.h53 #define LAST_PKMAP 1024 macro
55 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dhighmem.h51 #define LAST_PKMAP 512 macro
53 #define LAST_PKMAP 1024 macro
55 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dhighmem.h51 #define LAST_PKMAP 512 macro
53 #define LAST_PKMAP 1024 macro
55 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dhighmem.h44 #define LAST_PKMAP 1024 macro
45 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dhighmem.h48 #define LAST_PKMAP 1024 macro
49 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dhighmem.h44 #define LAST_PKMAP 1024 macro
45 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dhighmem.h48 #define LAST_PKMAP 1024 macro
49 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dhighmem.h44 #define LAST_PKMAP 1024 macro
45 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dhighmem.h44 #define LAST_PKMAP 1024 macro
45 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dhighmem.c33 static int pkmap_count[LAST_PKMAP];
48 for (i = 0; i < LAST_PKMAP; i++) {
86 count = LAST_PKMAP;
92 count = LAST_PKMAP;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dinit.c218 fixrange_init(vaddr, vaddr + PAGE_SIZE*LAST_PKMAP, pgd_base);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/mm/
H A Dinit.c285 fixrange_init(vaddr, vaddr + PAGE_SIZE*LAST_PKMAP, pgd_base);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/mm/
H A Dsrmmu.c355 pkmap_base_end = pkmap_base + LAST_PKMAP * PAGE_SIZE;

Completed in 125 milliseconds