Searched refs:pto (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/s390/pci/ |
D | pci_dma.c | 83 unsigned long *pto; in dma_get_page_table_origin() local 86 pto = get_st_pto(*entry); in dma_get_page_table_origin() 88 pto = dma_alloc_page_table(); in dma_get_page_table_origin() 89 if (!pto) in dma_get_page_table_origin() 91 set_st_pto(entry, pto); in dma_get_page_table_origin() 95 return pto; in dma_get_page_table_origin() 100 unsigned long *sto, *pto; in dma_walk_cpu_trans() local 109 pto = dma_get_page_table_origin(&sto[sx]); in dma_walk_cpu_trans() 110 if (!pto) in dma_walk_cpu_trans() 114 return &pto[px]; in dma_walk_cpu_trans()
|
/linux-4.4.14/drivers/iommu/ |
D | s390-iommu.c | 291 unsigned long *sto, *pto, *rto, flags; in s390_iommu_iova_to_phys() local 308 pto = get_st_pto(sto[sx]); in s390_iommu_iova_to_phys() 309 if (pto && pt_entry_isvalid(pto[px])) in s390_iommu_iova_to_phys() 310 phys = pto[px] & ZPCI_PTE_ADDR_MASK; in s390_iommu_iova_to_phys()
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | usercopy.c | 375 unsigned long __do_clear_user(void __user *pto, unsigned long pn) in __do_clear_user() argument 385 register char *dst __asm__ ("r13") = pto; in __do_clear_user()
|
/linux-4.4.14/arch/cris/arch-v32/lib/ |
D | usercopy.c | 326 unsigned long __do_clear_user(void __user *pto, unsigned long pn) in __do_clear_user() argument 336 register char *dst __asm__ ("r13") = pto; in __do_clear_user()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pci_dma.h | 110 static inline void set_st_pto(unsigned long *entry, void *pto) in set_st_pto() argument 113 *entry |= ((unsigned long) pto & ZPCI_STE_ADDR_MASK); in set_st_pto()
|
D | pgtable.h | 978 unsigned long pto = (unsigned long) ptep; in __ptep_ipte() local 983 : "=m" (*ptep) : "m" (*ptep), "a" (pto), "a" (address)); in __ptep_ipte() 988 unsigned long pto = (unsigned long) ptep; in __ptep_ipte_local() local 993 : "=m" (*ptep) : "m" (*ptep), "a" (pto), "a" (address)); in __ptep_ipte_local() 998 unsigned long pto = (unsigned long) ptep; in __ptep_ipte_range() local 1004 : "+a" (address), "+a" (nr) : "a" (pto) : "memory"); in __ptep_ipte_range()
|
/linux-4.4.14/arch/metag/lib/ |
D | usercopy.c | 1045 unsigned long __do_clear_user(void __user *pto, unsigned long pn) in __do_clear_user() argument 1047 register char __user *dst asm ("D0Re0") = pto; in __do_clear_user()
|
/linux-4.4.14/arch/s390/kvm/ |
D | gaccess.c | 113 unsigned long pto: 53;/* Page-Table Origin */ member 668 ptr = ste.fc0.pto * 2048 + vaddr.px * 8; in guest_translate()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 297 pto=N Number of in-progress put_object() cache ops
|