OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PGDIR_SHIFT
(Results
26 - 28
of
28
) sorted by null
1
2
/external/kernel-headers/original/asm-x86/
pgtable_32.h
58
#define PGDIR_SIZE (1UL <<
PGDIR_SHIFT
)
64
#define USER_PGD_PTRS (PAGE_OFFSET >>
PGDIR_SHIFT
)
395
#define pgd_index(address) (((address) >>
PGDIR_SHIFT
) & (PTRS_PER_PGD-1))
/bionic/libc/kernel/arch-sh/asm/
pgtable_32.h
132
#define pgd_index(address) (((address) >>
PGDIR_SHIFT
) & (PTRS_PER_PGD-1))
pgtable_64.h
25
#define pgd_index(address) (((address) >>
PGDIR_SHIFT
) & (PTRS_PER_PGD-1))
Completed in 7328 milliseconds
1
2