Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dparavirt.c293 .cpu.alloc_ldt = paravirt_nop,
/linux-6.1.9/arch/x86/include/asm/
Dparavirt_types.h107 void (*alloc_ldt)(struct desc_struct *ldt, unsigned entries); member
Dparavirt.h266 PVOP_VCALL2(cpu.alloc_ldt, ldt, entries); in paravirt_alloc_ldt()
/linux-6.1.9/arch/x86/xen/
Denlighten_pv.c1088 .alloc_ldt = xen_alloc_ldt,