Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
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)
A Dpgtable_64_types.h121 #define LDT_BASE_ADDR (LDT_PGD_ENTRY << PGDIR_SHIFT) macro
122 #define LDT_END_ADDR (LDT_BASE_ADDR + PGDIR_SIZE)
/linux-6.3-rc2/arch/x86/kernel/
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()
395 unsigned long start = LDT_BASE_ADDR; in free_ldt_pgtables()
/linux-6.3-rc2/arch/x86/mm/
A Ddump_pagetables.c450 address_markers[LDT_NR].start_address = LDT_BASE_ADDR; in pt_dump_init()
466 address_markers[LDT_NR].start_address = LDT_BASE_ADDR; in pt_dump_init()

Completed in 6 milliseconds