Searched refs:LDT_BASE_ADDR (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | pgtable_32_areas.h | 33 #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)
|
H A D | pgtable_64_types.h | 120 #define LDT_BASE_ADDR (LDT_PGD_ENTRY << PGDIR_SHIFT) macro 121 #define LDT_END_ADDR (LDT_BASE_ADDR + PGDIR_SIZE)
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pgtable_32_areas.h | 33 #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)
|
H A D | pgtable_64_types.h | 121 #define LDT_BASE_ADDR (LDT_PGD_ENTRY << PGDIR_SHIFT) macro 122 #define LDT_END_ADDR (LDT_BASE_ADDR + PGDIR_SIZE)
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ldt.c | 39 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() [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ldt.c | 39 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() [all...] |
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | dump_pagetables.c | 450 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()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | dump_pagetables.c | 450 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 5 milliseconds