LDT_BASE_ADDR 75 arch/x86/include/asm/mmu_context.h return (void *)(LDT_BASE_ADDR + LDT_SLOT_STRIDE * slot); LDT_BASE_ADDR 56 arch/x86/include/asm/pgtable_32_types.h #define LDT_END_ADDR (LDT_BASE_ADDR + PMD_SIZE) LDT_BASE_ADDR 59 arch/x86/include/asm/pgtable_32_types.h ((LDT_BASE_ADDR - PAGE_SIZE) & PMD_MASK) LDT_BASE_ADDR 64 arch/x86/include/asm/pgtable_32_types.h # define VMALLOC_END (LDT_BASE_ADDR - 2 * PAGE_SIZE) LDT_BASE_ADDR 121 arch/x86/include/asm/pgtable_64_types.h #define LDT_END_ADDR (LDT_BASE_ADDR + PGDIR_SIZE) LDT_BASE_ADDR 152 arch/x86/kernel/ldt.c pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); LDT_BASE_ADDR 156 arch/x86/kernel/ldt.c k_pmd = pgd_to_pmd_walk(k_pgd, LDT_BASE_ADDR); LDT_BASE_ADDR 157 arch/x86/kernel/ldt.c u_pmd = pgd_to_pmd_walk(u_pgd, LDT_BASE_ADDR); LDT_BASE_ADDR 165 arch/x86/kernel/ldt.c pgd_t *k_pgd = pgd_offset(mm, LDT_BASE_ADDR); LDT_BASE_ADDR 170 arch/x86/kernel/ldt.c k_pmd = pgd_to_pmd_walk(k_pgd, LDT_BASE_ADDR); LDT_BASE_ADDR 171 arch/x86/kernel/ldt.c u_pmd = pgd_to_pmd_walk(u_pgd, LDT_BASE_ADDR); LDT_BASE_ADDR 182 arch/x86/kernel/ldt.c pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); LDT_BASE_ADDR 190 arch/x86/kernel/ldt.c pgd_t *pgd = pgd_offset(mm, LDT_BASE_ADDR); LDT_BASE_ADDR 311 arch/x86/kernel/ldt.c unsigned long start = LDT_BASE_ADDR; LDT_BASE_ADDR 615 arch/x86/mm/dump_pagetables.c address_markers[LDT_NR].start_address = LDT_BASE_ADDR; LDT_BASE_ADDR 631 arch/x86/mm/dump_pagetables.c address_markers[LDT_NR].start_address = LDT_BASE_ADDR;