Home
last modified time | relevance | path

Searched refs:make_pud (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/kernel/
Dparavirt.c461 .make_pud = PTE_IDENT,
/linux-3.4.99/arch/x86/include/asm/
Dparavirt.h636 ret = PVOP_CALLEE2(pudval_t, pv_mmu_ops.make_pud, in __pud()
639 ret = PVOP_CALLEE1(pudval_t, pv_mmu_ops.make_pud, in __pud()
Dparavirt_types.h314 struct paravirt_callee_save make_pud; member
/linux-3.4.99/arch/x86/xen/
Dmmu.c2065 .make_pud = PV_CALLEE_SAVE(xen_make_pud),