Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dmmu_context.h71 #define LDT_SLOT_STRIDE (LDT_ENTRIES * LDT_ENTRY_SIZE) macro
75 return (void *)(LDT_BASE_ADDR + LDT_SLOT_STRIDE * slot); in ldt_slot_va()