Searched defs:pud_val (Results 1 - 8 of 8) sorted by relevance

/arch/frv/include/asm/
H A Dpage.h32 #define pud_val(x) ((x).pue[0]) macro
/arch/microblaze/include/asm/
H A Dpage.h110 # define pud_val(x) ((x).pue[0]) macro
/arch/powerpc/include/asm/
H A Dpage.h300 #define pud_val(x) ((x).pud) macro
339 #define pud_val(x) (x) macro
/arch/ia64/include/asm/
H A Dpage.h186 # define pud_val(x) ((x).pud) macro
/arch/s390/include/asm/
H A Dpage.h104 #define pud_val(x) ((x).pud) macro
/arch/x86/include/asm/
H A Dparavirt.h645 static inline pudval_t pud_val(pud_t pud) function
650 ret = PVOP_CALLEE2(pudval_t, pv_mmu_ops.pud_val,
653 ret = PVOP_CALLEE1(pudval_t, pv_mmu_ops.pud_val,
H A Dparavirt_types.h312 struct paravirt_callee_save pud_val; member in struct:pv_mmu_ops
H A Dpgtable.h70 #define pud_val(x) native_pud_val(x) macro
501 return (unsigned long)__va((unsigned long)pud_val(pud) & PTE_PFN_MASK);
508 #define pud_page(pud) pfn_to_page(pud_val(pud) >> PAGE_SHIFT)
518 return (pud_val(pud) & (_PAGE_PSE | _PAGE_PRESENT)) ==

Completed in 266 milliseconds