Searched refs:iomem_region (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/um/include/shared/
H A Dmem_user.h35 struct iomem_region { struct
36 struct iomem_region *next;
44 extern struct iomem_region *iomem_regions;
/linux-master/arch/um/kernel/
H A Dphysmem.c127 struct iomem_region *region = iomem_regions;
176 struct iomem_region *iomem_regions;
183 struct iomem_region *region = iomem_regions;
200 struct iomem_region *region = iomem_regions;
/linux-master/arch/um/os-Linux/
H A Dstart_up.c303 struct iomem_region *new;
329 perror("Couldn't allocate iomem_region struct");
335 *new = ((struct iomem_region) { .next = iomem_regions,

Completed in 147 milliseconds