OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PKMAP_BASE
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/asm-x86/
highmem.h
55
*
PKMAP_BASE
61
#define
PKMAP_BASE
( (FIXADDR_BOOT_START - PAGE_SIZE*(LAST_PKMAP + 1)) & PMD_MASK )
63
#define PKMAP_NR(virt) ((virt-
PKMAP_BASE
) >> PAGE_SHIFT)
64
#define PKMAP_ADDR(nr) (
PKMAP_BASE
+ ((nr) << PAGE_SHIFT))
pgtable_32.h
82
# define VMALLOC_END (
PKMAP_BASE
-2*PAGE_SIZE)
Completed in 430 milliseconds