Searched defs:pmd_val (Results 1 - 25 of 25) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dpage-nommu.h26 #define pmd_val(x) (x) macro
H A Dpgtable-2level-types.h27 #define pmd_val(x) ((x).pmd) macro
45 #define pmd_val(x) (x) macro
H A Dpgtable-3level-types.h30 #define pmd_val(x) ((x).pmd) macro
47 #define pmd_val(x) (x) macro
/linux-master/arch/loongarch/mm/
H A Dhugetlbpage.c63 uint64_t pmd_to_entrylo(unsigned long pmd_val) argument
/linux-master/arch/sh/include/asm/
H A Dpgtable-3level.h38 #define pmd_val(x) ((x).pmd) macro
/linux-master/arch/m68k/include/asm/
H A Dpage.h22 #define pmd_val(x) ((&x)->pmd) macro
/linux-master/include/asm-generic/
H A Dpgtable-nopmd.h52 #define pmd_val(x) (pud_val((x).pud)) macro
H A Dpage.h52 #define pmd_val(x) ((&x)->pmd[0]) macro
/linux-master/arch/powerpc/include/asm/
H A Dpgtable-types.h37 static inline unsigned long pmd_val(pmd_t x) function
H A Dpgtable-be-types.h26 static inline unsigned long pmd_val(pmd_t x) function
/linux-master/arch/arc/include/asm/
H A Dpage.h61 #define pmd_val(x) ((x).pmd) macro
/linux-master/arch/alpha/include/asm/
H A Dpage.h36 #define pmd_val(x) ((x).pmd) macro
55 #define pmd_val(x) (x) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable-types.h29 #define pmd_val(x) ((x).pmd) macro
/linux-master/arch/parisc/include/asm/
H A Dpage.h46 #define pmd_val(x) ((x).pmd + 0) macro
65 #define pmd_val(x) (x) macro
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h77 #define pmd_val(x) ((x).pmd) macro
100 #define pmd_val(x) (x) macro
H A Dpage_32.h65 #define pmd_val(x) ((x).pmd) macro
93 #define pmd_val(x) (x) macro
/linux-master/arch/um/include/asm/
H A Dpage.h50 #define pmd_val(x) ((x).pmd) macro
62 #define pmd_val(x) ((x).pmd) macro
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c293 pmdval_t pmd_val = __pa_nodebug(kasan_early_shadow_pte) | _KERNPG_TABLE; local
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h230 #define pmd_val(x) ((x).pmd) macro
/linux-master/arch/s390/include/asm/
H A Dpage.h100 static inline unsigned long pmd_val(pmd_t pmd) function
/linux-master/arch/x86/include/asm/
H A Dparavirt_types.h189 struct paravirt_callee_save pmd_val; member in struct:pv_mmu_ops
H A Dparavirt.h450 static inline pmdval_t pmd_val(pmd_t pmd) function
H A Dpgtable.h113 #define pmd_val(x) native_pmd_val(x) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h69 #define pmd_val(x) ((x).pmd) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h173 #define pmd_val(x) ((x).pmd) macro
[all...]

Completed in 192 milliseconds