Home
last modified time | relevance | path

Searched refs:init_pgd (Results 1 – 1 of 1) sorted by relevance

/arch/arm/mm/
A Dpgd.c32 pgd_t *new_pgd, *init_pgd; in pgd_alloc() local
45 init_pgd = pgd_offset_k(0); in pgd_alloc()
46 memcpy(new_pgd + USER_PTRS_PER_PGD, init_pgd + USER_PTRS_PER_PGD, in pgd_alloc()
71 init_pgd = pgd_offset_k(TASK_SIZE); in pgd_alloc()
72 init_p4d = p4d_offset(init_pgd, TASK_SIZE); in pgd_alloc()
115 init_p4d = p4d_offset(init_pgd, 0); in pgd_alloc()

Completed in 3 milliseconds