Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable_32_areas.h33 #define LDT_BASE_ADDR \ macro
36 #define LDT_END_ADDR (LDT_BASE_ADDR + PMD_SIZE)
39 ((LDT_BASE_ADDR - PAGE_SIZE) & PMD_MASK)
44 # define VMALLOC_END (LDT_BASE_ADDR - 2 * PAGE_SIZE)
/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/mm/
H A Ddump_pagetables.c458 address_markers[LDT_NR].start_address = LDT_BASE_ADDR; in pt_dump_init()
474 address_markers[LDT_NR].start_address = LDT_BASE_ADDR; in pt_dump_init()