Searched refs:pfn_limit (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/lguest/
H A Dcore.c167 * code. We have to check that the range is below the pfn_limit the Launcher
174 return (addr+len) / PAGE_SIZE < lg->pfn_limit && (addr+len >= addr);
H A Dlg.h96 u32 pfn_limit; member in struct:lguest
H A Dlguest_user.c352 lg->pfn_limit = args[1];
H A Dpage_tables.c282 pte_pfn(gpte) >= cpu->lg->pfn_limit)
289 (pgd_pfn(gpgd) >= cpu->lg->pfn_limit))
297 (pmd_pfn(gpmd) >= cpu->lg->pfn_limit))
420 * the pfn_limit (ie. not mapping the Launcher binary).
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/lguest/
H A Dcore.c167 * code. We have to check that the range is below the pfn_limit the Launcher
174 return (addr+len) / PAGE_SIZE < lg->pfn_limit && (addr+len >= addr);
H A Dlg.h96 u32 pfn_limit; member in struct:lguest
H A Dlguest_user.c352 lg->pfn_limit = args[1];
H A Dpage_tables.c282 pte_pfn(gpte) >= cpu->lg->pfn_limit)
289 (pgd_pfn(gpgd) >= cpu->lg->pfn_limit))
297 (pmd_pfn(gpmd) >= cpu->lg->pfn_limit))
420 * the pfn_limit (ie. not mapping the Launcher binary).

Completed in 153 milliseconds