Searched refs:alloc_ldt (Results 1 – 4 of 4) sorted by relevance
/arch/x86/kernel/ |
D | ldt.c | 31 static int alloc_ldt(mm_context_t *pc, int mincount, int reload) in alloc_ldt() function 90 int err = alloc_ldt(new, old->size, 0); in copy_ldt() 218 error = alloc_ldt(¤t->mm->context, in write_ldt()
|
D | paravirt.c | 368 .alloc_ldt = paravirt_nop,
|
/arch/x86/include/asm/ |
D | paravirt.h | 127 void (*alloc_ldt)(struct desc_struct *ldt, unsigned entries); member 839 PVOP_VCALL2(pv_cpu_ops.alloc_ldt, ldt, entries); in paravirt_alloc_ldt()
|
/arch/x86/xen/ |
D | enlighten.c | 1242 .alloc_ldt = xen_alloc_ldt,
|