OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pmd_alloc
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm-generic/
4level-fixup.h
24
#define
pmd_alloc
(mm, pud, address) ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? NULL: pmd_offset(pud, address))
macro
/external/kernel-headers/original/linux/
mm.h
823
static inline pmd_t *
pmd_alloc
(struct mm_struct *mm, pud_t *pud, unsigned long address)
function
[
all
...]
Completed in 1417 milliseconds
1
2