search for: filepage

Displaying 4 results from an estimated 4 matches for "filepage".

2011 Oct 30
2
Module Error
...[ 4472.132037] CR2: 000003d600000004 Oct 28 23:40:35 goku kernel: [ 4472.143966] ---[ end trace a998217447e12d1d ]--- Peace of code (simplified): int init_module () { unsigned long pfn; struct inode *ino; unsigned char * c; struct address_space *end; struct dentry *dentry; int fl; struct filepage * temp; struct filepage *pos; for (pfn = 0; pfn < num_physpages; pfn++) { struct page *page; if (!pfn_valid(pfn)) continue; page = pfn_to_page(pfn); if((page->mapping!=NULL) && (!PageAnon(page)) && (!PageSwapCache(page))) { end = page->mapping; i...
2011 Oct 30
2
Module Error
...[ 4472.132037] CR2: 000003d600000004 Oct 28 23:40:35 goku kernel: [ 4472.143966] ---[ end trace a998217447e12d1d ]--- Peace of code (simplified): int init_module () { unsigned long pfn; struct inode *ino; unsigned char * c; struct address_space *end; struct dentry *dentry; int fl; struct filepage * temp; struct filepage *pos; for (pfn = 0; pfn < num_physpages; pfn++) { struct page *page; if (!pfn_valid(pfn)) continue; page = pfn_to_page(pfn); if((page->mapping!=NULL) && (!PageAnon(page)) && (!PageSwapCache(page))) { end = page->mapping; i...
2015 Feb 04
2
Re: HugePages - can't start guest that requires them
...3369.11 2767.45 6136.56 Unevictable 15.68 64.39 80.07 Mlocked 15.68 64.39 80.07 Dirty 11.45 6.98 18.43 Writeback 0.00 0.00 0.00 FilePages 5515.35 4078.96 9594.32 Mapped 396.62 336.48 733.10 AnonPages 1661.74 2906.95 4568.69 Shmem 62.90 50.22 113.12 KernelStack 12.89 9.81...
2015 Jan 31
2
Re: HugePages - can't start guest that requires them
Yeah, Dominique, your wiki was one of the many docs I read through before/during/after starting down this primrose path... thanks for writing it. I'm an Arch user, and I couldn't find anything to indicate qemu, as its compiled for Arch, will look in /etc/default/qemu-kvm. And now that I've got the right page size, the instances are starting... The reason I want to use the page element