Home
last modified time | relevance | path

Searched defs:__pte (Results 1 – 11 of 11) 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/s390/include/asm/
H A Dpage.h116 #define __pte(x) ((pte_t) { (x) } ) macro
H A Dpgtable.h1446 pte_t __pte; in mk_pte_phys() local
1455 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte() local