pgd_end           176 arch/x86/mm/kasan_init_64.c 	unsigned long pgd_end = end & PGDIR_MASK;
pgd_end           178 arch/x86/mm/kasan_init_64.c 	for (; start < pgd_end; start += PGDIR_SIZE) {
pgd_end            92 arch/x86/mm/mem_encrypt_identity.c 	unsigned long pgd_start, pgd_end, pgd_size;
pgd_end            96 arch/x86/mm/mem_encrypt_identity.c 	pgd_end = ppd->vaddr_end & PGDIR_MASK;
pgd_end            98 arch/x86/mm/mem_encrypt_identity.c 	pgd_size = (((pgd_end - pgd_start) / PGDIR_SIZE) + 1) * sizeof(pgd_t);