Home
last modified time | relevance | path

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

12

/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/drivers/iommu/amd/
H A Dio_pgtable_v2.c143 u64 __pte, __npte; in v2_alloc_pte() local
176 u64 *__pte; in v2_alloc_pte() local
317 u64 *pte, __pte; iommu_v2_iova_to_phys() local
[all...]
H A Dio_pgtable.c179 u64 __pte, __npte; in alloc_pte() local
328 u64 __pte, *pt in iommu_v1_map_pages() local
436 u64 *pte, __pte; iommu_v1_iova_to_phys() local
[all...]
/linux/arch/alpha/include/asm/
H A Dpage.h36 #define __pte(x) ((pte_t) { (x) } ) macro
55 #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/parisc/include/asm/
H A Dpage.h52 #define __pte(x) ((pte_t) { (x) } ) macro
75 #define __pte(x) (x) macro
/linux/arch/sparc/include/asm/
H A Dpage_64.h80 #define __pte(x) ((pte_t) { (x) } ) macro
103 #define __pte(x) (x) macro
H A Dpage_32.h69 #define __pte(x) ((pte_t) { (x) } ) macro
97 #define __pte(x) (x) macro
/linux/arch/m68k/include/asm/
H A Dpage.h43 #define __pte(x) ((pte_t) { (x) } ) macro
/linux/arch/nios2/include/asm/
H A Dpage.h64 #define __pte(x) ((pte_t) { (x) }) macro
/linux/arch/openrisc/include/asm/
H A Dpage.h54 #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/hexagon/include/asm/
H A Dpage.h71 #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/loongarch/include/asm/
H A Dpage.h47 #define __pte(x) ((pte_t) { (x) }) macro
/linux/arch/xtensa/include/asm/
H A Dpage.h102 #define __pte(x) ((pte_t) { (x) } ) macro
/linux/arch/microblaze/include/asm/
H A Dpage.h66 # 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.h81 #define __pte(x) ((pte_t) { (x) }) macro
/linux/arch/s390/include/asm/
H A Dpage.h124 #define __pte(x) ((pte_t) { (x) } ) macro
/linux/arch/x86/include/asm/
H A Dparavirt.h369 static inline pte_t __pte(pteval_t val) in __pte() function

12