Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dldt.c154 pmd_t *k_pmd, *u_pmd; in map_ldt_struct_to_user() local
156 k_pmd = pgd_to_pmd_walk(k_pgd, LDT_BASE_ADDR); in map_ldt_struct_to_user()
160 set_pmd(u_pmd, *k_pmd); in map_ldt_struct_to_user()
168 pmd_t *k_pmd, *u_pmd; in sanity_check_ldt_mapping() local
170 k_pmd = pgd_to_pmd_walk(k_pgd, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
172 had_kernel = (k_pmd->pmd != 0); in sanity_check_ldt_mapping()