Home
last modified time | relevance | path

Searched defs:pud_val (Results 1 – 13 of 13) sorted by relevance

/arch/arm64/include/asm/
Dpgtable-types.h45 #define pud_val(x) ((x).pud) macro
/arch/sparc/include/asm/
Dpage_64.h73 #define pud_val(x) ((x).pud) macro
96 #define pud_val(x) (x) macro
/arch/powerpc/include/asm/
Dpgtable-types.h29 static inline unsigned long pud_val(pud_t x) in pud_val() function
Dpgtable-be-types.h44 static inline unsigned long pud_val(pud_t x) in pud_val() function
/arch/frv/include/asm/
Dpage.h30 #define pud_val(x) ((x).pue[0]) macro
/arch/x86/mm/
Dkasan_init_64.c263 pudval_t pud_val = __pa_nodebug(kasan_zero_pmd) | _KERNPG_TABLE; in kasan_early_init() local
/arch/s390/include/asm/
Dpage.h92 #define pud_val(x) ((x).pud) macro
/arch/ia64/include/asm/
Dpage.h188 # define pud_val(x) ((x).pud) macro
/arch/microblaze/include/asm/
Dpage.h110 # define pud_val(x) ((x).pue[0]) macro
/arch/mips/include/asm/
Dpgtable-64.h189 #define pud_val(x) ((x).pud) macro
/arch/x86/include/asm/
Dparavirt.h526 static inline pudval_t pud_val(pud_t pud) in pud_val() function
Dparavirt_types.h274 struct paravirt_callee_save pud_val; member
Dpgtable.h99 #define pud_val(x) native_pud_val(x) macro