Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dldt.c39 return (void *)(LDT_BASE_ADDR + LDT_SLOT_STRIDE * slot); in ldt_slot_va()
236 pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct_to_user()
240 k_pmd = pgd_to_pmd_walk(k_pgd, LDT_BASE_ADDR); in map_ldt_struct_to_user()
241 u_pmd = pgd_to_pmd_walk(u_pgd, LDT_BASE_ADDR); in map_ldt_struct_to_user()
249 pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
254 k_pmd = pgd_to_pmd_walk(k_pgd, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
255 u_pmd = pgd_to_pmd_walk(u_pgd, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
266 pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct_to_user()
274 pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); in sanity_check_ldt_mapping()
397 unsigned long start = LDT_BASE_ADDR; in free_ldt_pgtables()
/linux/arch/x86/include/asm/
H A Dpgtable_64_types.h104 #define LDT_BASE_ADDR (LDT_PGD_ENTRY << PGDIR_SHIFT) macro
105 #define LDT_END_ADDR (LDT_BASE_ADDR + PGDIR_SIZE)