Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/
Dldt.c35 #define LDT_SLOT_STRIDE (LDT_ENTRIES * LDT_ENTRY_SIZE) macro
39 return (void *)(LDT_BASE_ADDR + LDT_SLOT_STRIDE * slot); in ldt_slot_va()