Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/kernel/
Dpci.c737 unsigned long space_size, user_offset, user_size; in __pci_mmap_make_offset_bus() local
746 user_offset = vma->vm_pgoff << PAGE_SHIFT; in __pci_mmap_make_offset_bus()
749 if (user_offset >= space_size || in __pci_mmap_make_offset_bus()
750 (user_offset + user_size) > space_size) in __pci_mmap_make_offset_bus()
755 user_offset) >> PAGE_SHIFT; in __pci_mmap_make_offset_bus()
758 user_offset) >> PAGE_SHIFT; in __pci_mmap_make_offset_bus()
/linux-4.4.14/drivers/mtd/chips/
Dcfi_cmdset_0002.c1398 loff_t user_offset, factory_offset, otpoffset; in cfi_amdstd_otp_walk() local
1432 user_offset = 0; in cfi_amdstd_otp_walk()
1467 otpoffset = user_regs ? user_offset : factory_offset; in cfi_amdstd_otp_walk()