Searched refs:PG_LEVEL_1G (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dinit.c161 page_size_mask |= 1 << PG_LEVEL_1G;
220 ((1<<PG_LEVEL_2M)|(1<<PG_LEVEL_1G)));
257 (mr[i].page_size_mask & (1<<PG_LEVEL_1G))?"1G":(
H A Dpageattr-test.c67 if (level == PG_LEVEL_1G && sizeof(long) == 8) {
H A Dpageattr.c87 direct_pages_count[PG_LEVEL_1G] << 20);
343 *level = PG_LEVEL_1G;
414 case PG_LEVEL_1G:
536 if (level == PG_LEVEL_1G) {
H A Dinit_64.c477 * If we are ok with PG_LEVEL_1G mapping, then we will
488 if (page_size_mask & (1 << PG_LEVEL_1G)) {
495 if (page_size_mask & (1<<PG_LEVEL_1G)) {
516 update_page_count(PG_LEVEL_1G, pages);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable_types.h314 PG_LEVEL_1G, enumerator in enum:__anon10569

Completed in 136 milliseconds