Home
last modified time | relevance | path

Searched defs:__pte (Results 1 – 12 of 12) 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
/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/sh/include/asm/
H A Dpage.h68 #define __pte(x) \ macro
75 #define __pte(x) ((pte_t) { (x) } ) macro
/linux/arch/m68k/include/asm/
H A Dpage.h43 #define __pte(x) ((pte_t) { (x) } ) macro
/linux/arch/arm64/include/asm/
H A Dpgtable-types.h33 #define __pte(x) ((pte_t) { (x) } ) macro
/linux/arch/csky/include/asm/
H A Dpage.h60 #define __pte(x) ((pte_t) { (x) }) macro
/linux/arch/loongarch/include/asm/
H A Dpage.h42 #define __pte(x) ((pte_t) { (x) }) macro
/linux/arch/riscv/include/asm/
H A Dpage.h75 #define __pte(x) ((pte_t) { (x) }) macro
/linux/arch/x86/include/asm/
H A Dpgtable.h110 #define __pte(x) native_make_pte(x) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h1354 pte_t __pte; in mk_pte_phys() local