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

12

/linux-master/arch/arm/include/asm/
H A Dpage-nommu.h25 #define pte_val(x) (x) macro
H A Dpgtable-2level-types.h26 #define pte_val(x) ((x).pte) macro
44 #define pte_val(x) (x) macro
H A Dpgtable-3level-types.h29 #define pte_val(x) ((x).pte) macro
46 #define pte_val(x) (x) macro
/linux-master/arch/m68k/include/asm/
H A Dpage.h41 #define pte_val(x) ((x).pte) macro
/linux-master/arch/powerpc/include/asm/
H A Dpgtable-types.h21 static inline pte_basic_t pte_val(pte_t x) function
27 static inline pte_basic_t pte_val(pte_t x) function
H A Dpgtable-be-types.h11 static inline unsigned long pte_val(pte_t x) function
/linux-master/include/asm-generic/
H A Dpage.h51 #define pte_val(x) ((x).pte) macro
/linux-master/arch/powerpc/mm/book3s64/
H A Dhugetlbpage.c131 unsigned long pte_val; local
/linux-master/arch/arc/include/asm/
H A Dpage.h74 #define pte_val(x) ((x).pte) macro
/linux-master/arch/csky/include/asm/
H A Dpage.h56 #define pte_val(x) ((x).pte_low) macro
/linux-master/arch/hexagon/include/asm/
H A Dpage.h70 #define pte_val(x) ((x).pte) macro
/linux-master/arch/openrisc/include/asm/
H A Dpage.h59 #define pte_val(x) ((x).pte) macro
/linux-master/arch/nios2/include/asm/
H A Dpage.h65 #define pte_val(x) ((x).pte) macro
/linux-master/arch/alpha/include/asm/
H A Dpage.h35 #define pte_val(x) ((x).pte) macro
54 #define pte_val(x) (x) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable-types.h24 #define pte_val(x) ((x).pte) macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-bits.h214 static inline uint64_t pte_to_entrylo(unsigned long pte_val) argument
H A Dpage.h111 #define pte_val(x) ((x).pte_low | ((unsigned long long)(x).pte_high << 32)) macro
115 #define pte_val(x) ((x).pte) macro
120 #define pte_val(x) ((x).pte) macro
/linux-master/arch/microblaze/include/asm/
H A Dpage.h64 # define pte_val(x) ((x).pte) macro
/linux-master/arch/parisc/include/asm/
H A Dpage.h49 #define pte_val(x) ((x).pte) macro
72 #define pte_val(x) (x) macro
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h75 #define pte_val(x) ((x).pte) macro
98 #define pte_val(x) (x) macro
H A Dpage_32.h63 #define pte_val(x) ((x).pte) macro
91 #define pte_val(x) (x) macro
/linux-master/arch/xtensa/include/asm/
H A Dpage.h104 #define pte_val(x) ((x).pte) macro
/linux-master/arch/sh/include/asm/
H A Dpage.h68 #define pte_val(x) \ macro
76 #define pte_val(x) ((x).pte_low) macro
/linux-master/arch/um/include/asm/
H A Dpage.h40 #define pte_val(p) ((p).pte) macro
66 #define pte_val(x) ((x).pte) macro
/linux-master/arch/x86/mm/
H A Dkasan_init_64.c291 pteval_t pte_val = __pa_nodebug(kasan_early_shadow_page) | local

Completed in 210 milliseconds

12