Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/kernel/
Dpci.c768 unsigned long space_size, user_offset, user_size; in __pci_mmap_make_offset_bus() local
771 space_size = resource_size(&pbm->io_space); in __pci_mmap_make_offset_bus()
773 space_size = resource_size(&pbm->mem_space); in __pci_mmap_make_offset_bus()
780 if (user_offset >= space_size || in __pci_mmap_make_offset_bus()
781 (user_offset + user_size) > space_size) in __pci_mmap_make_offset_bus()