Home
last modified time | relevance | path

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

/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; in iommu_v2_iova_to_phys() local
H A Dio_pgtable.c179 u64 __pte, __npte; in alloc_pte() local
328 u64 __pte, *pte; in iommu_v1_map_pages() local
436 u64 *pte, __pte; in iommu_v1_iova_to_phys() local
/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/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/arm64/include/asm/
H A Dpgtable-types.h33 #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.h81 #define __pte(x) ((pte_t) { (x) }) macro
/linux/arch/x86/include/asm/
H A Dpgtable.h118 #define __pte(x) native_make_pte(x) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h1445 pte_t __pte; in mk_pte_phys() local