Searched refs:get_pmd (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
H A Dintrinsics.h219 /* fc, thash, get_cpuid, get_pmd, get_eflags, set_eflags */
226 #define ia64_get_pmd IA64_INTRINSIC_API(get_pmd)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dxen_pv_ops.c608 DEFINE_FUNC1(get_pmd, int,
781 .get_pmd = xen_get_pmd,
1015 XEN_PATCH_BUNDLE_ELEM(get_pmd, GET_PMD),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/mm/
H A Dinit.c432 static pmd_t *__init get_pmd(pgd_t pgtables[], unsigned long va) function
437 static pmd_t *__init get_pmd(pgd_t pgtables[], unsigned long va) function
524 pmd = get_pmd(pgtables, address);
573 pmd = get_pmd(pgtables, address);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dparavirt.c114 DEFINE_FUNC1(get_pmd, int);
366 DEFINE_FUNC1(get_pmd, int,
559 .get_pmd = ia64_native_get_pmd_func,
762 IA64_NATIVE_PATCH_BUNDLE_ELEM(get_pmd, GET_PMD),

Completed in 127 milliseconds