Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable_64_types.h103 #define LDT_BASE_ADDR (LDT_PGD_ENTRY << PGDIR_SHIFT) macro
Dmmu_context.h74 return (void *)(LDT_BASE_ADDR + LDT_SLOT_STRIDE * slot); in ldt_slot_va()
/arch/x86/kernel/
Dldt.c131 pgd = pgd_offset(mm, LDT_BASE_ADDR); in map_ldt_struct()
226 unsigned long start = LDT_BASE_ADDR; in free_ldt_pgtables()
/arch/x86/mm/
Ddump_pagetables.c89 [LDT_NR] = { LDT_BASE_ADDR, "LDT remap" },