Searched defs:__pte (Results 51 - 62 of 62) sorted by relevance
123
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | page.h | 82 #define __pte(x) ((pte_t) { (x) }) macro
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | io_pgtable.c | 223 u64 __pte, __npte; in alloc_pte() local 370 u64 __pte, *pt in iommu_v1_map_pages() local 476 u64 *pte, __pte; iommu_v1_iova_to_phys() local [all...] |
H A D | io_pgtable_v2.c | 147 u64 __pte, __npte; in v2_alloc_pte() local 180 u64 *__pte; in v2_alloc_pte() local 321 u64 *pte, __pte; iommu_v2_iova_to_phys() local [all...] |
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | page.h | 97 #define __pte(x) ((pte_t) { (x) } ) macro
|
H A D | pgtable.h | 1217 pte_t __pte; in mk_pte_phys() local 1228 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte() local [all...] |
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | page.h | 121 #define __pte(x) ((pte_t) { (x) } ) macro
|
H A D | pgtable.h | 1353 pte_t __pte; in mk_pte_phys() local 1364 pte_t __pte = mk_pte_phys(physpage, pgprot); mk_pte() local [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | paravirt.h | 372 static inline pte_t __pte(pteval_t val) in __pte() function
|
H A D | pgtable.h | 115 #define __pte(x) native_make_pte(x) macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | paravirt.h | 390 static inline pte_t __pte(pteval_t val) in __pte() function
|
H A D | pgtable.h | 119 #define __pte(x) native_make_pte(x) macro
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu.c | 1585 u64 __pte, __npte; in alloc_pte() local 1739 u64 __pte, *pte; iommu_map_page() local 2633 u64 *pte, __pte; amd_iommu_iova_to_phys() local [all...] |
Completed in 19 milliseconds
123