Searched defs:get_pmd (Results 1 - 2 of 2) sorted by relevance

/arch/ia64/include/asm/
H A Dparavirt_privop.h39 unsigned long (*get_pmd)(int index); member in struct:pv_cpu_ops
403 PARAVIRT_DEFINE_CPU_OP1_RET(get_pmd, GET_PMD)
/arch/tile/mm/
H A Dinit.c413 static pmd_t *__init get_pmd(pgd_t pgtables[], unsigned long va) function
418 static pmd_t *__init get_pmd(pgd_t pgtables[], unsigned long va) function
505 pmd = get_pmd(pgtables, address);
554 pmd = get_pmd(pgtables, address);

Completed in 69 milliseconds