Home
last modified time | relevance | path

Searched refs:get_pfn (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/s390/pci/
Dpci_mmio.c14 static long get_pfn(unsigned long user_addr, unsigned long access, in get_pfn() function
55 ret = get_pfn(mmio_addr, VM_WRITE, &pfn); in SYSCALL_DEFINE3()
95 ret = get_pfn(mmio_addr, VM_READ, &pfn); in SYSCALL_DEFINE3()
/linux-4.4.14/drivers/lguest/
Dpage_tables.c188 static unsigned long get_pfn(unsigned long virtpfn, int write) in get_pfn() function
227 pfn = get_pfn(base + pte_pfn(gpte), write); in gpte_to_spte()