Home
last modified time | relevance | path

Searched defs:__pte (Results 1 – 21 of 21) 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
/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/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/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
H A Dpgtable.h1451 pte_t __pte; in mk_pte_phys() local
/linux/arch/x86/include/asm/
H A Dpgtable.h118 #define __pte(x) native_make_pte(x) macro