Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dpgtable_32_areas.h36 #define LDT_END_ADDR (LDT_BASE_ADDR + PMD_SIZE) macro
Dpgtable_64_types.h121 #define LDT_END_ADDR (LDT_BASE_ADDR + PGDIR_SIZE) macro
/linux-6.1.9/arch/x86/kernel/
Dldt.c396 unsigned long end = LDT_END_ADDR; in free_ldt_pgtables()