Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmmu_context.h70 #define LDT_SLOT_STRIDE (LDT_ENTRIES * LDT_ENTRY_SIZE) macro
74 return (void *)(LDT_BASE_ADDR + LDT_SLOT_STRIDE * slot); in ldt_slot_va()
/Linux-v4.19/arch/x86/kernel/
Dldt.c276 flush_tlb_mm_range(mm, va, va + LDT_SLOT_STRIDE, 0); in map_ldt_struct()