Home
last modified time | relevance | path

Searched defs:__pte (Results 1 – 10 of 10) sorted by relevance

/linux/arch/arm/include/asm/
H A Dpgtable-2level-types.h31 #define __pte(x) ((pte_t) { (x) } ) macro
49 #define __pte(x) (x) macro
H A Dpgtable-3level-types.h34 #define __pte(x) ((pte_t) { (x) } ) macro
51 #define __pte(x) (x) macro
H A Dpage-nommu.h30 #define __pte(x) (x) macro
/linux/arch/powerpc/include/asm/
H A Dpgtable-types.h20 #define __pte(x) ((pte_t) { (x) }) macro
26 #define __pte(x) ((pte_t)(x)) macro
H A Dpgtable-be-types.h9 #define __pte(x) ((pte_t) { cpu_to_be64(x) }) macro
/linux/arch/arm64/include/asm/
H A Dpgtable-types.h25 #define __pte(x) ((pte_t) { (x) } ) macro
/linux/arch/arc/include/asm/
H A Dpage.h75 #define __pte(x) ((pte_t) { (x) }) macro
/linux/arch/um/include/asm/
H A Dpage.h68 #define __pte(x) ((pte_t) { (x) } ) macro
/linux/arch/riscv/include/asm/
H A Dpage.h80 #define __pte(x) ((pte_t) { (x) }) macro
/linux/arch/x86/include/asm/
H A Dparavirt.h392 static inline pte_t __pte(pteval_t val) in __pte() function